@charset "UTF-8";

body {
	background-color: #d4d4d5;
}

body, a {
	font-family: Tahoma, sans-serif;
}

a {
	font-weight: bold;
}

a:link, a:link {
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

label {
	display: block;
	margin-bottom: 2px;
}

fieldset {
	padding: 13px;
	border: 1px solid #797a7c;
}

fieldset legend {
	margin-left: 11px;
	padding: 0 11px 0 32px;
	background-position: 10px 1px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #253836;
	font-weight: bold;
	line-height: 1.5em;
}

fieldset legend span {
	color: #e65c1e;
}

br.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

input.text {
	border: 1px solid #7f9fb8;
}

#wrap {
	width: 797px;
	margin: 0 auto;
	background: #fff url('../img/wrap-bg.gif') repeat-y top left; 
}

#main {
	padding: 2px 18px 0;
	background: url('../img/main-bg.gif') repeat-y top right; 
}

#header {
	position: relative;
	height: 86px;
	margin-bottom: 2px;
	border-bottom: 1px solid #b5c0c6;
	background: url('../img/header-bg.jpg') no-repeat top left;
}

#welcome {
	position: absolute;
	top: 26px;
	right: 15px;
	width: 195px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#welcome a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	float: right;
	width: 58px;
	height: 21px;
	background: url('../img/signout-bg.jpg') no-repeat top left;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#welcome a:link, #welcome a:visited {
	text-decoration: none;
}

#welcome a:hover, #welcome a:active, #welcome a:focus {
	text-decoration: underline;
}


#header ul {
	position: absolute;
	top: 55px;
	right: 15px;
}

#header ul li, #footer ul li {
	float: left;
}

#header ul li a, #footer ul li a {
	padding: 0 5px;
	background: url('../img/secondary_menu_item_spliter.gif') no-repeat right 2px;
	font-size: 11px;
}

#header ul li.last a, #footer ul li.last a {
	padding-right: 0;
	background: none;
}

#header ul li a:link, #header ul li a:visited,
#header ul li a:hover, #header ul li a:active, #header ul li a:focus {
	color: #2411df;
}

#menu {
	margin-bottom: 5px;
}

#menu li {
	
}

#menu li a {
	float: left;
	padding: 0 18px 0 0;
	background: url('../img/menu_item-bg.gif') no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
}

#menu li a span {
	float: left;
	display: block;
	width: 27px;
	height: 31px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-position: top left;
}

#menu li a:link, #menu li a:visited {
	background-position: right top;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active, #menu li a:focus, #menu li.active a, #menu li.active a:visited {
	color: #98988c;
	background-position: right -31px;
	text-decoration: none;
}


#menu li a:link span, #menu li a:visited span {
	background-position: left top;
}

#menu li a:hover span, #menu li a:active span, #menu li a:focus span, #menu li.active a span, #menu li.active a:visited span {
	background-position: left -31px;
}

#menu-item-about_us a span {
	margin-right: 6px !important;
	background-image: url('../img/menu-item-about_us-bg.gif');
}

#menu-item-team a span {
	margin-right: 6px !important;
	background-image: url('../img/menu-item-team-bg.gif');
}

#menu-item-clients a span {
	background-image: url('../img/menu-item-clients-bg.gif');
}

#menu-item-testimonials a span {
	background-image: url('../img/menu-item-testimonials-bg.gif');
}

#menu-item-faq a span {
	background-image: url('../img/menu-item-faq-bg.gif');
}

#menu-item-contact_us a span {
	background-image: url('../img/menu-item-contact_us-bg.gif');
}

#menu-item-home a span {
	background-image: url('../img/menu-item-home-bg.gif');
}

#footer {
	height: 56px;
	margin-top: 16px;
	padding-top: 18px;
	text-align: center;
	background: url('../img/footer-bg.gif') repeat-x left top;
}

#content {
	clear: left;
	float: left;
	width: 496px;
	margin-top: 13px;
}

#content a, #sidebar a {
	padding-left: 12px;
	background: url('../img/link-bg.gif') no-repeat left 0.4em;
	font-size: 10px;
	color: #df5d11;
	line-height: 1.2em;
}

#content p a, #content h3 a, #content ul.quoted a, #content dl a, #sidebar p a {
	background: none;
	padding-left: 0;
	font-weight: normal;
}

#content fieldset.about legend {
	background-image: url('../img/fieldset-legend-about-bg.gif');
}

#content fieldset.about fieldset img {
	float: left;
	margin-right: 10px;
}

#content fieldset.about fieldset h2 {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #253836;
}

#content fieldset.about fieldset h2 span {
	color: #e65c1e;
}

#content fieldset.about fieldset p {
	font-size: 10px;
	color: #808183;
}

#content fieldset.about fieldset {
	margin-bottom: 10px;
}


#main-news {
	background-color: #f4f4f4;
	margin-bottom: 10px;
}

#main-news .header, #main-news .footer {
	height: 3px;
}

#main-news .header {
	background: url('../img/main-news-header-bg.gif') no-repeat left top;
}

#main-news .footer {
	background: url('../img/main-news-footer-bg.gif') no-repeat left top;
}

#main-news .content {
	padding: 11px 18px;
}

#main-news h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6a6966;
	margin-bottom: 10px;
}

#main-news h2 span {
	color: #e45d1b;
}

#main-news h3 {
	font-size: 12px;
	font-weight: bold;
	color: #6a6966;
	margin-bottom: 10px;
}

#main-news h3 span {
	color: #e45d1b;
}

#main-news p,
#main-news blockquote,
#main-news dl,
#main-news cite {
	text-align: justify;
	font-size: 11px;
	color: #5f5f5f;
	margin-bottom: 10px;
}

#main-news ul {
	color: #5f5f5f;
	margin-bottom: 10px;
}

ul.quoted {
	font-size:11px;
	margin-left:15px;
}

ul.quoted li {
	margin-bottom:5px;
}

#main-news dl dt {
	padding-top:10px;
}

#main-news dl dt, #main-news dl dd {
	padding-bottom:5px;
}

#main-news blockquote {
	quotes:inherit;
}

#main-news blockquote:before {
	content:open-quote;
}

#main-news blockquote:after {
	content:close-quote;
}

#main-news cite {
	padding-left:10em;
	display:block;
	margin-bottom:20px;
	text-align:left!important;
}

#main-news p strong {
	font-weight: bold;
}


#insert {
	height: 53px;
	padding: 14px 125px 0 18px;
	margin-bottom: 5px;
	background: url('../img/insert-bg.jpg') no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #253836;
}

#sidebar {
	width: 252px;
	float: right;
	margin-top: 5px;
}

#sidebar fieldset {
	margin-bottom: 10px;
	padding: 10px 18px;
}

#sidebar fieldset legend {
	margin-left: -10px;
}

#sidebar fieldset input.text {
	width: 100%;
	margin-bottom: 5px;
}

#sidebar fieldset.signin legend {
	background-image: url('../img/fieldset-legend-signin-bg.gif');
	background-position: 10px 2px;
}

#sidebar fieldset.news legend {
	background-image: url('../img/fieldset-legend-news-bg.gif');
	background-position: 10px 2px;
}

#sidebar fieldset.news {
	padding-top: 0;
}

#sidebar fieldset.news ul {
	margin-bottom: 7px;
}

#sidebar fieldset.news li {
	font-size: 11px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 13px;
}

#sidebar fieldset.news li p {
	color: #5f5f5f;
}

#sidebar fieldset.news li .date {
	margin: 10px 0 8px;
	color: #606060;
}

#sidebar fieldset.subscribe legend {
	background-image: url('../img/fieldset-legend-subscribe-bg.gif');
	background-position: 10px 4px;
}

#sidebar fieldset.subscribe a {
	display: inline;
}

#sidebar fieldset label {
	font-size: 11px;
	color: #606060;
}

#sidebar fieldset.signin input.checkbox,
#sidebar fieldset.signin label.conditions {
	margin-top: 10px;
}

#sidebar fieldset.signin input.checkbox {
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#sidebar fieldset.signin label.conditions {
	margin-bottom: 10px;
	font-size: 10px;
	color: #7f9fb8;
}

#sidebar fieldset.signin label.conditions a {
	background: none;
	padding-left: 0;
	color: #253836;
}

#sidebar fieldset.signin a.login,
#sidebar fieldset.signin input.login {
	float: left;
}

#sidebar fieldset.signin input.login {
	font-size:11px;
	font-weight:bold;
}

#sidebar fieldset.signin a.registration {
	float: right;
	/*color: #2e3a3a;*/
	background: none;
	padding-left: 0;
}


#footer {
	
}

#footer ul {
	width: 550px;
	margin: 0 auto;
}

#footer ul li a:link, #footer ul li a:visited,
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	font-weight: normal;
	color: #e65c1e;
}

#copyrights {
	margin-top: 10px;
	font-size: 11px;
	color: #5e5e5e;
}

#main-table table td {
	font-size:10px;
	color:#5F5F5F;
	padding:10px 5px 20px;
}

#main-table table td strong{
	font-size:11px;
}

hr { margin: 10px 0 20px;}
	
