/* CSS Document */

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	line-height: 50px;
	text-align: center;
	vertical-align:middle;

}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	border: 2px solid #00509e;
	position: relative;
}


#header {
	height: 150px;
	background: #FFFFFF url(../images/logo.jpg) no-repeat;
	clear: right;
	border: 2px solid black;
}

#header p {
	float: left;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	margin-left: 3em;
	margin-top: 1em;
	color: #FFFF00;
}

#header a {
	color:yellow;
}

#header a:hover {
	color:white;
}

#menubar {
	clear:both;
	width:100%;
	height:30px;
	float:left;
	background-color:#000084;
}
#divbar {
	clear:both;
	width:100%;
	float:left;
	text-align:right;
	background-color:#000084;
	margin:0px 0px 10px;
}

#leftbox {
    margin: 0px auto;
	display:inline;
	position:relative;
	padding-left:10px;
	background-color: #E8C70D;
	position:relative;
	float:left;
	height:30px;
	color:black;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	width:250px;
	
}

#menulist {
	display: inline;
	list-style-type: none;
}

#menulist li {
	font-size:0.9em;
	display: inline;
	list-style-type: none;
	float:right;
	width:130px;
	text-align:center;
}

#menulist li a:link,#menulist li a:active,#menulist li a:visited {
	position:relative;
	width:100%;
	float:left;
	display:inline;
	height:30px;
	background-color:#000084;
	color:white;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	
}

#menulist li a:hover {
	color:#000084;
	background-color:white;
}


label {
	float:left;
	width:100px;
}


#leftcol {
    position:relative;
	float:left;
	display:inline;
	margin:0px;
	left:0;
	margin-top:0px;
	background-image: url(../images/fade_left.gif);
	background-repeat: repeat-y;
	z-index:2;
	height:100%;
}

#sidenav h4 {
	margin-left:20px;
	width:8.5em;
	background-color: #000000;
	color:#FFFFFF;
}

#sidenav #catmenu , #sidenav #sidemenu {
	margin-left : 21px;
	background-color: #FFFFFF;
}
#sidenav #catmenu ul {
	color:white;
	background-color: #FFFFFF;
	
}

#sidenav #sidemenu ul {
	color:white;
	background-color: #DDDDDD;
}

#sidenav, #sidenav ul, #sidenav ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width : 10em;
	font-size: 0.9em;
}
	
 #sidenav ul li {
	position : relative;
	line-height :2em;
	width: 10em;
	margin-left: 1px;
	margin-bottom : -1px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #00FFFF;
 }
	
 #sidenav ul li ul {
	position : absolute;
	left: -999em;
	margin-left : 11.25em;
	margin-top : -2.00em;
	background-color: #333333;
 }
	
 #sidenav li ul ul { /* third-and-above-level lists */
		left: -999em;
 }
	
 #sidenav li a {
	width: 10em;
	display : block;
	text-decoration : none;
	padding : 0 0.1em;
 }
 
 #sidenav li a:visited {
	color:black;
 }
 	
 #sidenav li a:hover {
		color : white;
		background-color : black;
 }
	
	#sidenav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


#loginbox {
  clear:left;
  position:relative;
  margin-top:10px;
  padding:10px;
}

#loginbox label,
#loginbox input {
 text-align:left;
 margin-right:1em;
 font-size:0.8em;
 float:left;
 position:relative;
 clear:both;
}

#loginbox form {
	display: block;
}

#cards {
	margin-left:20px;
}


/*	End main menu with background box - no tabs	*/
#content {
    color:black;
	padding:0px;
	padding-left:10px;
	padding-top: 0.8em;
	margin-left:10em;
	background-color:#FFFFFF;
	background-image: url(../images/fade_right.jpg);
	background-repeat: repeat-y;
	
}

#content table{
	margin-left:30px;
}

#content p {
	margin-left: 1.00em;
	margin-right: 2em;
	margin-bottom: 1em;
	line-height: 1.1em;
}

#contentleft {
 float:left;
 background-color:white;
 margin-right:10px;
}

#contentright {
 padding-left:10px;
}
#productlist {
	z-index:1;
}
#productlist li {
	position:relative;
	list-style-type: none;
	vertical-align: middle;
	background-color: #E8C70D;
	border: thin solid #000000;
	margin :30px;
	
}

#productlist li a {
	text-decoration : none;
}

#fillerl {

 width:0px;
 height:0px;
}
#fillerr {

 width:0px;
 height:0px;
}

#footer {
	background-color: #E8C70D;
	width: 100%;
	border-top: 1px solid #666666;
	font-size: 70%;
	color: #000000;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.productthumb {
	float:left;
	position:relative;
	margin-right:20px;
}
.button {
	background-color: #E8C70D;
	float:left;
	width:150px;
	text-align:center;
	padding:5px;
	list-style-type: none;
	border: medium solid #666666;
}
.button a {
	text-decoration: none;

}
.button a:hover {
	color:white;
}
#searchbox {
	display:none;
}

#cart {

}



