@charset "utf-8";
/* CSS Document */

body {
margin:0px; 
padding:0px;
background: url(images/background2.jpg) #100000 center center no-repeat;
width:100%;
height:100%;
text-align: center;
color:#222222;}


#homediv, #main {
position: relative;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
border: 5px solid #660000;
margin: 70px auto 10px auto;
text-align: left;
}
#homediv {
background-color:#bc9963;
background-image:url(images/homebg22_24.jpg);
background-position: bottom center;
background-repeat:no-repeat;
padding:30px 70px 270px 70px;
min-height:205px;
width:800px;
}

#main {
background-color:#ba9864;
background-image:url(images/3glasses22_24.jpg);
background-position: bottom center;
background-repeat:no-repeat;
padding:15px 20px 20px 20px;
width:900px;
min-height:485px;
}

/* Remember to set z-index for logo */

#logo1 {
	position:absolute;
	top:-26px;
	left:-14px;
	width:50px;
	height:50px;
	z-index:10;
	}
#logo2 {
	position:absolute;
	top:-30px;
	left:45px;
	width:204px;
	height:30px;
	z-index:10;
	}

#apple { 
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	border: 1px solid #990000;
	background-color: #FFffdd;
	width:550px;
	min-height:310px;
	margin-top:15px;
	padding:20px;
	float:right;
}

#heading {text-align:right;
	margin:0 10px 0 0;
	padding:0;}
#heading h1 {margin:0; padding:0;}

.hcol {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	border: 1px solid #990000;
	background-color: #ffffdd;
	width:188px;
	min-height:173px;
	float:left;
	margin-left:70px;
	padding:15px;
	overflow:hidden;
	}

#col1 {margin-left:0;}

#ltCol {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	border: 1px solid #990000;
	background-color: #660000;
	width:235px;
	min-height:170px;
	float:left;
	margin-bottom:230px;
	margin-top:15px;
	padding:15px;
	}


#menu {
	position:absolute;
	top:-26px;
	right:15px;
	width:920px;
	height:21px;
	text-align:right;
}



p, a, h1, h2, h3, h4, h5, h6, li {margin-top:0px; padding-top:0px;
font-family:Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;}
 
p {
	font-size: 12px;
	line-height: 16px;
	color: #222222;
	margin:0px;
	padding:0px 0px 15px 0px;
}

ul, li {
	font-size: 12px;
	line-height: 16px;
	color: #222222;
}

h1{ color:#660000;
	font-size: 28px;
	 font-weight: normal;
	 margin: 0px 0px 25px 0px;
	 padding:0px;
	 }
	 
h2 {color:#660000;
	font-size: 20px;
	 font-weight: normal;
	 }	 
	 
h3 {color: #713315 ;
	font-size: 18px;
	 font-weight: bold;
	 margin-bottom:18px;
	 }	 	 
	 
a {color: #990000 ;}	

a img {border:none;}

#ltCol p, #ltCol a, #ltCol h1, #ltCol h2, #ltCol h3, #ltCol h4, #ltCol h5, #ltCol h6, #ltCol li {color:#ffffdd;}


ul.topNav {list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	
ul.topNav li {
	display:block;
	width:122px;
	height:21px;
	float:right;
	text-align:center;
	padding:0;
	margin:0 1px;
	background:url(images/buttonON_11.gif) center center no-repeat ;

}


ul.topNav li a {
	font-weight:bold;
	color:#e6ce91;
	font-size:14px;
	line-height:21px;
	text-decoration:none;
	display:block;
	width:122px;
	height:21px;
}

ul.topNav li:hover, ul.topNav li.active {background: url(images/button3_11.gif) center center no-repeat ; }

ul.topNav li:hover a, ul.topNav li.active a,  ul.topNav li a:hover {color:#660000;} 

ul.topNav li:hover ul.subNav li, ul.topNav li.active  ul.subNav li {background: none ; }

ul.subNav { background: #660000;
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	width:122px;
	text-align:center;}

ul.subNav li {
	float:none;
	height:auto;
	width:122px;
	text-align:center;
	line-height:22px;
	margin:0;
	padding:0;
	background:none;

	}

ul.subNav li a { 
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	text-align:center;
	display:block;
	width:122px;
	height:22px;
	color:#e6ce91;
	}
	
	
ul.topNav li:hover ul.subNav li a, ul.topNav li.active ul.subNav li a {color:#e6ce91;}

ul.subNav li:hover a, ul.subNav li.active a,  ul.subNav li a:hover,
ul.topNav li:hover ul.subNav li a:hover, ul.topNav li.hover ul.subNav li.active a {color:#660000; background-color: #ffffdd ; }


.errors {border: #990000 2px solid;
	color:#990000;
	padding:10px;
	margin-bottom:10px;
	background-color:#FFFF99;}

.required, .invalid {background-color:#FFFF99;}

.crnmd a {color:#990000; font-size:9px; text-decoration:none;}
.crnmd a:hover {color:#999999; text-decoration:underline;}
