/*GLOBAL*/

html{
   height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-position: center;
}


/*POSITIONAL DIVS*/	


html > body #pagecontainer {
	height:auto;
	min-height:100%;
}

#pagecontainer {
	width: 1010px;
	margin: 0px auto;
	height: 100%;
	background-image: url(images/pagecontback.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position: top;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 71px;
}



/*NAVIGATION STYLES */

#nav {
	width: 500px;
	left: 16px;
	float: left;
	height: 20px;
	padding-left: 10px;
	margin-left: 20px;
}
#nav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#nav li {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float:left;
	list-style-image: url(images/arro.jpg);
	margin-right: 40px;
	line-height: 20px;
}

#nav a {
	text-decoration: none;
	color: #666666;
}

#nav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


/*SUB NAVIGATION STYLES */


#subnav {
	background-color: #CCCCCC;
	width: 170px;
	padding-top: 40px;
	float: left;
	border-top: #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	height: 340px;
}
#subnav ul {
}


#subnav li {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	list-style-image: url(images/grayarro.jpg);
	padding-top: 8px;
}

#subnav li a {
	text-decoration: none;
	color: #666666;
}
#leftpic {
	float: left;
	width: 334px;
}
#copybox {
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#copybox a {
	color: #000000;
}
#copybox a:hover {
	color: #A3A074;
}
#copybox h2 a {
	color: #817F83;
	text-decoration: none;
	font-size: 14px;
}

#subnav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#subnav ul {
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}





#contentarea {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #CCCCCC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-left-width: 5px;
	border-left-style: solid;
}

#bar {
	background-color: #c2c2b6;
	height: 27px;
	margin-left: 5px;
	clear: both;
}
#footer {
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
	clear: both;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

#overview {
	font-size: 17px;
	line-height: 22px;
	color: #7a7b75;
	padding: 25px 15px 30px;
}
#credit {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 10px;
	color: #666666;
	clear: both;
}
#credit a {
	text-decoration: underline;
	color: #666666;
}
#credit a:hover {
	text-decoration: underline;
	color: #A3A073;
}




/*TEXT STYLES */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	line-height: 23px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7A7478;
	line-height: 16px;
	margin: 0px;
	padding: 20px 0px 5px;
}
#copybox p {
	margin: 0px;
	padding: 0px;
}
#copybox .copy {
	padding-top: 10px;
}
#stock {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
}
#stock p {
	margin: 0px;
	padding: 8px 0px 0px;
}
#flash {
	float: left;
	width: 353px;
	height: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #C2C2B6;
}

#contentarea > #flash
{
min-height:100%;
height: auto;
}



#thumbs {
	float: right;
	width: 390px;
	margin-top: 20px;
	margin-left: 0px;
}
#thumbs a {
	color: #000000;
}
#thumbs a:hover {
	color: #A3A073;
}
#thumbs p {
	margin-left: 12px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 7px;
}
