﻿/*css author:Nda
http://activeboxsite.com 2008*/

/*========================================================================*/
/*		MAIN ELEMENTS													  */
/*========================================================================*/
*{
	margin:0; padding:0; 
}

body{
	margin:0px;
	padding:0;
	background:#DDDDDD url(images/bg.png) repeat-x;
	color:#444444;
	text-align:center;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	font-family: Garamond, Verdana, "Times New Roman";
}
p {
	clear:both;
	margin:0px; padding:0px;	
}
img{
	margin:0px; padding:0px;
}
img.header{
	margin:10px 0px; padding:0px;
}
a img{
	border:none;
}
a:hover img{
	border:none;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 5px 0px; }
.float-left  { float: left; }
.float-right { float: right; }

h1,h2,h3,h4{
	margin:0px; padding:0px;
}
h2.arrow{
	margin:0px; padding:10px 0px;
	background:url(images/arrow_top.gif) no-repeat top left;
	font: bold 15px/1.5em Arial;
	color:#9C9FA4;
}
h3.arrow{
	margin:0px; padding:10px;
	background:url(images/arrow_left.gif) no-repeat center left;
	font: bold 13px/1.5em Arial;
	letter-spacing:1px;
	color:#9C9FA4;
}
h4.arrow{
	margin:0px;
	padding:10px;
	letter-spacing:1px;
	color:#C00;
	background-image: url(images/main_header_body.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "inherit 16px/2.5em Arial";
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

/*========================================================================*/
/*		LAYOUT														      */
/*========================================================================*/
#wrap {
	width:940px; height:100%;
	margin: 0 auto;
	text-align: left;
	/*border-top:3px solid #407F24;*/
}
/*----- start of TOP-MENU ----*/
#nav-Top{
	position:relative;
	margin:0px;
	background:transparent url(images/bgmenu.gif) bottom no-repeat;
	height:94px;	
	border:none;
}
.logo{
	position:absolute;
	float:left;
	margin:0px; 
	padding:10px 0px 0px 50px;
}
.menu {
	position:static !important;
	position:absolute;
	float: right;
	clear: both;	
	margin: 0px auto; padding:0px;
	font:normal 12px/35px Arial, Tahoma, Sans-serif;
	letter-spacing:1px;
	height:50px;
}
.menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
.menu ul li {
	display: inline;
	height:100px;
}
.menu ul li a {
	margin-top:20px;
	display: block;
	float: left;
	text-transform:uppercase;
	text-decoration:none;
	/*background:url(images/sep.gif) no-repeat left;*/
	border-left:1px solid #144AA8;
	padding:10px 25px;
	color:#BBC2CA;
}
.menu ul li a:hover {
	color: #FFFFFF;	
	background:url(images/menu_hover.gif) no-repeat center;
}
.menu ul li#active a {	
	color: #FFFFFF;	
}
/*----- end of TOP-MENU ----*/
.submenu
{
	margin: 5px;
	padding:10px
}
#header{
	position:relative;
	background:transparent url(images/bgheader.gif);
	height:388px;
}
.head_nav{
	clear:both;
	float:right;
	margin:100px 150px 0px 0px !important; 
	margin:100px 75px 0px 0px;
	padding:0px;
	background:transparent;
	width:115px;
	/*border:1px solid #fff;*/
}
#content{
	background:transparent url(images/bgwrap.gif) repeat-y center;
	float: left;
	margin:0px;
	padding:0px;
	width:940px;		
	/*border:1px solid #333333;*/
}

.column1 {
	margin:10px 2px 10px 30px !important;
	margin:10px 2px 10px 15px;
	padding:5px;
	float:left;
	width:280px;
	color:#4D4D4D;
	border-right:1px solid #A1A1A1;
}
.column2 {
	margin:10px 2px;
	padding:5px;
	float:left;
	width:280px;
	color:#4D4D4D;
	border-right:1px solid #A1A1A1;
}
.column3 {
	margin:10px 2px;
	padding:5px;
	float:left;
	width:280px;
	color:#4D4D4D;
	border:none;
}
.maincontentbody {
	margin:30px 30px;
	padding:5px;
	float:left;
	width:90%;
	color:#4D4D4D;
	border-right:1px solid #A1A1A1;
}

/* ~~~~~~ FOOTER ~~~~~~ */
#footer {
	clear:both;
	margin:0px; padding-top:32px;
	height:75px;
	background:transparent url(images/bgfooter.gif) no-repeat top;
	font-family:Arial;
	color:#FFFFFF;
	text-align:center;
}
#footer p{
    margin: 0px;
	padding:5px 0px;
	color:#FFFFFF;
	font-size:11px;
}
#footer a{
	padding:0px 3px;
	color:#F9F9F9;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover{
	padding:0px 3px;
	color:#FBB03B;
	font-size:10px;
	text-decoration:none;
}
#cForm
{
	padding: 20px;	
}
#cForm label, #cForm input, #cForm textarea
{
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 7px;
}
#cForm input {
	width: 225px;	
}
#cForm label
{
	font-weight: bold;	
}
#cForm textarea {
	width: 350px;
}
#cForm br 
{
	clear: left;	
}
div.maincontentbody ul li
{
	margin: 2px;
	margin-left: 20px;	
	padding-bottom: 5px;
	padding-left: 5px;
	
}
#menustrip {
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.menuitem {
	display: inline;
	margin-right: 10px;
	font: bold 15px/1.5em Arial;
	border-right: 2px #999 solid;
	padding-right: 9px;
}
.menuitem:hover {
	cursor: pointer;	
}
.menuactive {
	border-right: 2px #900 solid;		
}
#seoprices {
	margin-top: 10px;
	margin-left: 30px;
}
#seoprices td {
	font-size: 10pt;
}
#seoprices td,#seoprices th  {
	//border: 1px solid #666;
	padding: 20px;
}
/* tooltip */
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFF;
	font-size: 8pt;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/* portfolio table */
table.portfolio {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
td.port_field {
	padding: 15px;	
}
td.port_field img {
	border: 1px solid #EBEBEB;	
	padding: 5px;
}