body {
	color: white;
	font-size: 14px;
	line-height: 1.43em;
	background:#092c56;
	padding-bottom:0;
}
#container {
	padding:0;
	margin:0;
	/* background: #104C94 url(../images/vert_grid.gif) repeat 0 3px; */
	background: #3D6DA7 url(../images/background_site.jpg) repeat-x;
}

.imgright {
	float:right;
}

/* global headers */
h1, h2, h3, h4, h5, h6 {
	font-family:"arial black",arial,sans-serif;
	letter-spacing:-1px;
	line-height:1.1em;
}

/* header */
#header {
	height:100px;
	margin:10px 0 0 20px;
	position:relative;	/* fix for IE7 */
	z-index:10;	/* fix for IE7 */
}

/* header */
#banner {
	margin:0;
	padding:0;
}
#banner img {
	padding:5px 10px;
}
#banner span {
	padding:5px 10px;
}
#banner a:link { color:#ddd; text-decoration:none; }
#banner a:visited { color:#ddd; text-decoration:none; }
#banner a:hover { color:#fff; text-decoration:underline; }
#banner a:active { color:#fff; text-decoration:underline; }

/* cart */
#cart_cont {
/*	display:none;	*/
	height:39px;
	background:black;
	border-bottom:1px solid #ccc;
}
#cart_cont #cart span.cust_info {
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-right:10px;
	float:right;
	line-height:14px;
}
#cart_cont #cart span.cust_info a {
	color:black;
}
#cart_cont #cart span.cust_info a:link { color:#ddd; text-decoration:none; }
#cart_cont #cart span.cust_info a:visited { color:#ddd; text-decoration:none; }
#cart_cont #cart span.cust_info a:hover { color:#fff; text-decoration:none; }
#cart_cont #cart span.cust_info a:active { color:#fff; text-decoration:none; }
#cart_cont #cart span.logout {
	font-size:11px;
	padding-top:10px;
	float:right;
}
#cart {
	padding:0;
	font-size:16px;
	font-weight:bold;
}

/* content */
#content table.vardump_container {
	background-color:#999;
	border:separate;
	border:1px solid black;
}
#content table.vardump_container td{
	border:1px solid #666;
}
#content_cont {
	border:1px solid transparent;
/*	background: #104C94 url(../images/12_col.gif) repeat-y;	*/
}
#content {
	clear:both;
	border:0;
	padding:8px 0 0 0;
	margin:10px;
	min-height:532px;
	position:relative;	/* fix for IE7 */
	z-index:5;	/* fix for IE7 */
}
#content h1 {
	font-size:26px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
#content h2 {
	margin-top:35px;
}
#content h3 {
	margin-top:35px;
}
#content input.button {
}
#content input {
margin-bottom:5px;
}
#content .errortext {
	color:#f7c21a;
}


#content a {
	color:white;
	text-decoration:none;
}
#content a:hover {
	cursor:hand;
	text-decoration:underline;
}

/* news */
#content_cont #news_cont {
	margin:0;
	height:120px;
}
div.news_item {
	color:#4d4d4d;
	font-size:11px;
	outline:1px solid #466284;
	overflow:hidden;
	background: #9A9A9A url(../images/background_news.jpg) repeat-x;
	height:100px;
	padding:0;
}
div.news_item h1 {
	font-size:20px;
	line-height:24px;
	padding:0;
	margin:5px;
}
div.news_item p {
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:5px 10px 5px 10px;
}

#content h1.news {
	margin-bottom:5px;
}
#content div.news {
	padding:0;
}
#content div.news h2 {
	margin-top:40px;
}
#content div.news p {
}
#content div.news p span.more {
	float:right;
}
#content div.news span.date {
	font-size:15px;
	font-weight:normal;
	float:right;
}

/* footer */
#footer_wrap {
	border-top:1px solid #ccc ;
}
#footer {
	padding:0;
	margin:10px;
	border:0;
}
#footer span#copyright {
	color:#ccc;
	float:right;
}
#footer span#ssl {
	color:#ccc;
	float:right;
	padding-right:10px;
}
#footer ul#sitemap {
	font-size:13px;
	color:white;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul#sitemap li {
	float:left;
}
#footer ul#sitemap li a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#footer ul#sitemap li ul {
	font-size:0.9em;
	line-height:0.7em;
	margin-top:5px;
	margin-left:0px;
}
#footer ul#sitemap li li {
	color:#aaa;
	float:none;
	margin:0 0 10px;
	text-transform:none;
}
#footer ul#sitemap li li ul {
	margin:0;
}
#footer ul#sitemap li li li {
	display:none;
}
#footer ul#sitemap li li a {
	font-weight:normal;
}
#footer ul#sitemap li li a:hover, #footer ul#sitemap li a:hover {
	color:white;
	text-decoration:underline;
}

/* faqs */
#content div.faqs {
	margin-left:10px;
}
#content h1.faqs {
	font-size:24px;
	line-height:28px;
}
#content div.faqs h2.faqQuestion {
	font-family:arial,sans-serif;
	letter-spacing:0px;
	line-height:1.1em;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
#content div.faqs h2.faqQuestion a:hover {
	cursor:hand;
}
#content div.faqs p.faqAnswer {
	margin-left:10px;
	margin-bottom:0;
	border:0;
}

/* blockquotes */
#content ul {
	margin-top:21px;
}

#content blockquote {
	padding-left:1em;
	border-left:3px solid #ccc;
	margin:2.8em 1.5em;
}

#content blockquote p {
	font:italic 1.1em/1.6 Georgia, "Times New Roman", Times, serif;
	line-height:1.38em;
}

/* testimonial */
#content div.testimonial {
	margin-left:10px;
}
#content div.testimonial p.name {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #5787C1;
}
#content div.testimonial p.name span{
}

#content div.products {
}
#content div.products div.cat {
	background: url(../images/background_product_disp.jpg	) repeat-x;
	float:left;
	width:320px;
	height:228px;
	margin:10px;
	padding:0;
	border:0;
	overflow:hidden;
	position:relative;
}
#content div.products div.cat h1 {
	background: white url(../images/background_product_title.jpg) repeat-x;
	color:black;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:3px 5px 3px 6px;
}
#content div.products div.cat h1 a {
	color:black;
}
#content div.products div.cat h1 a:link { color:#333; text-decoration:none; }
#content div.products div.cat h1 a:visited { color:#333; text-decoration:none; }
#content div.products div.cat h1 a:hover { color:#000; text-decoration:none; }
#content div.products div.cat h1 a:active { color:#000; text-decoration:none; }
#content div.products div.cat h1 span {
	font-family:arial,sans-serif;
	letter-spacing:0.1px;
	float:right;
	font-size:12px;
}
#content div.products div.cat ul {
	position:relative;
}
#content div.products div.cat ul li div.img {
	border:0;
	position:relative;
	top:-25px;
}
#content div.products div.cat ul li div.desc {
	margin:0;
	height:25px;
	width:320px;
	top:175px;
	text-align:left;
	position:relative;
	float:left;
	background:black;
	filter:alpha(opacity=70);
	opacity:0.7;
	overflow:hidden;
}
#content div.products div.cat ul li div.desc p {
	padding:4px;
	padding-left:5px;
	line-height:15px;
}
#content div.products div.cat ul li div.desc p span {
	font-weight:bold;
	padding-right:5px;
}


#content div.product_view {
}
#content div.product_view td {
	vertical-align:top;
}
#content div.product_view td.quantity {
	font-size:16px;
	padding-top:4px;
	padding-right:10px;
}
#content div.product_view td.quantity input {
	font-size:16px;
}
#content div.product_view div#product_image {
	margin:10px 20px 10px 0;
}
#content div.product_view p {
}
#content div.product_view p.info {
	font-style:italic;
}
#content div.product_view h1 span.more {
	font-family:arial,sans-serif;
	letter-spacing:0.2px;
	float:right;
	font-size:12px;
	font-weight:normal;
}
#content #prod_list div.product_view p.btt {
	margin:0;
	padding:0;
	float:right;
	font-size:11px;
}

#content #prod_list {
	margin:5px 0 0 0;
	padding:0;
	border:0;
}
#content #prod_list div.product_view {
	border-top:1px solid #5787C1;
	padding-top:5px;
}
#content #prod_list div.product_view span.image{
	padding:0 10px 10px 0;
	text-align:center;
	font-size:10px;
	font-style:italic;
}


/* Easy Slider */

#slider1 ul, #slider1 li,
 #slider2 ul, #slider2 li,
 #slider3 ul, #slider3 li,
 #slider4 ul, #slider4 li
{
	margin:0;
	padding:0;
	list-style:none;
}
#slider1 li,
 #slider2 li,
 #slider3 li,
 #slider4 li
{
	width:320px;
	height:200px;
}	


/* checkout */
div#content table.checkout {
	font-size:12px;
	background:#eee;
	border:2px solid #ddd;

}
div#content table.checkout td a { font-size:12px;  }
div#content table.checkout td a:link { color:#333; text-decoration:none; }
div#content table.checkout td a:visited { color:#333; text-decoration:none; }
div#content table.checkout td a:hover { color:#000; text-decoration:none; }
div#content table.checkout td a:active { color:#000; text-decoration:none; }
div#content table.checkout th {
	font-size:10px;
	font-weight:bold;
	margin:2px;
	padding:2px;
	text-transform:uppercase;
	color:#333;
	background-color:#bbb;
	border:1px solid #666;
	line-height:14px;
}
div#content table.checkout td input.update {
	padding:4px 0 0 2px;
	margin:0;
}
div#content table.checkout th.heading {
	background-color:#999;
	border:1px solid #666;
}
div#content table.checkout th.heading2 {
	background-color:#bbb;
	border:1px solid #666;
}
div#content table.checkout th.heading a {
	text-transform:none;
}
div#content table.checkout th.heading a:link { color:#666; text-decoration:underline; }
div#content table.checkout th.heading a:visited { color:#666; text-decoration:underline; }
div#content table.checkout th.heading a:hover { color:black; text-decoration:underline; }
div#content table.checkout th.heading a:active { color:black; text-decoration:underline; }
div#content table.checkout tr.arow td {
	background-color:#ddd;
}
div#content table.checkout tr.ar td {
	padding:4px;
	color:#333;
	background-color:#ccc;
}
div#content table.checkout tr.ar1 td {
	padding:4px;
	color:#333;
	background-color:#ddd;
}
div#content table.checkout th.total {
	color:#333;
	font-weight:bold;
	font-size:12px;
}
div#content table.checkout th.grandtotal {
	font-weight:bold;
	font-size:14px;
	color:black;
	background-color:#bbb;
	border:1px solid #666;
}
div#content table.checkout th.titlegrandtotal {
	font-size:12px;
	background-color:#bbb;
	border:1px solid #666;
}
div#content table.checkout tbody tr td p {
	font-size:12px;
	margin:0;
	padding:3px 0 5px 0;
}
div#content table.checkout td.discount {
	font-size:12px;
	color:#333;
}
div#content table.checkout td {
	color:black;
}
div#content table.checkout td.featured ul {
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
div#content table.checkout td.featured, div#content table.checkout td.featured p {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
div#content table.checkout td.featured a { font-size:12px;  }
div#content table.checkout td.featured a:link { color:#333; text-decoration:none; }
div#content table.checkout td.featured a:visited { color:#333; text-decoration:none; }
div#content table.checkout td.featured a:hover { color:#000; text-decoration:none; }
div#content table.checkout td.featured a:active { color:#000; text-decoration:none; }
div#content table.checkout td.featured img {
	padding-bottom:5px;
}

div.chk_login {
	border:1px solid #1357AA;
	padding:5px;
	margin-bottom:5px;
	background:#104c94 url("../images/bg_login.png") no-repeat right top;
}
div.chk_register {
	border:1px solid #1357AA;
	padding:5px;
	background:#104c94 url("../images/bg_register.png") no-repeat right top;
}
div.chk_login p, div.chk_register p {
	margin:5px;
}

#content div.register_title {
	font-size:12px;
	font-weight:bold;
	color:#050505;
	margin:5px 0 5px 0 ;
	padding:2px;
	text-transform:uppercase;
	color:#333;
	background-color:#ddd;
	border:1px solid #eee;
}
