/* This CSS Designed By Go Tel Inc. */

html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}


img.right {
	float: right;
	margin: 0 15px 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

 ol, ul {
  list-style: none;
}

body {
  background: #CCFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
a {
 text-decoration: none;
 color:#990000;
}
a:link {
 color:#0000FF;
}     
 
a:hover {
 color:#990000;
 text-decoration: underline;
}
a:active {
 color:#05c7c0;
}


#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 240px;
	background: #99CCFF;
	position: relative;
}
#header h1{
	position: absolute;
	top:40px;
	left: 22px;
	width: 450px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#990000;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#990000;
}

#content{
	float: left;
	width: 900px;
	background: #2d3235 url(images/main_bgd.gif) repeat-y top left;
}
#col_left{
	float: left;
	width: 540px;
	padding: 10px 22px;
}
#col_right{
	float: right;
	width: 228px;
	padding: 10px 58px 30px 30px;

}
#hhl{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

#navigation{
	
	position: absolute;
	top:10px;
	
	right: 22px;
}
#navigation li{

	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	padding:10px 15px 35px 15px;;
	background-color:#33CC00;
	border-bottom: 3px solid #fff;
	color:#003399;
	margin-right: 1px;
	font-weight: bold;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#FFCC00;
}
#navigation li.selected a{
	border-bottom: 3px solid #05c7c0;
	color:#FFCC00;
}

#imghead{
	position: absolute;
	top:120px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2#slogan{
	position: absolute;
	top: 80px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #FF0000;
}

.order {
	color: #800517;
}

h3 {
        padding: 10px 0 0px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666600;
}

h3 a{

	color:#FF0000;
}

h3 a:hover {
        color:#999999;
        text-decoration: underline;
}

h3 span{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF6633;
}

h4{
	padding: 12px 0 0px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;

h4 span{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FF6633;
}


#center{
	float:left;
	padding-bottom: 0px;
	border-bottom: 1px solid #343a3d;
}
#quote{
	float:left;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	color: #000000;
	font-weight: bold;
}

#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d;
}

#news li{
	margin-bottom: 10px;
}


.green{
	color: #95ca05;
}

#footer {
	width: 900px;
	margin: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;   
}
#footer p {
	text-align: center;  
	line-height: normal;  
	font-size: 8px; 
}

#footer a {
	color: #FFF000;
}