/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



html, body  {
	padding: 0;
	margin: 0;
	background-color:#000;
}

.Table {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.wrapper {
	color: #CCC;
	margin-left: 20px;
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.searchbutton {
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.lowersearch {
	margin-right: 2px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 32px;
	color: #008DBB;
	margin-top: 200px;
}
#Table_01 tr td div input.domainsearch {
	margin-left: 10px;
	margin-top: 60px;
	width:190px;
}

#nav {
	padding:0;
	list-style:none;
	position:relative;
	z-index:500;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #fff;
	background-repeat: repeat-x;
	letter-spacing: 0.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background-image: url(file:images/ecom_template_01.gif);
}
#Table_01 tr td div form#form1 input.domainsearch#sld {
	
	margin-left:20px;
	margin-bottom: 10px;
	margin-top: 90px;
	width: 170px;
}
#Table_01 tr td div form#form1 {
	width: 200px;
	height:240px;
}


#Table_01 tr td #nav .top #login {
	color: #008dbb;
}
#Table_01 tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 40px;
}


#nav li.top {display:block; float:right; height:34px;}
#nav li a.top_link {
	display:block;
	float:left;
	height:1px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 4px 0 2px;
	height:34px;	
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 0px 0 2px;
	height:35px;
}

#nav li:hover a.top_link {
	color:#fff;
	background-color: #000;
}
#nav li:hover a.top_link span {}
#nav li:hover a.top_link span.down {
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	left:1px;
	top:10px;
	background: #CCCCCC;
	padding:0px;
	border:0px solid #000;
	white-space:nowrap;
	width:9px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:88px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #00c0ff;}
#nav li ul.sub li a.fly
{
	background:#cccccc url(arrow.gif) 80px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover 
{
	background:#cccccc;
	color:#fff;
	border-color:#fff;
}
#nav li:hover ul.sub li a.fly:hover
{
	background:#cccccc url(arrow_over.gif) 80px 6px no-repeat;
	color:#fff;
}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	left:90px;
	top:-4px;
	background: #cccccc;
	padding:3px;
	border:0px solid #00c0ff;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
	background-color: #333;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#Table_01 tr td li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 0px;
	list-style-type: none;
}


#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	background:#cccccc url(arrow_over.gif) 80px 6px no-repeat;
	color:#fff;
	border-color:#fff;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
	background:#cccccc url(arrow.gif) 80px 6px no-repeat;
	color:#000;
	border-color:#cccccc;
} 
/*
CSS Credit: http://www.templatemo.com
*/
		
a:link, a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover { color: #FFFF00; text-decoration: underline; }

p {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	margin-left: 14px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r40 { margin-right: 0px; }

.h_divider { display: block; width: 100%; height: 5px; background: url(images/templatemo_divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 10px;
	width: 98px;
	height: 27px;
	background: url(images/templatemo_readmore.png) no-repeat;
}

.readmore a:hover {
	background: url(images/templatemo_readmore_hover.png) no-repeat;
}

#templatemo_wrapper {
	margin: 0 auto;
}

/* menu */

#templatemo_menu {
	width: 980px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
    background: url(images/templatemo_menu.jpg) no-repeat;
}

#templatemo_menu ul {
	width: 540px;
	margin: 0 auto;
	padding: 26px 10px 0 10px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 20px 0 20px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #ffffff;
	background-image: url(images/templatemo_menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* end of menu */

/* site title */

#templatemo_header {
	width: 980px;
	height: 293px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../../fl1/fl_biz_8b_01.gif);
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#Table_01 tr td #header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}
#Table_01 tr td #header h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}

.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #666;
}


#templatemo_header #site_title {
	padding-top: 35px;
	width: 980px;
	text-align: center;
}

#templatemo_header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* end of site title */

#templatemo_content_wrapper_outter {
	clear: both;
	width: 980px;
	margin: 0 auto;
	color: #000000;
}

#templatemo_content_wrapper {
	width: 830px;
	padding: 20px 20px 0 20px;
	background: url(images/templatemo_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.content_section {
	clear: both;
	margin-bottom: 0px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;

}

.section_w530 {
	float: right;
	width: 500px;
}

.section_w240 {
	float: right;
	width: 200px;
}

.content_section h2 {
	padding: 0;
	color: #3F3F3F;
	font-size: 18px;
	background: url(images/templatemo_header.png) left bottom no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.section_w250 {
	float: left;
	width: 200px;
}

.project_image {
	border: 5px solid #4d5359;
	margin-bottom: 10px;
}

.news_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
}

.news_box .post_info {
	color: #999999;
}

.news_box .post_info a {
	color: #ffffff;
}

.news_box .post_info span {
	color: #ffffff;
}

.news_box a {
	color: #3aa5cd;
}

.service {
	margin: 15px 0 0 20px;
	padding: 0px;
	list-style-image: url(images/templatemo_list.png);
}

.service li {
	margin: 0;
	color: #3aa5cd;
	padding: 0 0 10px 15px;
}

#templatemo_footer {
	width: 840px;
	height: 105px;
	color: #666;
	padding: 5px 70px 0 70px;
}

#templatemo_footer a {
	color: #666;
}

#templatemo_footer a:hover {
	color: #333;
}

#Table_01 tr td div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: top;
}
#Table_01 tr td div table tr td {
	font-size: 14px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	font-variant: normal;
}
.text_9Copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #008DBB;
	margin-bottom: 10px;
	margin-top: 4px;
}
.text_9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #666;
	margin-bottom: 10px;
	margin-top: 8px;
	margin-left: 20px;
}

.turq {
	color: #008DBB;
}

.text_11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #FF0;
	margin-bottom: 14px;
	margin-top: 2px;
}
.text_13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #FF0;
	margin-bottom: 14px;
	margin-top: 12px;
}

.text_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 14px;
}
.view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FF0;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-left: 440px;
	margin-right: 14px;
	text-decoration: underline;
}

#Table_01 tr td li nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-left: 0px;
	list-style-type: none;
	margin-right: 0px;
}
