/***** GENERAL ******/
body {
	background: url(images/headerbg.gif) top left repeat-x #e7e7de;
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0 auto;
}


/***** HEADER *******/
#header {
	width: 965px;
}
#header h1 {
	font-size: 2px;
}
#header #logo a {
	width: 161px; height: 52px;
	float: left;
	text-indent: -1500px;
	background: url(images/logo.gif) no-repeat top;
	margin: 7px 100px 33px 160px;
}
#header #logo a:hover {
	background: url(images/logo.gif) no-repeat bottom;
}
#header .search {
	width: 260px; height: 59px;
	float: left;
	margin-left: 200px;
}

#header .subheader {
	width: 420px; height: 80px;
	margin: 0px 0 0 250px;
	font-family: arial, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	background: url(images/bulb.gif) no-repeat 0 0;
	padding: 0px 0 0 40px;
}
#header .suggestheader {
	width: 420px; height: 80px;
	margin: 4px 0 0 250px;
	font-family: arial, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	background: url(images/papericon.gif) no-repeat 0 0;
	padding: 0px 0 0 40px;
	line-height: 31px;
}
#header .aboutheader {
	width: 540px; height: 80px;
	margin: 0px 0 0 200px;
	font-family: arial, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	background: url(images/questionicon.gif) no-repeat 0 0;
	padding: 0px 0 0 45px;
	line-height: 43px;
}
#header .contactheader {
	width: 540px; height: 80px;
	margin: -8px 0 0 250px;
	font-family: arial, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	background: url(images/envelope.jpg) no-repeat 0 0;
	padding: 10px 0 0 45px;
	line-height: 30px;
}
.search {
	width: 230px; height: 28px;
	float: left;
	background: url(images/search.gif) no-repeat;
	margin-top: 27px;
}
.search .searchBox {
	width: 200px; height: 20px;
	background: #9d1411;
	border: none;
	margin: 3px auto;
	color: #FFF;
	font-size: 16px;
	font-size: 11px;
	padding-left: 5px;
	font-family: arial, serif;
}

/******** BOXES SETTINGS ********/
img { 
	border: 0;
}
#content {
	width: 900px; height: 410px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	float: left;
}
.box {
	width: 292px;
	height: 94px;
	float: left;
	margin: 10px 5px 0 0;
}
.box .main { 
	background: url(images/box.gif) no-repeat;
	width: 249px;
	height: 74px; 
	float: left;
}
.box .main:hover {
	background: url(images/box.gif) no-repeat 0 -74px;
}
.box .selected {
	background: url(images/box.gif) no-repeat 0 -74px;
	width: 249px;
	height: 74px; 
	float: left;
}

.box .number, .adbox .number {
	width: 40px;
	height: 84px;
	float: left;
	color: #c7c7b7;
	font-family: arial, serif;
	font-size: 30px;
	margin: -10px 3px 0 0;
	text-align: right;
}
.box .bignumber {
	width: 40px;
	height: 84px;
	float: left;
	color: #c7c7b7;
	font-family: arial, serif;
	font-size: 25px;
	margin: -10px 3px 0 0;
	text-align: right;
}
.box:hover .number, .box:hover .bignumber {
	color: #95958f;
}
.box .main a img {
	margin-bottom: 3px;
}
.box .main .clicks a {
	color: #7a7a64;
	font-family: arial, serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 3px;
}
.box .main:hover .clicks a {
	color: #636354;
}
.box .selected .clicks a {
	color: #636354;
	font-family: arial, serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 3px;
}


/********* CONTROLS **********/
#controls {
	width: 52px; height: 137px;
	float: left;
	margin-top: 160px;
	margin-left: 20px;
}
#controls .down {
	background: url(images/down.gif) no-repeat;
}
#controls .down:hover {
	background: url(images/down.gif) no-repeat 0 -63px;
}
#controls .down a {
	width: 52px; height: 63px;
	display: block;
	text-indent: -1500px;
	outline: none;
	margin-top: 10px;
}
#controls .up {
	background: url(images/up.gif) no-repeat;
}
#controls .up:hover {
	background: url(images/up.gif) no-repeat 0 -64px;
}
#controls .up a {
	width: 52px; height: 64px;
	display: block;
	text-indent: -1500px;
	outline: none;
}

/******** FOOOOOTER  *********/
#footer {
	float: left;
	width: 200px; height: 57px;
	background: url(images/footer.gif) no-repeat bottom;
	font-family: arial, serif;
	color: #7a7a64;
	margin: 40px 0;;
}
#footer .top, .top a {
	color: #7a7a64;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
#footer .bottom, .bottom a {
	margin: 8px 0 0 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #7a7a64;
}

/************ SETS ***************/
#set1 {
	width: 965px; height: 455px;
}
#set2 {
	width: 965px; height: 455px;
}
#set3 {
	width: 965px; height: 455px;
}
#set4 {
	width: 965px; height: 455px;
}
#set5 {
	width: 965px; height: 455px;
}
#set6 {
	width: 965px; height: 455px;
}
#set7 {
	width: 965px; height: 455px;
}
#set8 {
	width: 965px; height: 455px;
}
/******** STUFF **************/
#popup {
	float: left;
	width: 965px;
	font-size: 10px;
	color: #7a7a64;
	font-family: arial, serif;
	text-align: center;
}


/********** AD ****************/
.adbox {
	width: 292px;
	height: 95px;
	float: left;
	margin: 10px 5px 0 0;
	font-family: arial, serif;
	margin-bottom: -10px;
}
.adbox .main { 
	background: url(images/adbox.gif) no-repeat;
	width: 249px;
	height: 95px; 
	float: left;
}
.adbox .main img {
	margin: 6px 0 0 6px;
}
.adbox .advertise, .advertise a {
	color: #7a7a64;
	text-decoration: none;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

/********* Info at bottom ***********/

/********* SUGGEST PAGE ***********/
#left {
	width: 560px;
	float: left;
	font-family: arial, serif;
	color: #60604c;
	font-size: 12px;
	padding: 0 40px;
	margin-bottom: 40px;
}
#left a {
	color: #60604c;
	font-weight: bold;
}
#left span.question {
	font-weight: bold;
	display: block;
}
#left h3.faq {
	font-size: 14px;
	font-weight: bold;
}
#middle {
	width: 1px; height: 520px;
	background: url(images/bigline.gif) no-repeat;
	float: left;
}
#right {
	width: 300px;
	float: left;
	text-align: center;
	padding-top: 50px;
	font-family: arial, serif;
	color: #7a7a64;
	font-size: 10px;
}
#right #footer {
	float: left;
	width: 300px; height: 57px;
	background: url(images/footer.gif) no-repeat bottom;
	font-family: arial, serif;
	color: #7a7a64;
	margin: 150px auto;;
}
#right #footer .top, .top a {
	color: #7a7a64;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
#right #footer .bottom, .bottom a {
	margin: 8px 0 0 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #7a7a64;
}
form#suggest ol li {
	list-style: none;
}
form#suggest ol li input.field {
	background: #f6f6f0;
	border: 1px #c0c0b5 solid;
	border-bottom: none;
	border-right: none;
	width: 185px; height: 20px;
	font-size: 12px;
	color: #60604c;
	padding: 3px 0 0 4px;
	font-family: arial, serif;
}
form#suggest ol li input.field:focus {
	background: #FFF;
	border: 1px #c6c6be solid;
	border-bottom: none;
	border-right: none;
}
form#suggest ol li label {
	width: 100px;
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
	line-height: 20px;
}
form#suggest ol li input.cbox {
	margin-left: 15px;
}
form#suggest ol li {
	margin-bottom: 10px;
}
form#suggest ol li textarea {
	background: #f6f6f0;
	border: 1px #c0c0b5 solid;
	border-bottom: none;
	border-right: none;
	font-size: 12px;
	color: #60604c;
	font-family: arial, serif;
}
form#suggest ol li textarea:focus {
	background: #FFF;
	border: 1px #c6c6be solid;
	border-bottom: none;
	border-right: none;
}
form#suggest ol li input.submit {
	width: 185px; height: 20px;
	background: #f6f6f0;
	border: 1px #c0c0b5 solid;
	border-bottom: none;
	border-right: none;
	text-align: center;
	margin-left: 106px;
	color: #60604c;
}
/************ ABOUT PAGE ************/
img { 
	border: none;
}
.logodl {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
.logodl a {
	font-family: arial, serif;
	color: #7a7a64;
	text-decoration: none;
}


/****************** ADS ***************/
#ads {
	width: 600px;
	float: left;
	margin: 20px 0 0 43px;
	padding-bottom: 40px;
}
#ads .ad {
	width: 125px; height: 125px;
	float: left;
	background: #e0e0d5;
	margin: 10px 10px 0 5px;
	overflow: hidden;
}
#ads div.title {
	width: 400px; height: 15px;
	font-family: arial, serif;
	color: #c7c7b7;
	font-size: 15px;
	font-weight: bold;
	float: left;
}
#ads a.advertise {
	width: 150px; height: 15px;
	font-family: arial, serif;
	color: #c7c7b7;
	text-decoration: none;
	font-size: 10px;
	float: left;
	text-align: right;
}

/************** 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;
	}
}
