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

body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:0;
}

#main{
	background:url(../images/bg_main.jpg) left top no-repeat;
	padding-top:30px;}

#nav {background:url(../images/bg_menu.jpg) top left no-repeat;}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#nav a, #nav h2 {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

#nav h2 {
	color: #000000;
	text-transform: uppercase;
}

#nav a {
	color: #000000;
	background-color:#ff8400;
	text-decoration: none;
	text-align:left;
	padding-top:4px;
	padding-left:15px;
	font-size:11px;
}

#nav a:hover {
	color: #ffffff;
	font-size:11px;
}


#nav ul li a {
	height: 17px;
	font-size:11px;
} 


#nav ul ul {
	position: absolute;
	top:21px;
	left:0px;
	background-color:#ff8400;
	font-size:11px;
}

#nav ul ul li {
	margin:0px;
	font-size:11px;
}

li {
  float: left;
  position: relative;
  font-size:11px;
  }
  

li > ul {
	top: auto;
	left: auto;
	font-size:11px;
	}

li:hover ul, li.over ul
	{ display: block;
	font-size:11px;
}
	

li ul {
	display: none;
 	position: absolute; 
  	top: 1em;
  	left: 0;
	font-size:11px;
  }
	
.subrand {
	margin-right:2px;
}


.h2 {
font-size:16px;
font-weight:bold;
}

a {
font-weight:bold;
text-decoration:none;
color:#5483a1;
}

a:hover {
font-weight:bold;
text-decoration:underline;
color:#5483a1;
}

.header {font-size:18px;font-weight:bold;}

/* forms */
input.buttonblue,input.buttonred{cursor:hand;color:#FFF;font-size:11px;padding:2px 1px;margin:0px;white-space:nowrap}
input.buttonred{background:url("../../im/bg_sunorange.gif") repeat-x left top #E76F00;border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC}
input.buttonblue{background:url("../../im/bg_sunblue.gif") repeat-x 0px -10px #304C60;border-right:1px solid #304C60;border-bottom:1px solid #304C60;border-left:1px solid #BACDD9;border-top:1px solid #BACDD9}
input.buttonred:hover,input.buttonblue:hover{color:#fbe249} 
input.error, select.error, textarea.error{border:2px solid;background:#FEE;border-top-color:#C00;border-left-color:#C00;border-right-color:#F00;border-bottom-color:#F00}
input.medium{width:120px}
input.mediumlarge,select.rightmodule{width:130px}
input.large{width:200px}
input.textfield {border:1px solid #53809d;background:#FFF;padding:2px;}