*{margin:0px; padding:0px; position:relative;}
a{color:inherit; text-decoration:none;}

a.blueLink{
	position:absolute;
	left:34px;
	font-size:10px;
	top:48px;
	color:#85abd2;
}

a.blueLink:hover{
	color:#fff;
}

a.AnchorLink{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
}

body{
	background:url(images/bgs/pageBG.png);	
	color:#fff;
	font-family:Helvetica, Arial, sans-serif
}

#wrapper{
	width:1030px;
	background:url(images/bgs/greyMetalBG.jpg) top center fixed repeat-y;
	min-height:800px;
	margin:0 auto;
	
}

#header{
	z-index:2;
	width:1020px;
	padding:5px 5px 10px 5px;
	height:160px;
	background:url(images/bgs/headerBG_175.png) no-repeat;
}

#socialLinks{
	height:20px;
	position:absolute;
	right:30px;
	width:200px;
	top:66px;
}

#socialLinks a{
	padding-left:16px;
	height:20px;
	line-height:22px;
	float:left;
	background:url(images/arrow_social.png) top left no-repeat;
	padding-right:8px;
	font-size:12px;
	color:#333;
	font-weight:bold;
	
}
#socialLinks a:hover{color:#fff;}

.topNav_img{
	position:absolute;
	top:120px;
	width:162px;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
	height:36px;
	background:url(images/navBtn.png);
	cursor:pointer;
}

.topNav{
	z-index:5;
	position:absolute;
	top:100px;
	width:142px;
	padding-left:15px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:34px;
	height:34px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background: url(images/arrow_rt.png) 155px center  no-repeat  #333;
	cursor:pointer;
	box-shadow:inset 2px 3px 5px 3px #111;
}

.topNav:hover{
	
	background: url(images/arrow_dn.png) 155px center  no-repeat  #222;
}

.topNav ul{
	list-style:inside none;
	display:none;
	width:177px;
	position:absolute;
	left:0px;
	top:30px;
	background:url(images/topNav_ul.png);
	/*
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, #222222),
    color-stop(0.5, #555555),
    color-stop(0.85, #222222)
);
background-image: -moz-linear-gradient(
    center bottom,
    #222222 15%,
    #555555 50%,
    #222222 85%
);
*/
	padding-bottom:20px;
	padding-top:5px;
}
.topNav:hover ul{
	display:block;
}
.topNav li{
	font-style:italic;
	height:24px;
	line-height:24px;
	padding-left:14px;
	margin:2px 0 2px 0px;
	font-weight:normal;
}
.topNav li:hover{
background:url(images/swatches/grey50.png);
}
.topNav li a{
	color:#fff;
}

.topNav li:hover a{
	color:#85abd2;
}

.topNav a {
    color: #fff;
    text-decoration: none; 
}


/*color:#0a55a4;*/
#content{
width:1020px;
margin:-10px 5px 0px 5px;
}

#leftNav{
	width:230px;
	height:580px;
	background:url(images/bgs/leftNav.png);
	float:left;
}

#leftNav ul{
list-style:none;
}

#leftNav li{width:230px; margin:14px 0px;}

#leftNav li h3{
	font-size:16px;
	display:block;
	background:url(images/leftNav_rt.png);
	height:36px;
	width:190px;
	padding-left:40px;
	line-height:36px;
	cursor:pointer;

}
#leftNav li h3.expanded{
	background:url(images/leftNav_dn.png);
}
#leftNav li a{
color:#fff;
margin:5px auto 5px 15px;
display:block;
font-style:italic;
font-size:12px;
cursor:pointer;
}

#leftNav li a:hover{
color:#85abd2;
}



#leftNav li h3 a{
	font-style:normal;
	font-size:16px;
	margin:0;
}

#carousel{
	width:790px;
	height:540px;
	float:left;
	background:url(images/swatches/grey50.png);
}
#carouselImg{
	height:420px;
	width:790px;
	background:#F30;
}
.carouselSlide{
	position:absolute;
	top:0px;
	left:0px;
width:790px;
height:420px;
overflow:hidden;
background-position: -15px left;
}

.carouselSlide h1{
	position:absolute;
bottom:185px;
font-size:36px;
left:40px;
width:300px;
color:#fffff0;
text-shadow: 1px 1px 2px #111;
}
.carouselSlide img{
position:absolute;
top:0;
left:0;
width:790px;
}


a.goArrow{
	background:url(images/arrow_rt.png) center center no-repeat #111;
	width:28px;height:28px;
	position:absolute;
	top:255px;
	left:350px;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	cursor:pointer;
	
	z-index:3;
}

a.goArrow:hover{
	background:url(images/arrow_rt.png) center center no-repeat #fff;
}

.slideCaption{
	width:280px;
	position:absolute;
	top:255px; left:35px;
	padding:12px;
	font-size:12px; line-height:16px;
	letter-spacing:1px;
	font-weight:normal;
	text-shadow:1px 1px #222;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#333;
	box-shadow:inset 2px 8px 8px 3px #111;
	border:1px solid #000;
}

.slideCaption a {
    color: #fff;
    text-decoration: none;
}

#carouselThumbs{
	height:135px;
	width:790px;
	text-align:center;
}

#carouselThumbs .thumb{
	width:86px;
	height:100px;
	padding:4px;
	margin:6px 0px;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	font-weight:bold; font-size:10px; 
	line-height:16px; letter-spacing:.9px;
	text-align:center;
	
	
}

#carouselThumbs img{
	margin-bottom:10px;
	height:60px;
	width:80px;
	max-width:86px;
	box-shadow:1px 1px 4px 1px #111;
	-moz-box-shadow:1px 1px 4px 1px #111;
	-webkit-box-shadow:1px 1px 4px 1px #111;

}
#carouselThumbs .thumb:hover{

background:url(images/swatches/white50.png);
}

#itemSlider{
background:url(images/bgs/footerBG.png);

width:1020px;
margin:-10px 0px 20px 0px;
padding:10px 5px 5px 5px;
height:200px;
}

#itemSlider #items{
	margin-top:25px;
	margin-left:15px;
	float:left;
	background:url(images/bgs/itemSliderBG.png);
	width:680px;
	padding:0px 32px;
	height:154px;
}
#itemSlider #items-template{
	margin-top:25px;
	margin-left:15px;
	float:left;
	background:url(images/bgs/itemSliderBG.png);
	width:680px;
	padding:0px 32px;
	height:154px;
}
#itemSlider #itemWrapper{
	width:680px;
	margin-top:10px;
	height:136px;
	overflow:hidden;
}
#itemSlider #itemHolder{
	height:136px;
	min-width:680px;
	/*width:1200px;*/
	text-align:center;
}

.itemGroup{
	width:680px;
	float:left;
}
#itemSlider .item{
	width:136px;
	height:136px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#itemSlider a.item{
	cursor:pointer;
}
#itemSlider .halfitem{
	width:68px;
	height:136px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#itemSlider .item:hover{
background:url(images/swatches/white50.png);
}

#itemSlider .item img{
	position:abolute;
	top:0px;
	left:0px;
	width:120px;
	height:100px;
}

.isNavArrow{
	position:absolute;
	width:16px;
	top:50%;
	height:16px;
	cursor:pointer;
}

#leftArrow{background:url(images/arrow_lt_grey.png); left:8px;}
#leftArrow:hover{background:url(images/arrow_lt.png);}
#rightArrow{background:url(images/arrow_rt_grey.png); right:8px;}
#rightArrow:hover{background:url(images/arrow_rt.png);}

#itemSliderNav{
width:150px;
float:left;
padding:20px 0px 0px 50px;
}

#itemSliderNav ul{
list-style:inside;
color:#333;
font-size:12px;
font-weight:bold;
}

#itemSliderNav ul li{
	margin:5px 0px;
}

#itemSliderNav ul li a{
cursor:pointer;

}
#itemSliderNav ul li a:hover{color:#fff;}
#itemSliderNav ul li a:active, #itemSliderNav ul li a.current{color:#0a55a4;}

#maincontent{
	background-color: #3D3D3D;
	margin-left:235px;
	padding:25px;
	border:thin solid #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:auto;
	width:725px;
	
}

#maincontent a:link { color:#CCC; text-decoration:underline;}
#maincontent a:visited {color:#CCC;}
#maincontent a:active {color:#CCC;}
#maincontent a:hover {color:#FFF; text-decoration:none;}


.floatleft {
	float: left;
	margin:8px;
}
.floatright {
	float: right;
	margin:8px;
}

.dp_wrapper {
	width:600px;
}

.dp_left_box{
    float: left;
    width: 325px;
	height:152px;
}

.dp_right_box{
    float: right;
    width: 275px;
	height:152px;
}

#columns
{
	float:left;
	line-height:19px;
	padding:0 0 20px 0;
	width:960px;
}

#columns a
{
	color:#CCC; 
	text-decoration:underline;
}
 
 
  
.column
{
	float:left;
	color:#FFFFFF;
	padding:13px;
	margin-right:15px;
	width:220px;
	height:104px;
	font-size:13px;
	color:#D4D4D4;
}
.columnlast
{
	float:left;
	color:#FFFFFF;
	padding:13px;
	margin-right:15px;
	width:110px;
	height:104px;
	font-size:13px;
	color:#D4D4D4;
}
#content #columns h4
{
padding: 0px;
font-size:1.1em;
color:#FFFFFF;
}
.imgleft {padding: 10px 15px 10px 0px;}
.imgright {padding: 10px 0px 10px 15px;}
#contact-area {
	width: 510px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea, #contact-area select  {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #ccc;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	font-size: 1.1em;
}


