/* CSS Document */
/*------------------------------------------------- intro ---------------------------------------------------------------*/



html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
  }


html, body {
	height:100%;
	width: 100%;
	max-width:100%;
}



body {
	text-align: left;
	font-family: "Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-x-position: center;
	background-y-position: top;
	width:auto;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	
}

/*------------------------------------------------- /intro ---------------------------------------------------------------*/




.all {
	height:auto;
	width:900px;	
	margin-top: 10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-x-position: 0%;
	background-y-position: 0%;
	background-attachment: scroll;
	background: url(../images/Header-Banner.jpg) no-repeat top left;
	background-color: #FFFFFF;
	
	}
	
	
	
/*------------------------------------------------- header ---------------------------------------------------------------*/

.header{
	width: 900px;
	height: 150px;
	background-image: url(../images/Header-Banner.jpg) no-repeat top left;
	
	}

.head-menu{
	background-color:a5a5a7;
	height:30px; 
	width: 744px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	border-bottom: #000000 1px solid;
	float:left;
	}
/*------------------------------------------------ /header ---------------------------------------------------------------*/


	
/*------------------------------------------------- content ---------------------------------------------------------------*/
	
.content{
	width:900px;
	
	}
	
.content-box{
	margin-bottom:0px;
	border-top: #000000 1px solid;
	width:100%;
	}
	
.left-col {
	background: url(../images/design/left-menu-bg.jpg) repeat top left;
	width: 155px;
	vertical-align: top;
	height:auto;
	margin-bottom:0px;
	border-right: #000000 1px solid;
	
 }	
	

.cart-table {
	background: url(../images/design/sidebar-top.jpg) no-repeat top left;
	width:100%;
	height:125px;
	}

.cart-nav {
	float:left;
	margin-left:15px;
	}
	
.cart-message {
	margin-left:10px;
}


.center {
	width: 720px;
	padding: 5px 0px 0px 10px;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	
	}
	
h1,h2,h3,h4,h5,h6,h7,h8{
	font-size: 18px;
	font-family: "Trebuchet MS",verdana,arial,tahoma,sans-serif;
	color: #4d718b;
	padding-bottom: 10px;
	padding-top:10px;
	
	}
	
.image-left {
	float:left;
	padding-right: 10px;
	padding-top:10px;
	}
	
.image-right {
	float:right;
	padding-left:10px;
	padding-top:10px;
	margin-right:10px;
	}
	
.checkout-table {
	text-transform:none;
	}
	
.search {
	margin-top:10px;
	}
	

	
p {
	padding: 10px 10px 0px 0px;
	font-family:"Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size:12px;
	margin-bottom:10px;
}

p a:link, p a:visited {
color:#4d718b;
}	
	
p a:hover, p a:active {
color:#69696b;
}

table tr td a{
	font-family:"Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size:12px;
	}
	
table tr td ul li a{
	text-decoration:none;
	}

table tr td a:link, table tr td a:visited {
color:#4d718b;
}	
	
table tr td a:hover, table tr td a:active {
color:#69696b;
}

.title-image {
	background-image: url(/images/design/homepage-header-indep.jpg);
	height:131px;
	width:744px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	float:left;
	}
	
.title-specials {
	background-image: url(/images/design/specials-header.jpg);
	height:131px;
	width:744px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;	
	float:left;
	}
	
	
.info-nav-left {
	width:50%;
	float:left;
	}
	
		
.cont-bottom {
	clear: both;
	background: url(none) no-repeat right top;

	
	}
/*------------------------------------------------- /content ---------------------------------------------------------------*/


/*------------------------------------------------- footer ---------------------------------------------------------------*/


.footer{
	margin:auto;
	border-top: #000000 1px solid;
	background-image: url(/images/design/footer.jpg);
	width: 900px;
	height: 45px;
	line-height: 45px;
	color: #000;
	font-family: "Trebuchet MS",verdana,arial,tahoma,sans-serif;}
	
.foo-right{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 15px;}

.foo-left{
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 15px;
	font-size: 17px;}

/*------------------------------------------------- /footer ---------------------------------------------------------------*/

