@charset "utf-8";
/* CSS Document */

html,body { margin:0; padding:0 }

body {
	background-color:#D2D2D2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
}

a {
	color:#999999;
}

h1, h2, h3 {
	padding:0;
	margin:0;
}

#container {
	width:1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header {
	position:absolute;
	top:0px;
	height:272px;
	width:1000px;
}

#header img { display:block; }

#menu {
	width:308px;
	height:301px;
	float:left;
	margin-top:272px;
	background-image:url(../images/menu_bg.gif);
}

#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-left:70px;
	margin-top:91px;
}
#menu li { margin-bottom:6px; }
#menu li#home_btn a, #menu li#tech_btn a, #menu li#win_btn a, #menu li#reg_btn a,
#menu li#home_btn span, #menu li#tech_btn span, #menu li#win_btn span, #menu li#reg_btn span {
	width:192px;
	height:31px;
	display:block;
}

#menu li#home_btn { background: url(../images/home_but.gif) 0 0 no-repeat; }
#menu li#tech_btn { background: url(../images/tech_but.gif) 0 0 no-repeat; }
#menu li#win_btn { background: url(../images/win_but.gif) 0 0 no-repeat; }
#menu li#reg_btn { background: url(../images/reg_but.gif) 0 0 no-repeat; }

#menu li#home_btn a { background: url(../images/home_but.gif) 0 -31px no-repeat; }
#menu li#tech_btn a { background: url(../images/tech_but.gif) 0 -31px no-repeat; }
#menu li#win_btn a { background: url(../images/win_but.gif) 0 -31px no-repeat; }
#menu li#reg_btn a { background: url(../images/reg_but.gif) 0 -31px no-repeat; }

#menu li#home_btn a:hover { background: url(../images/home_but.gif) 0 0 no-repeat; }
#menu li#tech_btn a:hover { background: url(../images/tech_but.gif) 0 0 no-repeat; }
#menu li#win_btn a:hover { background: url(../images/win_but.gif) 0 0 no-repeat; }
#menu li#reg_btn a:hover { background: url(../images/reg_but.gif) 0 0 no-repeat; }

#content {
	margin-top:272px;
	float:right;
	width:626px;
	padding-left:46px;
	padding-top:32px;
	padding-right:20px;
}

#footer {
	background-color:#1b1f20;
	height:228px;
	color:#999999;
	line-height:42px;
	font-size:0.9em;
}
#footer img { display:block; }
#footer_gradient {border-top:2px solid #FFFFFF; }
#footer_bar {
	background-color:#FFFFFF;
	padding-top:55px;
	border-bottom:17px solid #FFFFFF;
}
#footer .left a { margin-left:19px; }

.home_img {
	border:4px solid #333333;
	margin-top:21px;
	margin-right:20px;
}

.tech_img {
	float:left;
	border:4px solid #333333;
	margin-right:15px;
	margin-bottom:20px;
}

.right { float:right; }
.left { float:left; }
img { padding:0; margin:0; }
.hidetext { text-decoration:none; text-indent:-9999em; outline:none; }
.clear { clear:both; }

.smalltext { font-size:0.9em; }
.dark_text { color:#666766; }
.light_text { color:#999999; }

.red_text, .red_text a { color:#c93536; }

em.error {
	color:#CC0000;
	font-style:normal;
}

#error_message {
	color:#CC0000;
	display:none;
	margin-bottom:10px;
}

.visible {
	display:none;
}

/*
div.error {
	border:1px solid #FF0000;
	padding: 8px 10px;
}

div.error .form_input { width:240px; }
div.error .form_label { width:130px; }
*/

.form { margin:0; padding:0; width:580px; }
.form_row { margin-bottom:5px; }
.form_row p { padding:0; margin:10px 0px 5px; }
.form_label { float:left; width: 138px; }
.form_input { float:left; width: 440px; }
.input_normal, .input_short { 
	vertical-align:middle; 
	background-color:#CCCCCC;
	border:medium none;
	font-size:0.9em;
	padding:2px;
	margin:0;
}
.input_normal { width:240px; }
.input_short { width:180px; }

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	line-height:0pt;
	visibility:hidden;
}
.clearfix {
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}

#h1_home { 
	background:transparent url(../images/h1_home.gif) no-repeat scroll left top;
	height:49px;
	width:615px;
}

#h1_tech { 
	background:transparent url(../images/h1_tech.gif) no-repeat scroll left top;
	height:68px;
	width:405px;
}

#h1_win { 
	background:transparent url(../images/h1_win.gif) no-repeat scroll left top;
	height:30px;
	width:486px;
}

#h1_reg { 
	background:transparent url(../images/h1_reg.gif) no-repeat scroll left top;
	height:30px;
	width:213px;
}