body { 
	font-size: 11px;
	font-family: Tahoma, Helvetica;
	color: #cad0d6;
	margin: 0 auto;
	background: #262626;
}

body img { 
	border: 0px;
}

/***************************  top  ***********************************/

#bg { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 50%; 
	height: 190px; 
	background: url('images/bgleft.gif') repeat-x;
}

#bg2 { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 50%; 
	height: 190px; 
	background: url('images/bgright.gif') repeat-x;
}

div.all {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
}

div.header {
	width: 1000px;
	height: 153px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: url('images/header.png') no-repeat;
}

div.boxes {
	width: 100%;
	float: left;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

div.box {
	width: 200px;
	height: 200px;
	padding: 10px;
	float: left;
	background: #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #eeeeee;
	margin: 10px 10px 0px 0px;
}

div.box:hover {
	background: #ffffff;
	color: #111111;
}

span.title {
	float: left;
	width: 200px;
	padding: 9px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
}

span.grey {
	color: #fab309;
	font-weight: normal;
}

span.desc {
	color: #666666;
	float: left;
	width: 200px;
	padding: 4px 0px 0px 0px;
}

#top1 {
	width: 263px;
	height: 123px;
	float: left;
	background: url('images/retolist_01.gif') no-repeat;
}

a.logo {
	width: 263px;
	height: 123px;
	float: left;
	color: #e2e6ec;
}

#top2 {
	width: 737px;
	height: 123px;
	float: left;
	background: url('images/retolist_02.gif') no-repeat;
}

#menu {
	width: 737px;
	height: 123px;
	float: left;
}

a.menu1 {
	width: 81px;
	height: 123px;
	background: url('images/menu_01.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu2 {
	width: 92px;
	height: 123px;
	background: url('images/menu_02.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu3 {
	width: 97px;
	height: 123px;
	background: url('images/menu_03.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu4 {
	width: 55px;
	height: 123px;
	background: url('images/menu_04.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu5 {
	width: 179px;
	height: 123px;
	background: url('images/menu_05.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu6 {
	width: 127px;
	height: 123px;
	background: url('images/menu_06.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu7 {
	width: 106px;
	height: 123px;
	background: url('images/menu_07.gif') no-repeat;
	float: left;
	color: #ffffff;
}

a.menu1:hover, a.menu2:hover, a.menu3:hover, a.menu4:hover, a.menu5:hover, a.menu6:hover, a.menu7:hover {
	background-position: 0px -123px;
	color: #ffffff;
}

#submenu {
	width: 998px;
	height: 10px;
	float: left;
	background: #ffffff;
	border-left: 1px solid #bcc4cf;
	border-right: 1px solid #bcc4cf;
}

#mainframe {
	width: 1000px;
	float: left;
	background: url('images/bg.gif') repeat-y;
	height: 230px;
}

#boxes {
	width: 414px;
	height: 230px;
	float: left;
}

a.box1 {
	width: 368px;
	height: 31px;
	float: left;
	background: url('images/box_01.gif') no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 46px 0px 0px 35px;
}

a.box2 {
	width: 368px;
	height: 31px;
	float: left;
	background: url('images/box_02.gif') no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 46px 0px 0px 35px;
}

a.box3 {
	width: 368px;
	height: 30px;
	float: left;
	background: url('images/box_03.gif') no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 46px 0px 0px 35px;
}

a.box1:hover, a.box2:hover, a.box3:hover {
	background-position: -414px 0px;
}

a.activebox {
	background-position: -414px 0px;
}

#image {
	width: 586px;
	height: 230px;
	float: left;
	position: relative;
}

div.maintext {
	position: absolute;
	right: 0;
	top: 0;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	background: #fe9917;
	line-height: 16px;
}

div.maintext a {
	color: #fe9917;
}

#content {
	width: 930px;
	float: left;
	background: url('images/bg2.gif') repeat-y;
	padding: 29px 35px 26px 35px;
}

div.boxcont1 {
	width: 235px;
	float: left;
	padding: 0px 30px 0px 0px;
	border-right: 1px solid #d4d9df;
	line-height: 22px;
}

div.boxcont2 {
	padding: 0px 38px 0px 30px;
	width: 235px;
	float: left;
	line-height: 22px;
}

img.header {
	float: left;
	margin: 4px 0px 22px 0px;
}

p.text {
	float: left;
	margin: 0;
	padding: 0;
	width: 235px;
}

a.readmore {
	font-weight: bold;
	color: #707d8d;
	text-decoration: none;
}

a.readmore:hover {
	text-decoration: underline;
}

#right {
	width: 333px;
	float: left;
	padding: 0px 0px 0px 26px;
}

fieldset.contact {
	width: 333px;
	float: left;
	border: none;
	margin: -3px 0px 0px 0px;
	padding: 0;
}

label.contact1 {
	width: 102px;
	float: left;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}

input.contact {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	float: left;
	background: #d6dce5;
	color: #3f4b5a;
	width: 221px;
	height: 20px;
	border: none;
	padding: 8px 5px 0px 5px;
	margin: 0px 0px 6px 0px;
}

textarea.contact {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	float: left;
	background: #d6dce5;
	color: #3f4b5a;
	width: 221px;
	height: 92px;
	border: none;
	padding: 8px 5px 8px 5px;
	margin: 0px 0px 6px 0px;
}

input.button {
	text-align: center;
	float: left;
	width: 100px;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	background: #6a788a;
	border: none;
	cursor: pointer;
	margin: -6px 0px 0px 102px;
}



/***************************  footer  ********************************/

#footer {
	border-top: 1px solid #9ba6b4;
	width: 930px;
	float: left;
	height: 39px;
	background: url('images/footer1.gif') repeat-x;
	padding: 23px 35px 0px 35px;
	color: #3f4b5a;
}

div.copy {
	float: left;
	width: 500px;
}

div.design {
	float: right;
	text-align: right;
}

a.design {
	text-decoration: none;
	color: #3f4b5a;
}

a.design:hover {
	text-decoration: underline;
}

span.violet {
	color: #5a6c81;
	font-weight: bold;
}

#underfooter {
	width: 930px;
	background: url('images/footer2.gif') repeat-x;
	height: 37px;
	float: left;
	padding: 24px 35px 0px 35px;
	color: #979898;
}

a.underfooter {
	margin: 0px 10px 0px 10px;
	color: #4c5a6d;
	text-decoration: none;
}

a.underfirst {
	margin: 0px 10px 0px 0px;
}

a.underfooter:hover {
	text-decoration: underline;
}

/***************************  subsite  *******************************/

#content {
	width: 930px;
	float: left;
	background: url('images/bg2.gif') repeat-y;
	padding: 29px 35px 26px 35px;
}

div.boxcontwide {
	width: 538px;
	float: left;
	padding: 0px 30px 0px 0px;
	line-height: 22px;
}

div.boxcont2 {
	padding: 0px 38px 0px 30px;
	width: 235px;
	float: left;
	line-height: 22px;
}

div.boxcont3 {
	padding: 0px 0px 0px 0px;
	width: 333px;
	float: left;
	line-height: 22px;
}

p.textwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 538px;
}

p.text3 {
	width: 333px;
	float: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

a.readmorewhite {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.readmorewhite:hover {
	text-decoration: underline;
}

a.morestats {
	color: #cacaca;
	text-decoration: none;
}

