@charset "utf-8";
/* CSS Document */

body{margin:10px; color:#666;}

h2{font-size:14px; padding-left:10px; color:#FFF; background-color:#999; margin-bottom:10px;}
h3{font-size:13px; color:#09C; margin-bottom:10px;}

#header{height:64px; background:url(../images/header_bg.jpg); }
#header #branding {height:40px; background:url(../images/branding_bg.jpg); line-height:300px;overflow:hidden;}
#header #branding h1 a{width:220px; height: 40px; display:block;}
#header #navBar{
	background:url(../images/topNavBar_bg.jpg);
	height:40px;
	line-height:40px;
	font-size:10px;
	font-weight:bold;
	color:#960;
}
#header #navBar p{margin-left:20px;}
#header #navBar a:link{color:#960; text-decoration:none;}
#header #navBar a:visited{color:#960; text-decoration:none;}
#header #navBar a:hover{text-decoration:underline;}
#header #navBar a:active{text-decoration:none;}



#content{margin-top:10px;}
#content #navBar{
	background-color: #FDE4A2;
	background-image: url(../images/leftNavBar_bg.jpg);
	background-repeat: no-repeat;
	line-height:normal;
	font-size:11px;
	font-weight:bold;
	min-height:210px;}
#content #navBar a{color:#001A6C;}
#content #navBar a:link{color:#001A6C;	text-decoration:none;}
#content #navBar a:visited{color:#001A6C;	text-decoration:none;}
#content #navBar a:hover{color:#001A6C;	text-decoration:underline;}
#content #navBar ul{margin:10px 5px;}
#content #navBar li{margin:4px 20px; list-style:url(../images/bullet_blue.jpg);}

#promoBar {background:url(../images/promoBar_bg.jpg); height:144px; margin-top:20px;}


#ad, #subContent{margin-top:40px;}
.cam_sec{
	width:228px;
	margin:0 3px;
	float:left;
}

.cam_sec.alpha{margin-left:0px;}
.cam_sec.omega{margin-right:0px;}

div.product {
	width:165px;
	border:1px #CCC solid;
	border-bottom: 3px #666 solid;
	position:relative;
	margin:0px 5px 10px;
	float:left;
}

div.product.alpha {margin-left:0px;}
div.product.omega {margin-right:0px;}

div.product img {
	text-align:center;
	margin:30px 30px 15px 30px;
}

div.product p{
	border-top:1px #CCC solid;
	padding: 5px;
}

div.product ul {
	border-top:1px #CCC solid;
	padding: 5px;
	margin:0px;
}

div.product ul li {
	margin: 0px 0px 0px 15px;
	padding:0;
}

div.product h3 {
	font-size:12px;
	font-weight:bold;
	border-bottom:solid #CCC 1px;
	margin:0px;
	padding: 2px 8px;
	color:#09C;
}

div.product h3 a{color:#09C; text-decoration:none; display:block;}
div.product h3 a:link{text-decoration:none;}
div.product h3 a:hover{text-decoration:none; color:#930;}

div.product h4.pricetag {
	font-size:14px;
	color:#ffb700;
	margin:0px;
	padding:0 5px;
	height:24px;
	line-height:24px;
	color:#333;
	text-align:right;
	border-top:1px #CCC solid;
	background-image:url(images/price_bg.jpg);
}

.mini_product{
	margin-top:10px;
	width:76px;
	text-align:center;
	float:left;
}

.mini_product a{color:#09C; text-decoration:none; font-size:12px; font-weight:bold;}
.mini_product a:link{color:#09C;}
.mini_product a:hover{color:#069;}
#footer{margin-top:60px; font-family:Verdana, Geneva, sans-serif; background:url(../images/footer_bg.jpg) repeat-x; height:64px; line-height:40px;}
#footer a{text-decoration:none;}
#footer #copyright{text-align:center;}
#footer #copyright a{color:#F60; font-weight:bold;}
#footer #navBar{text-align:right;}
#footer #navBar a{color:#666;}

form {
	padding:10px;
	position:relative;
	margin-top:20px;
}

form label {
	display:block;
	margin:5px 0;
	font-weight:bold;
}

form input, textarea {
	width:98%;
	display:block;
}

form .button {
	width:100px;
	margin:0 auto;
}