@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bgimg.png) no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:5px;
}

h1 {
	font-size: 24px;
	font-weight: 100;
}
div.nexttitle {
	font-size: 24px;
	text-transform: capitalize;
	width: 240px;
	font-weight: 100;
}

div.nextbyline {
	font-size: 16px;
	text-transform: capitalize;
	width: 240px;
	font-weight: 100;
}


div.holder{
	background:#E8E6E2 none repeat scroll 0 0;
	width: 886px;
	border-width: 3px;
	border-style: solid;
	border-color:  #757575;
	padding: 7px;
	margin: 0 auto;
	position: relative;
}

div.logo {
	background:url(images/banner.png);
	width: 884px;
	height: 248px;
}

div.secondbar{
	background: #deddda url(images/tagline.png) no-repeat scroll 0 0;
	width: 884px;
	height: 40px;
}

div.navbar{
	background: #757a96;
	width: 884px;
	height: 40px;
}
	

div.logoholder{
	width: 800px;
	height:	500px;
	margin: 0 auto;
	padding: 100px;
}


div.nextbar{
	background:#F3E5D2 none repeat scroll 0 0;
	border:7px solid #F4CA94;
	float:right;
	min-height:395px;
	padding:10px;
	position:relative;
	right:20px;
	top:-25px;
	width:240px;
}

div.nexttext p{
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.content{
	width: 540px;
	height: 100%;
	min-height: 405px;
	padding: 20px;
}

div.nav-home{
	background: url(images/nav-home.png) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 15px 0px 15px;
	float: left;
	height: 40px;
	width: 52px;
}

div.nav-home a {
	display: block;
	height: 100%;
	width: 100%;
}
	
div.nav-home a:hover {
	background:url(images/nav-home.png) no-repeat scroll 0 -40px;
}

div.nav-home a:current {
	background:url(images/nav-home.png) no-repeat scroll 0 0px;
}


div.nav-about{
	background: url(images/nav-about.png) no-repeat scroll 0 0;
	position: relative;
	float: left;
	height: 40px;
	width: 89px;
	margin: 0px 15px 0px 15px;
}

div.nav-home a:current {
	background:url(images/nav-home.png) no-repeat scroll 0 0px;
}

div.nav-about a {
	display: block;
	height: 100%;
	width: 100%;
}

div.nav-about a:hover {
	background:url(images/nav-about.png) no-repeat scroll 0 -40px;
}


div.nav-buy{
	background: url(images/nav-buy.png) no-repeat scroll 0 0;
	position: relative;
	float: left;
	height: 40px;
	width: 91px;
	margin: 0px 15px 0px 15px;
}

div.nav-buy a {
	display: block;
	height: 100%;
	width: 100%;
}

div.nav-buy a:hover {
	background:url(images/nav-buy.png) no-repeat scroll 0 -40px;
}



div.nav-season{
	background: url(images/nav-season.png) no-repeat scroll 0 0;
	position: relative;
	float: left;
	height: 40px;
	width: 91px;
	margin: 0px 15px 0px 15px;
}

div.nav-season a {
	display: block;
	height: 100%;
	width: 100%;
}

div.nav-season a:hover {
	background:url(images/nav-season.png) no-repeat scroll 0 -40px;
}

div.nav-contact{
	background: url(images/nav-contact.png) no-repeat scroll 0 0;
	position: relative;
	float: left;
	height: 40px;
	width: 97px;
	margin: 0px 15px 0px 15px;
}

div.nav-contact a {
	display: block;
	height: 100%;
	width: 100%;
}

div.nav-contact a:hover {
	background:url(images/nav-contact.png) no-repeat scroll 0 -40px;
}

div.checkout {
background:none repeat scroll 0 0 #D1D1D1;
border:2px solid #FFFFFF;
margin:0 auto;
padding-bottom:4px;
padding-left:25px;
padding-top:10px;
width:350px;
}

