/* CSS Document */
body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:500;
}
.chris #container { 
	width: 900px;
	height:600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/background.jpg); 
	background-repeat: no-repeat;
	margin: 0;
	float:left; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #153a42;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.chris #header { 
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:750px;
	margin-left:150px;
	padding: 0 0px 0 0px;
	float:left;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#footer {
height:auto;
width:880px;
float:left;
color:#465E5B;
font-size:10.5px;
text-align:left;
padding-left:20px;
}

a.footer:link{
color: #496e69;
font-size:10.5px;
}
a.footer:hover {
color: #528881;
font-size:10.5px;
}
a.footer:visited {
color: #496e69;
font-size:10.5px;
}
a.footer:active {
color: #496e69;
font-size:10.5px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size:16px;
	text-transform:capitalize;
	color:#4dc3da;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size:14px;
	text-transform:capitalize;
	color:#4dc3da;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size:14px;
	text-transform:capitalize;
	color:#FFFFFF;
	}
p {font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:500;
	}

p.grey{
	font-family:Arial, Helvetica, sans-serif;
	color:#235946;
	}
	
p.white {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
a:link {
	color: #4dc3da;
	text-decoration: none;
}
a:visited {
	color: #4dc3da;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}	

a.text:link {
	color: #4dc3da;
	text-decoration: none;
}
a.text:visited {
	text-decoration: none;
	color: #4dc3da;
}
a.text:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a.text:active {
	text-decoration:none;
	color: #FFFFFF;
}

.selected {
	color:#FF0000;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	background-color:#000000;

}
.footer {
	color: #999999;
	text-align:center;
	font-size:10px;
}
	
a.menu:link {
	color:#4dc3da;
	font-size:13px;
	font-weight:600;
	text-align:center;
	padding:15px;
	}
a.menu:hover {
	color:#FFFFFF;
	font-size:13px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	padding:15px;
}

a.menu:visited {
	color:#4dc3da;
	font-size:13px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	padding:15px;
	}
a.menu:visited:hover {
	color:#FFFFFF;
	font-size:13px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	padding:15px;
	}
a.menu:active {
	color:#CCCCCC;
	font-size:13px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	padding:15px;
	}

	
#navbar {
	width:756px;
	height:34px;
	padding-top:20px;
	text-align:center;
	left:145px;
	margin-top:-2px;
	margin-left:145px;
	background-image: url(../images/menubar.jpg);
	background-position:right;
	background-repeat: no-repeat;
	float:right;
	}
#navbar2 {
	width:800px;
	height:34px;
	padding-top:20px;
	text-align:center;
	left:100px;
	margin-top:-2px;
	background-image: url(../images/menubar%20longer.jpg);
	background-position:left;
	background-repeat: no-repeat;
	float:left;
	margin-left: 100px;
}

#loader{
	width:250px;
	height:295px;
	padding-top:30px;
	margin-left:0px;
	margin-top:0px;
	text-align:center;
	color:#FFFFFF;
	overflow:hidden;
	display:inline;
	float:right;
	}
#columnleft {
	width:500px;
	height:275px;
	padding-top:30px;
	margin-left:150px;
	margin-top:10px;
	color:#FFFFFF;
	overflow:auto;
	display:inline;
	float:left;
	}
#galleryplayer {
}

#hometext {
	width:500px;
	height:255px;
	padding-top:0px;
	margin-left:0px;
	margin-top:00px;
	color:#FFFFFF;
	overflow:auto;
	float:left;
	}
#scroller {
	width:495px;
	height:30px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	color:#FFFFFF;
	float:left;
	overflow:hidden;
	}	
#columnright {
	width:250px;
	height:295px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	text-align:center;
	overflow:hidden;

	}
	
#reviews {
	font-size:11px;
	line-height:normal;
	letter-spacing:normal;
	width:220px;
	height:100px;
	padding:10px;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	overflow:hidden;
	display:inline;
	float:right;
	border: #003333 solid 1px;
	

	}
#columnfull {
	width:500px;
	height:395px;
	padding-top:30px;
	margin-left:150px;
	margin-top:10px;
	color:#FFFFFF;
	overflow:auto;
	display:inline;
	float:left;
	}
#rightfull {
	width:250px;
	height:415px;
	padding-top:30px;
	margin-left:0px;
	margin-top:0px;
	text-align:center;
	overflow:hidden;

	}
#videobox {
	width:400px;
	height:295px;
	padding-top:30px;
	margin-right:0px;
	margin-top:0px;
	display:inline;
	float:right;
	}
#videobox2 {
	width:755px;
	height:295px;
	padding-top:30px;
	margin-top:0px;
	display:inline;
	float:right;
	padding-left: 40px;
	margin-left: 20px;
}


#imagestrip {
width:900px;
height:120px;
float:left;
border: 1px solid #153a42;

}
#photothumb {
width:150px;
height:120px;
overflow:hidden;
display:inline;
float:left;
}

#imageoverlay{
top:0px;
left:0px;
position:absolute;
margin-top:425px;
width:23px;
height:125px;
background-image:url(../images/photoOverlap.gif);
background-repeat:no-repeat;
}
#centrecontent {
	width:450px;
	height:485px;
	margin-top:0px;
	margin-left:-1px;
	
	overflow:hidden;
	}	


	
.prodChoose_off {
	width:auto;
	height:40px;

	
}
.prodChoose_on {
	width:auto;
	height:50px;
	background-color: #000000;
	color:#FF0000;
	
	
}
