/* base for every style sheet herein */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
 margin: 0; padding: 0;
 border: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#333;
}


/*----------------------------------------------------------------------------------*/

body {
	text-align: center; /* centers in IE */
	background: #ffffff no-repeat;
}

#wrapper {
	display: block;
	width: 1100px;
	height:auto;
	text-align: center; /*resets text alignment*/
	margin: auto; /*centers in FF, Op, etc*/
}

/*----Global------------------------------------------------------------------------*/
body{
	background:transparent url('images/stripe-block.png') repeat center top;
	color:#333;
	font-size:14px;
}
.access { display: none; 
}
.small{font-size:12px;
}
.bold{ font-weight:bold;
}
.Dgreen{color:#009247;
}
.Lgreen{color:#8ac541;
}

li {
	list-style:none;
}

h1, h2, h3 {
	color:#009247;
}

h2 {
	font-size:19px;
}
a:focus{
	outline:none;
}
a{
	text-decoration:none;
}

/*----Header------------------------------------------------------------------------*/

#header{
	background: transparent url('images/header.png') no-repeat 0 0;
	display:block;
	width:1100px;
	height:323px;
}
#header h1 {
	display:block;
	width:315px;
	height:200px;
	margin-left:400px;
}
#header ul{
	padding-top:50px;
}
#header li{
	display:inline;
	font-size:18px;
	text-transform:uppercase;
	padding: 0 20px;
}


/*----Content-----------------------------------------------------------------------*/
#content{
	margin: 0 70px 0 70px;
	text-align:left;
}

/*-----------*/

#main{
	background: transparent url('images/content_BK.png') repeat-y 0 0;
	display:block;
	width:705px;
	height:auto;
	float:left;
}

#main #content-top{
	background: transparent url('images/content-top.png') no-repeat 0 0;
	display:block;
	width:700px;
	height:30px;	
}

.model-title{
	background: transparent url('images/model-title.png') no-repeat 0 0;
	display:block;
	width:600px;
	height:29px;
	margin-left:70px;
	padding:0px;
}
.model-title h2{
	background:#FFF;
	padding: 0 5px;
	margin-left:14px;
}

.dragoon h2{width:235px;}
.cyclone h2{width:225px;}
.stricker h2{width:215px;}
.switch h2{width:125px;}
.ezip h2{width:45px;}

.model-box{
	display:block;
	background-color:#FFF;
	width:574px;
	height:250px;
	border-left: #009247 solid 1px;
	border-right: #009247 solid 1px;
	border-bottom: #009247 solid 1px;
	margin:0 0 20px 70px;
	padding: 4px 12px 12px 12px;
}
.model-box img{
	width:336px;
	height:244px;
	border: #ccc solid 1px;
	float:left;
	margin-right:12px;
}
.model-info{
	float:left;
	width:220px;
}
.model-info li{
	padding-top:4px;
}
.model-info .price{
	font-size:20px;
}

/*-----------*/

#sidebar{
	background: transparent url('images/content_BK.png') repeat-y -705px 0;
	display:block;
	width:250px;
	height:auto;
	float:left;
	text-align:left;
}
#sidebar-top{
	background: transparent url('images/content-top.png') no-repeat -705px 0;
}


#sidebar ul#contact{
	padding: 10px 0 0 21px;
}
#sidebar li{
	padding-bottom:5px;
}
#sidebar .phone{
	font-size:19px;
}
.email{
	background: transparent url('images/email.png') no-repeat 136px 1px;
	display:block;
	width:160px;
}
.day{
	width:50px;
}

#about{
	background: transparent url('images/about-top.png') no-repeat 0 6px;
	margin:15px 0 0 16px;
}
#about-title{
	margin-left:11px;
}
#about-content{
	padding:2px 8px;
	width:178px;
	border-left: #009247 solid 1px;
	border-right: #009247 solid 1px;
}
#about-content.hours{
	border-bottom:1px solid #009247;
	text-align:right;
}
#about-content.hours .day{
	float:left;
}
#about-bottom{
	background: transparent url('images/about-bottom.png') no-repeat 0 0;
	display:block;
	width:196px;
	height:17px;
}

#pdf-links{
	margin-left:14px;
	padding-top:14px;
	
}

.pdf_icon{
	background: transparent url('images/pdf-icon.png') no-repeat 0 0;
	display:block;
	padding-left:26px;
	padding-top:23px;
	float:left;
}
#pdf-links li{
	height:25px;
	font-weight:bold;
	font-size:18px;
}
#pdf-links li a{
	color:#009247;
}
#sidebar-bottom{
	background: transparent url('images/sidebar_bottom.png') no-repeat 0 0;
	display:block;
	padding-left:250px;
	padding-top:85px;
}


/*----Footer------------------------------------------------------------------------*/

#footer{
	background: transparent url('images/footer.png') no-repeat 0 0;
	width:679px;
	height:103px;
	padding-left:260px;
	margin-left:69px;
	text-align:left;
	clear:both;
	float:left;
}
#footer p{
	width:380px;
	float:left;
	padding-top:42px;
}
#footer #CGC{
	display:inline;
	float:right;
	padding-top:30px;
	width:80px;
	height:60px;
	margin-right:215px;
	
}

/*Temp components*/

#main h1{
	text-align:right;
	padding-right:105px;
}