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

body
{
	width:1044px;
	margin:auto;
	background-color:#4e4c56;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#main_container
{
	width:1024px;
	padding-left:10px;
	padding-right:10px;
	margin:auto;
	background-image:url(images/body_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	/*background-color:#313036;*/
}

/**** Header ****/

#header
{
	width:1024px;
	height:184px;
	background-image:url(images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#top_links
{
	padding-top:15px;
	text-align:right;
	padding-right:20px;
	font-size:10px;
	color:#313036;
}

#top_links a:link, #top_links a:visited
{
	color:#cacaca;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#top_links a:hover
{
color:#cacaca;	
text-decoration:underline;
}

#quote
{
	position:relative;
	margin-top:8px;
	margin-left:560px;
	width:424px;
	height:83px; /* 118 - 20 - 15*/
	text-align:left;
	padding:20px;
	padding-top:15px;
	margin-right:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#fff;
	overflow:hidden;
}

#signature
{
	padding-top:4px;
	text-align:right;
	font-size:13px;
}

/**** Menu ****/

#main_menu
{
	position:relative;
	margin-top:128px;
	width:573px;
	height:18px;
	padding:0px;
	padding-top:5px;
	line-height:95%;
}

#main_menu a:link, #main_menu a:visited
{
	color:#cacaca;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#main_menu a:hover
{
	color:#fff;
}

#right_menu
{
	float:right;
	width:401px;
	margin-top:10px;
	font-size:18px;
	color:#313036;
}

#right_menu a:link, #right_menu a:hover, #right_menu a:visited
{
	color:#d28d2a;
	text-decoration:none;
	padding-right:20px;
}

#single_menu
{
	position:absolute;
	margin-top:148px;
	margin-left:620px;
	padding:0px 10px 10px 10px;
	width:144px; /* 164 - 20 */
	height:151px; /* 161 - 10 */
	background-image:url(images/single_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	line-height:115%;
	display:none;
	z-index:1001;
}

#single_menu a:link, #single_menu a:visited
{
	color:#d28d2a;
	text-decoration:none;
}

#single_menu a:hover
{
	color:#d28d2a;
	text-decoration:underline;
}

#twin_menu
{
	position:absolute;
	margin-top:148px;
	margin-left:788px;
	padding:0px 10px 10px 10px;
	width:144px; /* 164 - 20 */
	height:151px; /* 161 - 10 */
	background-image:url(images/twin_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	line-height:115%;
	display:none;
	z-index:1001;
}

#twin_menu a:link, #twin_menu a:visited
{
	color:#d28d2a;
	text-decoration:none;
}

#twin_menu a:hover
{
	color:#d28d2a;
	text-decoration:underline;
}

#luoman_menu
{
	position:absolute;
	margin-top:148px;
	margin-left:317px;
	padding-top:40px;
	width:703px;
	height:502px; /* 542 - 40 */
	background-image:url(images/luoman_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	display:none;
	z-index:1001;
}

#luoman_menu a:link, #luoman_menu a:visited
{
	color:#816e5d;
	text-decoration:none;
}

#luoman_menu a:hover
{
	text-decoration:underline;
}

/**** Green Strip ****/

#strip
{
	clear:both;
	background-color:#a09d2a;
	height:auto;
	padding:10px 20px 20px 20px;
	color:#FFF;
	font-size:13px;
}

#strip h1
{
	padding:0px;
	font-size:17px;
	font-weight:normal;
	padding-right:20px;
}

#strip_table
{
	border:none;
	text-align:center;
	vertical-align:middle;
	width:100%;
}

#strip_table td
{
	vertical-align:middle
}

#strip img
{
	border:1px #FFF solid;
	margin:0px 6px;
	vertical-align:middle;
}

#strip a:link, #strip a:visited
{
	color:#333;
	text-decoration:none;
}

#strip a:hover
{
	color:#333;
	text-decoration:underline;
}

#strip #gallery img
{
	border:1px #333 solid;
	margin:0px 6px;
	vertical-align:middle;
}

#strip #gallery a:link, #strip #gallery a:visited
{
	color:#333;
	text-decoration:none;
}

#strip #gallery a:hover
{
	color:#333;
	text-decoration:underline;
}

/**** Main Content ****/
#content
{
	padding:20px;
	padding-bottom:0px;
	background-color:#fff;
	background-image:url(images/gradient_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	color:#333;
}

#content a:link, #content a:visited
{
	text-decoration:none;
	color:#d28d2a;
	font-weight:bold;
}

#content a:link img, #content a:visited img
{
	border:1px #d28d2a solid;
}

#content a:hover
{
	text-decoration:underline;
	color:#d28d2a;
}

#content .table_data
{
	text-align:center;
	margin:auto;
	text-align:center;
	border:1px #CCC solid;
	width:97%;
}

#content .table_data .grey_row
{
	border-bottom:1px solid #666;
	background-color:#ddd;
}

.left_side
{
	width:46%;
	float:left;
	text-align:justify;
}

.right_side
{
	width:50%;
	float:right;
	text-align:justify;
}

h1
{
	font-size:14px;
	padding-bottom:14px;
}

h2
{
	font-size:12px;
	color:#a09d24;
}

.center
{
	text-align:center;
}

.center img
{
	border:1px solid #333;
}

.right
{
	border:1px solid #333;
	margin-left:20px
}

.left
{
	border:1px solid #333;
	margin-right:20px
}

#content .plan a:link img, #content .plan a:visited img 
{
	text-align:center;
	border:none;
}

/**** Features ****/
#features
{
	width:360px;
	margin:auto;
	padding:20px;
	margin-bottom:10px;
	background-image:url(images/features_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#features h3
{
	color:#000;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
}

#features2
{
	width:260px;
	height:400px;
	margin:auto;
	padding:20px;
	margin-bottom:10px;
	background-image:url(images/features_2_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:20px;
	text-align:left;
}

#features2 h3
{
	color:#000;
	font-size:16px;
	padding-top:0px;
	margin-top:0px;
}
/**** Footer ****/

#pre-footer
{
	background-image:url(images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:46px;
}

#footer
{
	clear:both;
	font-size:10px;
	padding:0px 40px 8px 40px;
	color:#cacaca;
	background-image:url(images/body_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;*/
}

#footer a:link, #footer a:visited
{
	color:#cacaca;
	text-decoration:none;
}

#footer a:hover, #footer a:hover
{
	color:#a09d2a;
	text-decoration:none;
}

/**** Scroller ****/
.SlidingPanels {
   position: relative;
   width: 100%;
   height: 220px;
   padding: 0px;
	 z-index:1;
   }
.SlidingPanelsContentGroup {
   position: relative;
   height: 250px;
   margin: 0px;
   padding: 0px;
   }
.SlidingPanelsContent {
   width: 100%;
   height: 220px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   }

#strip .SlidingPanelsContent img {
	border:1px #fff solid;
   }
	 
#strip a:link, #strip a:visited {
	color:#333;
	text-decoration:none;
	font-weight:bold;
   }