


/* MAIN */

body {
	background-color: #f1f1f1;
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

a {
	text-decoration: none;
}

a img {
	border-style: none;
}

p {
	margin: 0px;
} 

p.first {
	margin: 0px;
}

input, textarea {
	font-size : 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#hidden {
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 5;
}


/* MAINNAV */

#mainnav {
	width: 960px;
	top: 32px;
	background-image: url(../images/nav_bg.gif);
	background-color: #1d1d1d;
}


#base {
	width: 918px;
	padding: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/bg.gif);
}

#base2 {
	width: 918px;
	padding-left: 21px;
	padding-right: 21px;
	background-image: url(../images/bg.gif);
}



/* GREYBOX */

#greybox_top {
	background-image: url(../images/greybox_top.gif);
}

#greybox {
	width: 308px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f2f2f2;
}

#greybox_8 {
	width: 312px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f2f2f2;
}

#greybox_bottom {
	background-image: url(../images/greybox_bottom.gif);
	background-position: bottom;
}

.box_thingrey {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px;
	border-left-color: #dedede;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #dedede;
	border-right-style: solid;
	background-color: #ffffff;
}

.box_thingrey2 {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px;
	border-left-color: #dedede;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #dedede;
	border-right-style: solid;
	background-color: #ffffff;
}



/* NAVIGATION */

#nav {
	width: 960px;
	padding-left: 21px;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	background-image: url(../images/bg.gif);
}

#breadcrumb {
	color: #999999;
	float:left;
	font-size: 11px;
	width: 576px;
}

#breadcrumb a {
	color: #595959;
}

#breadcrumb a:hover {
	color: #191919;
	text-decoration: underline;
}

.breadcrumb_title {
	font-size: 10px;
}

#navleft {
	float:left;
	color: #999999;
	text-align: right;
	font-size: 11px;
	width: 342px;
}

#navleft a {
	color: #595959;
}

#navleft a:hover {
	color: #191919;
	text-decoration: underline;
}



/* NAVIGATION */

#search_box {
	width: 328px;
	height: 60px;
	background-image: url(../images/searchbox_bg.gif);
	background-repeat: no-repeat;
}

.search_text {
	float: left;
	width: 227px;
	padding-top: 18px;
	padding-left: 26px;
}

.search_field {
	height: 18px;
	padding-top: 4px;
	color: #191919;
	width: 210px;
	border: none;
	outline: none;
}


















