/*GLOBAL STYLES*/
* {
	padding:0; 
	margin:0;
}
body {
	font:83% Arial, Helvetica, sans-serif;
	color:#727272;
	text-align:left;
	background:#e8e4c1 url(../graphics/bodyBK.png) repeat-x left top;
}
img {
	border:none;
}
a, a img, input{outline:none; border:none;}
a {color:#EB6200; text-decoration:none;}
a:hover {text-decoration:underline;}
p { padding-bottom:10px;}
p.bold{
	color:#31749F;
	font-size:17px;
	font-weight:bold;
	}
p.notice { padding:20px;}
.error {color:#FF0000 !important;}
#topcontrol {
	background:url(../graphics/up.png) no-repeat 0 0;
	height:0;
	width:30px;
	padding-top:107px;
	overflow:hidden;
	}
.left { float:left;}
/*---------- lightbox -----------*/
.hide { display: none; }

/*STRUCTURE*/
#container {
	width:960px;
	margin:0 auto;
	background:url(../graphics/headerBK.jpg) no-repeat left top;
	position:relative;
	}
.goingup {
	position:fixed;
	top:50%;
	right:20px;
	}
#header {
	width:960px;
	position:relative;
	}
#header .logo {
	padding:32px 0 3px 0;
	float:left;
	}
#header .rightBlock {
	float:right;
	width:294px;
	margin-right:10px;
	}
#header .callUs {
	height:0;
	padding-top:47px;
	overflow:hidden;
	background:url(../graphics/callUs-trans.png) no-repeat 0 0;
	}
#header .miniCart {
	float:right;
	width:178px;
	height:63px;
	background:url(../graphics/cart.gif) no-repeat 0 0;
	padding:47px 0 0 20px;
	}
#header .miniCart p{
	color:#FFF;
	margin-bottom:5px;
	padding:0 0 0 3px;
	}
#header .miniCart .btns {
	float:left;
	}
#header .miniCart .btns a {
	width:79px;
	height:27px;
	margin-right:2px;
	display:block;
}
/*#header .miniCart a.miniView {
	background:url(../graphics/miniViewBtn.gif) no-repeat left top;
	}
#header .miniCart a.miniCheckout {
	background:url(../graphics/miniCheckoutBtn.gif) no-repeat left top;
	}*/
#header .miniCart a.miniView:hover, #header .miniCart a.miniCheckout:hover {
	background-position:0 -27px;
	}
/*NAV*/
#nav {
	clear:both; 
	padding-top:12px;
	background:url(../graphics/navBK.jpg) no-repeat left bottom;
	height:52px;
	}
#nav ul {
	list-style:none;
	height:36px;
	padding:8px 0 0 30px;
	}
#nav ul li {
	float:left;
	}
#nav ul li a{
	float:left;
	height:0px;
	padding-top:44px;
	overflow:hidden;
	}
#nav ul li a.one{
	background:url(../graphics/Nav1.png) no-repeat left top;
	width:92px;
	}
#nav ul li a.two{
	background:url(../graphics/Nav2.png) no-repeat 0 0;
	width:95px;
	}
#nav ul li a.three{
	background:url(../graphics/Nav3.png) no-repeat 0 0;
	width:136px;
	}
#nav ul li a.four{
	background:url(../graphics/Nav4.png) no-repeat 0 0;
	width:125px;
	}
#nav ul li a.five{
	background:url(../graphics/Nav5.png) no-repeat 0 0;
	width:117px;
	}
#nav ul li a.six{
	background:url(../graphics/Nav6.png) no-repeat 0 0;
	width:95px;
	}
#nav ul li a.seven{
	background:url(../graphics/Nav7.png) no-repeat 0 0;
	width:139px;
	}
#nav ul li a.eight{
	background:url(../graphics/Nav8.png) no-repeat 0 0;
	width:96px;
	}
#nav ul li a:hover, .one #nav ul li a.one, .two #nav ul li a.two, .three #nav ul li a.three, .four #nav ul li a.four, .five #nav ul li a.five, .six #nav ul li a.six, .seven #nav ul li a.seven, .eight #nav ul li a.eight {
	background-position:0 -52px;
	}
#content {
	background:#fff;
	padding:20px;
	float:left;
	width:920px;
	min-height:400px;
	}
#content #content {
		width:auto;
		float:none;
		padding:0;
}
input, textarea, select, fieldset {padding:4px;}
input {border:1px solid #ccc;}
td ul { margin-left:40px;}
.panel {border:none !important;}
.button { 
	padding:5px; 
	margin:5px; 
	background:#3175A0; 
	color:#fff; 
	font-size:14px !important;
	}
.contentBlock img {
	float:left;
	padding-left:10px;
	}
.contentBlock a.email {
	background:url(../graphics/Email.gif) no-repeat 0 -75px;
	width:287px;
	height:0;
	padding-top:75px;
	overflow:hidden;
	display:block;	
	}
.contentBlock a.email:hover {
	background-position: 0 0;
	}
	
	/*FOOTER*/
#footer {
	width:100%;
	height:229px;
	background:url(../graphics/footerBKStep.png) repeat-x 0 0;
	clear:left;
	}
#footers {
	padding:10px 0 15px;
	clear:left;
	/*float:left;*/
	}
#footerContainer {
	width:960px;
	height:220px;
	padding-top:5px;
	margin:0 auto;
	position:relative;
	background:url(../graphics/footerBK.png) no-repeat 0 0;
	}
#footerContainer .forum {
	position:absolute;
	right:-40px;
	top:65px;
	width:68px;
	height:137px;
	}
#footerContainer p {
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	line-height:15px;
	}
#footerContainer p span {
	text-transform:none;
	font-size: xx-small;}
	
#footerContainer p a {color:#fff;}
#footers .logo img{
	padding-right:60px;
	}
#footers .secure img{
	padding-right:75px;
	}
.tcat { border-top:4px solid #3175A0 !important;}
.page { color:#3175A0 !important;}