/***** GENERAL ******/
body {
	background: url(images/headerbg.gif) top left repeat-x #e7e7de;
margin: 0;
}
#contentainer {
	width: 1000px;
}

/****** BRANDMAIL *******/



/***** HEADER *******/
#header {
	width: 965px;
}
#header h1 {
	font-size: 2px;
}
#header #logo a {
	width: 180px; height: 99px;
	float: left;
	text-indent: -1500px;
	background: url(images/logo-trans.png) no-repeat top;
	margin: 20px 100px 20px 85px;
}
#header #logo a:hover {
	background: url(images/logo-trans.png) no-repeat bottom;
}
#header .search {
	width: 260px; height: 59px;
	float: left;
	margin-left: 200px;
}


#menu {
width: 490px; height: 25px;
margin: 5px 0px 0 230px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	float:right;
	list-style:none;

}
#menu li {
	margin:0;
	float:left;

	}
	
#menu li a {
	margin: 20px 30px 0 0;
	padding:0;
	color: #DFDEC4;
	text-decoration:none;
}

#menu li a:hover {
color: #DADAC0;
}

#input {
top: 0px;
margin: 0 100px 0 0;
padding: 0;
width: 190px; height: 35px;
float:right;

}



ul {
	margin:40px 0 0 0;
	padding:0;
	list-style:none;
}
ul li {
	margin:0;
	padding:5px 0 5px 0;
}


/******** BOXES SETTINGS ********/
img { 
	border: 0;
	margin: 10px 0 0 10px;
}
#content {
	width: 930px; 
	margin: 10px auto auto 50px;
	background: #ffffff;
   	border: 1px solid #B6B6B6;
	/*overflow: hidden;*/
	float: left;
}


.bot {
margin: 0 0 0 300px;

}

.box {
	width: 420px;
	float: left;
	margin: 35px 5px 20px 20px;
}
.box .main { 
	float: left;
	margin: 0 0 20px 0;
}

.box .number, .adbox .number {
	color: #80796F;
	font: 25px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0px 3px auto 0;
	text-align: left;
}

.box h4 {
	color: #80786F;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 10px 0px 30px 0px;
	text-align: center;

}
.box h5 {
	color: #B90C01;
	font: 15px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 5px 3px -7px 0px;
	text-align: left;

}


.box .main a {
	margin-bottom: 3px;
}

.et {
float: right;
z-index: 2;

}

.main {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #524E48;
	text-decoration: none;
	text-align: left;
	margin: 25px 3px 5px 0px;
}

.box .main:hover .clicks a {
	color: #636354;
}

.box .selected .clicks a {
	color: #636354;
	font-family: arial, serif;
	font-size: 13px;
	text-decoration: none;
}


/******** FOOOOOTER  *********/
#footer {
/*background: url(images/footbg.png) top left repeat-x;*/
	float: left;
	width: 1000px; height: 70px;

}
#footer p {
	color: #616056;
	font-family: arial, sanserif;
	font-size: 11px;
	color: #979684; 
	margin: 20px 0 20px 50px;
	
}

/************ SETS ***************/
#set1 {
	width: 965px; height: 455px;
}
#set2 {
	width: 965px; height: 455px;
}
#set3 {
	width: 965px; height: 455px;


/************** OPERA ************/
@media all and (min-width: 0px){
   #header .contactheader {
	margin: -13px 0 0 250px;
	padding: 12px 0 0 45px;
	}
	#header .aboutheader {
	margin: -6px 0 0 200px;
	padding: 0px 0 0 45px;
	}
	#header .subheader {
	margin: -5px 0 0 250px;
	padding: 0px 0 0 40px;
	}
}