html,body {
	margin:0;
	padding:0;
	* overflow:auto;
}
body {
	font-family:arial;
	font-size:10pt;
	background:url(../images/body/bg.png) 0 0 repeat-x #000;
}
a img {
	border:0;
}
a {
	color:#fd2020;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
a.selected {
	font-size:1.2em;
}
input {
	font-family:inherit;
	font-size:inherit;
	padding-left:2px;
}
form {display:inline;}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}
h2 {
	margin: 0 0 10px;
}
h3 {
	margin:5px 0 10px;
	padding:0 0 0 15px;
	line-height:20pt;
}
/** Header **/
div#header_wrapper {
	background:url(../images/header/bg.png) 0 0 repeat-x;
	height:78px;
}
div#header {
	width:973px;
	margin:auto;
	padding:5px;
	color:#fff;
}
div#logo {
	border-right:1px solid #000;
	float:left;
	margin-top:5px;
	padding:5px 10px;
}
div#header_right {
	border-left:1px solid #343434;
	padding:0px 10px;
	margin-top:5px;
	margin-left:140px;
	
}
div#header_right input.text {
	border:1px solid black;
	width:100px;
	padding:1px;
	position:relative;
	* top:2px;
}
div#header_top {
	font-size:0.8em;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
div#header ul {
	list-style:none;
	margin:0;
	padding:2px 0 0;
	border-top:1px solid #343434;
}
div#header ul li {
	display:block;
	float:left;
	padding:0 3px;
	border-left:1px solid #343434;
	border-right:1px solid #000;
}
div#header ul li img {
	float:left;
	margin-right:5px;
}
div#header ul li a {
	display:block;
	color:#fff;
	line-height:20pt;
	padding:2px 7px;
}
div#header ul li a:hover, div#header ul li a.selected {
	background:url(../images/header/selected.png) 0 0 repeat-x;	
}

/** Footer **/

div#footer {
	text-align:center;
	color:#fff;
	margin-bottom:15px;
}

/** Main Container **/
div.main {
	width:800px;
	margin:20px auto 10px;
}
div.main div.main_body {
	border-left:1px solid #adadad;
	border-right:1px solid #b2b2b2;
	background-color:#e3e3e3;
	padding:10px 25px;
	* display:inline-block;
}
div.body {
	background:url(../images/body/inner_bg.png) 100% 0 repeat-y #f2f2f2;
	padding:1px 9px;
	font-size:1.1em;
	* display:inline-block;
}

div.body_nds {
	background-color:#ecebeb;
	padding:1px 9px;
	font-size:1.1em;
	min-height:40px;
}
* html div.body_nds {
	height:40px;
}
div.main_left_corner {
	height:15px;
	line-height:15px;
	margin-right:15px;
}
div.main_right_corner {
	float:right;
	margin-top:-15px;
	width:15px;
	height:15px;
	line-height:15px;
}
div.left_corner {
	height:8px;
	line-height:8px;
	margin-right:8px;
}
div.right_corner {
	float:right;
	margin-top:-8px;
	width:8px;
	height:8px;
	line-height:8px;
}
div.corners_top div.main_left_corner {
	background:url(../images/body/top_corners.png) 0 0 no-repeat;
}
div.corners_top div.main_right_corner {
	background:url(../images/body/top_corners.png) 100% 0 no-repeat;	
}

div.corners_bottom div.main_left_corner {
	background:url(../images/body/bottom_corners.png) 0 0 no-repeat;
}
div.corners_bottom div.main_right_corner {
	background:url(../images/body/bottom_corners.png) 100% 0 no-repeat;
}

div.corners_top div.left_corner {
	background:url(../images/body/inner_top_corners.png) 0 0 no-repeat;
}
div.corners_top div.right_corner {
	background:url(../images/body/inner_top_corners.png) 100% 0 no-repeat;	
}

div.corners_bottom div.left_corner {
	background:url(../images/body/inner_bottom_corners.png) 0 0 no-repeat;
}
div.corners_bottom div.right_corner {
	background:url(../images/body/inner_bottom_corners.png) 100% 0 no-repeat;
}


div.nds_corners_top div.left_corner {
	background:url(../images/body/noshadow_top_corners.png) 0 0 no-repeat;
}
div.nds_corners_top div.right_corner {
	background:url(../images/body/noshadow_top_corners.png) 100% 0 no-repeat;	
}

div.nds_corners_bottom div.left_corner {
	background:url(../images/body/noshadow_bottom_corners.png) 0 0 no-repeat;
}
div.nds_corners_bottom div.right_corner {
	background:url(../images/body/noshadow_bottom_corners.png) 100% 0 no-repeat;
}

div.separator {
	width:574px;
	height:16px;
	clear:both;
	background:url(../images/body/separator.png) 0 0 no-repeat;
	margin:10px auto;
}

/** Form styles **/
label {
	float:left;
	display:block;
	clear:left;
	width:130px;
	font-size:10pt;
	font-weight:bold;
	line-height:16pt;
}
form input.text, form input.password, form textarea {
	border:1px solid black;
	width:350px;
	margin:2px 0;
}

form input.error {
	border: 1px solid red;
}
span.error {
	color:red;
	font-size:0.8em;
}
form textarea {
	padding:1px;
	font-family:inherit;
	font-size:inherit;
}
div.aligned {
	margin-left:130px;
	line-height:16pt;
}
/** Utility classes **/
img.icon {
	float:left;
	margin-right:5px;
}
.red {
	color:#ff0000;
}
.grey {
	color:#555555;
}
.time {
	font-size:0.9em;
}
div.pages {
	text-align:center;
}
.offline {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity='50');
	* display:inline-block;
}
img.image {
	float:left;
	margin-right:5px;
	width:133px;
	height:100px;
}
img.small_image {
	float:left;
	margin-right:5px;
	width:40px;
	height:50px;
}
div.dev_emulation label {
	clear:none;
}

/** Contact form **/
#contactForm label {
	display:block;
	float:left;
	width:50px;
	line-height:17pt;
}
#contactForm input.text {
	width:180px;
	border:0;
	margin:2px;
	border:1px solid black;
}
#contactForm textarea {
	width:234px;
	height:80px;
	border:0;
	border:1px solid black;
}
#contactForm input.submit {
	background:transparent;
	border:0;
	color:#fd2020;
	border-bottom:1px solid #fd2020;
	padding:0;
}
.toggleList {
	margin:0 0 0 10px;
	padding:0;

}

.toggleList li h2 {
	margin:6px 0 2px;
	padding:0;
	display:inline;
	cursor:pointer;
	font-size:11pt;
	color:#fd2020;
	font-weight:normal;
}
.toggleList li p {
	display:none;
	margin:3px 0 5px;
}
.toggleList li.open p {
	display:block;
}
