@charset "utf-8";
/* CSS Document */

/* Presets */

*{
	margin: 0;
	padding: 0;
}
body{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	background: url(../../pics/master_bg.gif) repeat-x;
}
a{
	text-decoration:none;
	color: #777777;
}
a:hover{
	color: #FF0000;
}

h1, h2, h3, h4{
	color: #e70000;
	border-bottom: dashed #FF7171 1px;
	margin-bottom:10px;
	padding-bottom: 10px;
	clear:both;
}
p {
}
li {
	list-style-position: inside;
	list-style-image: url(../../pics/15x15_list_thumb.gif);
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

.button {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#F8F8F8;
border:1px solid #999999;
color:#555555;
font-style:normal;
padding:4px;
}

form input, form textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#F1F1F1 none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#555555;
font-style:normal;
padding:4px;
}
form input:hover, form textarea:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F8F8F8 none repeat scroll 0 0;
}

.clear{
clear:both;
}

/* End Presets */


.wrapper {
	width: 813px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .header {
	height: 236px;
}
.header .nav_bar .nav_bar_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 35px;
	font-weight: bold;
}

.header   .nav_bar   #t01  {
	margin-left: 55px;
}
.header   .nav_bar   #t02  {
	margin-left: 30px;
}
.header   .nav_bar   #t03  {
	margin-left: 40px;
}


.header .nav_bar .left {
	height: 236px;
	width: 286px;
	float: left;
}

.header .nav_bar #logo {
	background-image: url(../../pics/logo.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 286px;
	display: block;
	font-size: 0px;
}

.header .nav_bar .right {
	height: 142px;
	width: 527px;
	float: left;
}

.header .nav_bar .right .top_light_slogan {
	display: block;
	height: 70px;
	font-size: 50px;
	text-align: center;
	color: #FCFCFC;
}

.header .nav_bar .right .extra_top_links {
	height: 24px;
}
.header .nav_bar .right .extra_top_links a {
	color: #777777;
	margin: 0 4px;
}
.header .nav_bar .right .extra_top_links a:hover {
	color: #FF0000;
}

.header .nav_bar #tab_01 {
	background-image: url(../../pics/tab_01_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 162px;
	display: block;
	height: 142px;
	float: left;
}
.header .nav_bar #tab_01:hover {
	background-position: top;
}
.header .nav_bar #tab_02 {
	background-image: url(../../pics/tab_02_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 155px;
	display: block;
	height: 142px;
	float: left;
}
.header .nav_bar #tab_02:hover {
	background-position: top;
}
.header .nav_bar #tab_03 {
	background-image: url(../../pics/tab_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 210px;
	display: block;
	height: 142px;
	float: left;
}
.header .nav_bar #tab_03:hover {
	background-position: top;
}
.wrapper .body {
	background-image: url(../../pics/body_bg.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	
}

.body .form_top_bg, .body .form_bottom_bg, .body .form_body_bg {
	padding: 0 20px;
}
.body .form_contact_us {
	width: 400px;
}
.body .form_top_bg, .body .form_bottom_bg {
	height: 45px;
	background: url(../../pics/form_top_bg.gif) no-repeat;
}
.body .form_bottom_bg {
	background: url(../../pics/form_bottom_bg.gif) no-repeat;
}
.body .form_body_bg {
	background: url(../../pics/form_body_bg.gif) repeat-y;
}

.wrapper .footer{
	height: 109px;
	background: url(../../pics/footer_bg.jpg) no-repeat;
	padding: 75px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	clear:both;
}

.footer .facebook_icon {
background:transparent url(../../pics/facebook_icon.jpg) no-repeat scroll center top;
display:block;
height:52px;
text-indent:-999999px;
width:47.25px;
float: left;
}
.footer .facebook_icon:hover {
background:transparent url(../../pics/facebook_icon.jpg) no-repeat scroll center bottom;
}

.footer .twitter_icon {
background:transparent url(../../pics/twitter_icon.jpg) no-repeat scroll center top;
display:block;
height:52px;
text-indent:-999999px;
width:47.25px;
float: left;
}
.footer .twitter_icon:hover {
background:transparent url(../../pics/twitter_icon.jpg) no-repeat scroll center bottom;
}