body{
	background-color : white;
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	scrollbar-3dlight-color : #cccccc;
	scrollbar-arrow-color : red;
	/*scrollbar-base-color : black;*/
	scrollbar-darkshadow-color :#cccccc;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
}
h1{
	font-family:Cherry Cream Soda, Arial;
	font-size:1.3em;

}
a{
	text-decoration:none;
	color:black;
	margin-top:30px;
	/* top, right, bottom, left*/
	padding:0px 20px 0px 20px;
}
a:hover{
	text-decoration:none;
	color:gray;	
}
#main{
	background: url(images/snowfield.jpg) ;
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:white;
}
#wrapper{
	margin:0 auto;
	width:960px;
	text-align:left;
}
#header{
	border-bottom: 1px dashed gray;
}
#leftheader{
	float:left;
	width:319px;
	padding:0px 0px 10px 0px;

}
#rightheader{
	padding:15px 0px 0px 0px;	
	float:right;
	width:641px;
	text-align:center;
}
#rightheader a{
	font-size:1.2em;
	font-weight:bold;
}
#media{

}
#slideshow{
	width:533px;
	height:270px;
	padding:3px 0px 2px 0px;
	text-align:center;
	background-color:white;
	float:left;
}
#video{
	float:right;
	padding:3px 0px 2px 0px;
	width:427px;
	height:270px;
}
#cam3{
	background-color:white;
	margin-top:2px;
	border: 2px solid #cccccc;
	padding:0px 10px 0px 10px;
	font-size:1.2em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e2dcdc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, white, #e2dcdc); /* for firefox 3.6+ */ 
}
#cam3 a{
	text-decoration:underline;
	padding:0px;
}
#productnav{
	border-top: 1px dashed gray;

	padding:20px 0px 5px 0px;
}
#productnav a{
	font-size:1.2em;
	text-decoration:none;
	padding:0px 20px 0px 0px;
}
#copyright{
	padding:10px;
}
.error{
	color:red;
	font-weight:bold;
}
#callback{
	width:225px;
	height:330px;
	border:1px dashed #cccccc;
}
