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

html, body {
border: 0;
margin: 0;
padding: 0;
}
body {
margin:0 auto;
  font: 90%/1 arial, helvetica, sans-serif;
  line-height: 140%;
font-family:"Trebuchet MS";
  min-width: 1000px;
  background-color:#FFFFFF;
  color: #B5B5B5;
  background-image:url(../images/background.png);
	background-repeat: repeat;
}
a:focus {
	-moz-outline: none; /* Firefox 1.0x */
	outline: none; /* Firefox nightly builds, DeerPark dev.> releases */
	outline-offset:none;  /* Firefox nightly builds, DeerPark dev. > releases */
}

/***** Common Formatting *****/
a:link
{
color:#FFB700;
text-decoration:none;
}
a:visited
{
color:#FFB700;
text-decoration:none;
}
a:hover
{
color: #FFFFCC;
text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
 color: #FF9900;
  margin: 0;
  margin-bottom:20px;
  padding: 0;
  font-weight: normal;
}
.heading{
background-image:url(../images/heading_bg.png);
background-repeat:no-repeat;
width:184px;
height:47px;
padding-top:8px;
padding-left:19px;
text-align:center;
margin-bottom:0px;
}
.heading a{

color:#3F4855;
}

.clr{
clear:both;
}

img{
border:none;
}


.x
{
border: 1px inset #993300;
padding:5px;
background-color:#CCCCCC;

}

.top{
background-color:#454545;

height:160px;
}
.top_contain{
margin:0 auto;
width:970px;
}

#top_nav {
padding-top:15px;
list-style:none;
float:right;
color:#FFFFFF;
text-align:right;
}

.c
{
color:red;
}
.orange
{
color:#FFB700;
font-weight:600;
}

#logo{
margin-top:112px;
margin-left:7px;
position:absolute;
}
#main_name{
margin-top:7px;
margin-left:0px;
position:absolute;
}
#offer{
position:absolute;
margin-left:400px;
margin-top:80px;
font-size:17px;
}

#nav{
background-image:url(../images/nav_bg.png);
background-repeat:repeat-x;
height:45px;
position:relative;
}
#nav_contain{
margin:0 auto;
width:970px;
}
#nav ul{
list-style:none;
margin:0 auto;
line-height:32px;
height:45px;

}

#nav li {
display:inline;
float:left;

}
#nav li a {
display:inline;
float:left;
width:100px;
margin-right:12px;
margin-left:12px;
text-align:center;
font-weight:bold;
}
.current{
background-image:url(../images/active.jpg);
background-repeat:no-repeat;
height:45px;
}
.current a{
color:#3F4855}

.main{
padding-bottom:30px;
min-height:500px;
overflow:auto;
}
.main_contain{
margin:0 auto;
width:970px;
padding:25px 15px;

}

#right{
float:right;
width:250px;
text-align:right;
}
#content{
width:700px;
float:left;
}

#popup{
background-color: #333333;
color:#FFFFFF;
padding:15px;


}

#footer
{
position:relative;

height:45px;
text-align:center;
font-size:11px;
background-image:url(../images/nav_bg.png);
background-repeat:repeat-x;

}
#footer_text{
text-align:center;
width:700px;
margin:0 auto;	
padding-top:6px;
color:#999999;

}


#footer a:link, #footer a:visited {
font-size:11px;
color:black;
}

#footer a:hover {
font-size:11px;
color:#FFB700;
}


