div, h1, h2, h3, h4, img, p, span, sup, ul, li,
form, fieldset, input, select,dl,dd,dt,body,html,textarea
{
 padding: 0px;
 margin: 0px;
}

html,body
{
	height:100%;
}

html {

}


* {
	font-size:100.01%;
}

body
{
	text-align : center;
	font-family: Tahoma;
	color:black;
	font-size:16px;
	background:#0093df url(../img/main_repeat_background.gif) repeat-x 0 0;
}

a{
	color:#173072;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#0093df;
	text-decoration:none;
}

a img {
border : 0 none;
}

.clear{
	clear:both;
	display:block;
}

ul {
	list-style:none;
}

img {
	vertical-align: top;
}



span.over {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}


/*Main*/
#main {
	width:1032px;
	margin:40px auto 0px auto;
	position:relative;
	text-align:left;
}
#top {
	padding:13px 30px 0px 30px;
}
#bottom_triangles {
	position:absolute;
	width:166px;
	height:250px;
	bottom:105px;
	left:-200px;
	background:url(../img/bottom_triangles.png) no-repeat 0 0;
}
#top_triangles {
	position:absolute;
	width:129px;
	height:79px;
	top:-30px;
	right:-139px;
	background:url(../img/top_triangles.png) no-repeat 0 0;
}

#top_shadow {
	height:17px;
	background:url(../img/top_shadow.png) no-repeat 0 0;
}
#bottom_shadow {
	height:30px;
	background:url(../img/bottom_shadow.png) no-repeat 0 0;
}
#center {
	padding-right:12px;
	background:url(../img/repeat_shadow.png) repeat-y right 0;
	position:relative;
}
#center-w {
	background:white;
	padding:13px 30px 13px 30px;
}



/*Header*/
#header
{
	text-align:left;
    height:125px;
    position:relative;
}

#logo {
	width:325px;
	height:103px;
	overflow:hidden;
	position:relative;
	float:left;
}
#logo .over {
	background:url(../img/logo.gif) no-repeat 0 0;
}

#contacts {
	float:right;
	text-align:right;
}
#contacts p {
	padding-bottom:10px;
	font-size:1.1em;
}

.phone_label {
	color:#808080;
	font-size:1.3em;
}
.fax_label {
	color:#808080;
	font-size:1.2em;
	
}
.phone {
	font-size:1.3em;
}

#center-image {
	border-top:4px solid #0093df;
	position:relative;
	min-height:120px;
	background:#0093DF;
}

* html #center-image {
	height:120px;
}


/*Menu*/

ul#menu {
	font-weight:bold;
	width:100%;

	font-size:0.9em;
	margin-top:3px;
	position:relative;
	float:left;
}
ul#menu li {
	float:left;
	margin-left:3px;
}
ul#menu li.first {
	margin-left:0px;
}



ul#menu li a {
	color:white;
	text-decoration:none;
	text-align:center;
	background:#173072;
	display:block;
}
ul#menu li a span {
	padding:9px;
	display:block;
	height:22px;
}
ul#menu li a:hover {
	background:#0093df;
}
ul#menu li.selected a {
	background:#0093df url(../img/corner.png) no-repeat 0 0;
}
ul#menu li#list1 {
	width:170px;
	margin-left:0px;
}
ul#menu li#list2 {
	width:180px;
}
ul#menu li#list3 {
	width:170px;
}
ul#menu li#list4 {
	width:170px;
}
ul#menu li#contact {
	width:258px;
}

ul#menu li#contact span {
	background:url(../img/arrow_up.png) no-repeat 25px 50%;
}

/*Submenu*/
ul#submenu {
	background:#cce9f9;
	border:1px solid #0093df;
	height:28px;
	margin-top:3px;
	padding-left:15px;
}

ul#submenu li {
	float:left;
	font-size:0.8em;
}

ul#submenu li a {
	color:#173072;
	display:block;
	text-decoration:none;
	height:28px;
	float:left;
}
ul#submenu li a span {
    padding:6px 10px 6px;
    display:block;
}
ul#submenu li a:hover {
    background:#0093df;
}
ul#submenu li.selected a {
	background:#173072;
	color:white;
}

#content-container {
	padding-top:25px;
	text-align:left;
	padding-left:25px;
	float:left;
    position:relative;
}

#content-container h1 {
	font-size:1.6em;
	color:#173072;
	margin-left:-55px;
	padding-left:55px;
	font-weight:normal;
	background:url(../img/title_triangle.png) no-repeat 0 50%;
}

#content-container .title {
	color:#173072;
}

#content {
	float:left;
	width:575px;
	min-height:150px;
}
* html #content {
	height:150px;
}
#content-w {
	padding-right:25px;
	font-size:0.8em;
	padding-top:20px;
}

#right {
	float:left;
	width:358px;
	border-left:2px solid #0093df;
}

.right_title {
	font-size:1.2em;
	color:#173072;
	padding-bottom:20px;
}

#right-w {
	padding-left:30px;
}

#footer {
	text-align:left;
	font-size:0.6em;
	color:white;
	padding-bottom:30px;
}


#footer .key-title {
	font-size:1.2em;
	color:white;
	font-weight:bold;
	padding-bottom:5px;
}

#footer .key-container {
	float:left;
	width:220px;
	margin-left:20px;
	border-left:1px solid white;
}

#footer .first {
	border-left:none;
}

#footer .key-container-w {
	padding-left:20px;
}

#footer .key-container a {
	color:white;
	text-decoration:none;
}

#footer .key-container a:hover {
	color:#173072;
	text-decoration:none;
}

#contact_form {
	font-size:0.8em;
	font-weight:normal;
	color:#173072;
	background:#cce9f9;
	text-align:left;
	overflow:hidden;
}
#contact_form form{
	padding:15px;
}
#contact_form label {
	float:left;
	clear:left;
	width:50px;
	margin-right:5px;
	text-align:right;
	margin-bottom:5px;
	padding-top:3px;
}

#contact_form input.input {
	width:160px;
	height:14px;
	margin-bottom:4px;
	padding:2px;
}
#contact_form textarea {
	padding:2px;
	width:160px;
	height:90px;
	overflow:auto;
}

#contact_form input.input, #contact_form textarea {
	border:0px;
}


#contact #contact_form{
	display:none;
}
#contact.floated {
	right:0px;
	bottom:0px;
	position:absolute;
}

#contact.floated a {
	background:#0093df;
}
ul#menu li#contact.floated a span {
	background: url(../img/arrow_down.gif) no-repeat 25px 50%;
}

#contact.floated #contact_form{
	display:block;
}

.right-menu {
	width:160px;
	border-left:2px solid #0093df;
	font-size:0.9em;
	float:left;
	margin-right:18px;
}

.right-menu .right_title {
	padding-left:15px;
}
.right-menu li {
}
.right-menu a {
	text-decoration:none;
	color:black;
	width:160px;
	height:27px;
	overflow:hidden;
	display:block;
}
.right-menu a span {
	display:block;
	padding-left:15px;
	padding-top:4px;
}

.right-menu li a:hover {
	background:url(../img/right_menu_background.png) no-repeat 0 -26px;
}

.right-menu li.selected a {
	background:url(../img/right_menu_background.png) no-repeat 0 0;
}


/*Ad*/

#ad {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background:url(../img/ad_transparent_bg.png) repeat-x 0 0;
	font-size:0.7em;
	color:white;
}
#ad_wrap {
	padding-top:20px;
}

#ad_logo_container {
	margin-left:20px;
	margin-right:50px;
	float:left;
}
#ad_logo_container a {
	color:white;
	text-decoration:none;
}
#ad_logo_container a:hover {
	text-decoration:underline;
}
#ad_logo_container p {
	padding-bottom:2px
}

#ad_logo {
	position:relative;
	width:90px;
	height:46px;
	overflow:hidden;
	margin-bottom:20px;
}

#ad_logo span.over {
	background:url(../img/ad_logo.png) no-repeat 0 0;
}

#ad_center {
	float:left;
	margin-right:30px;
	width:380px;
}
#ad_center img{
	float:left;
	margin-right:25px;
}

#ad_center .title {
	font-size:1.3em;
	font-weight:bold;
}
#ad_center p {
	font-size:0.9em;
	line-height:1.4;
}

#ad_images img{
	margin-right:25px;
	border:none;
}

#feedback_error {
	padding:6px 0px 6px 10px;
	color:red;
	float:right;
	width:160px;
}







