﻿/*
COLORS

dark gray - #121212
medium gray - #
light gray - #c4c4c4
light blue - #8acae8
dark blue - #080033



*/


* {
	margin: 0;
	padding: 0;
}
body{
    background: url("/img/theme/fade.jpg") repeat-x scroll 0 0 #285477;
    color: #c4c4c4;
    font: 0.9em Verdana,Geneva,Tahoma,sans-serif;
    margin: 0 auto;
    padding: 0 auto;
}
/* Face book style */
div.fb-like{
	width:910px;
	height:80px;
	padding:10px 10px 0 10px;
	background-color:#333333;
}

div#page-wrapper {
    background-color:#121212;
    border: 8px solid #2E2E2E;
    margin: 20px auto;
    padding: 0 8px 0;
    width: 930px;
}
/* header */
div#header{
	background: #121212 url('/img/theme/header.png') no-repeat center top;
	height: 110px;
	width: 930px;
	margin: 12px 0 auto;

}
div#header-link {
    font-size:.7em;
    float:right;
    margin: 14px 75px 0 0;
    width:110px;
}
div#header-link li {
    list-style:none;
    display:block;
}
div#header-link a {
	margin-right: 40px;
	width: 110px;
	color: #8acae8;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	float: left;
	font-weight: normal;
}
#header-link a:hover {
	color: #fff;
	text-decoration:underline;
}
/* end of header */
/* footer */
div#footer{
	position:relative;
	display:block;
	clear:both;

}

div#technologies{
	width:890px;
	height:80px;
	padding:10px 10px 0 30px;
	background-color:#FFFFFF;
}
div#technologies img{
	width:110px;
	height:57px;
	padding:0 8px 0 0;
	background-color:#FFFFFF;
}

div#footer-links {
    background: url('/img/theme/footer-links.jpg') repeat-x scroll 0 0 transparent;
    height: 120px;
    padding: 0 ;
    text-align: left;
}
div.link-section {
    float: left;
    height: 104px;
    padding: 10px;
    width: 210px;
}
div.link-section ul {
}
div#footer-links p{
    margin:4px 10px 4px;
}
div#footer-links p a{
    color: #8acae8;
    text-decoration: none;
}
div#footer-links p a:hover{
	color: #66FFFF;
	text-decoration: underline;
}


div#footer-links li {
    list-style:inside square none;
    padding: 0 0 2px 10px;
    font-size: 0.8em;
    color:#8acae8;
}
div#footer-links li a {
    color: #C0C0C0;
    text-decoration: none;
}
div#footer-links li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
span.left{
	float:left;
}
span.right, .floatRight{
	float:right;
}

span.right img{
	margin-right:40px;
}

div.messages {
    height: 34px;
    margin-top:4px;
    padding-top:8px;
    /*
    background:transparent url('/img/theme/footer.png') no-repeat scroll center top;
	*/
}

div.header-messages{
    height: 34px;
    padding-top:90px;
}


div.messages span, div.header-messages span {
	color: #8acae8;
	padding: 0 auto;
	font-size: 1em;
	font-weight: bold;
	letter-spacing:2px;
}
div.messages a {
    color: #CCFF99;
}

/* end of footer */
/* main container */
div#content{
	text-align: left;
	padding: 10px 0 10px 20px;
	background-color: #FFFFFF;
	color: #333333;
	overflow: hidden;
	width: 910px;
}
/* end of main container */
p.clear {clear: both; height: 0px;}
p {
	padding: 0px 20px 10px 0px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:0.8em;
}
div#content ul li{
	list-style:square inside none;
	color:#0A4A8C;
	margin-left:40px;
}
h1,h2,h3{
	color:#0A4A8C;
}
h1{
	font-size:1.6em;
	padding: 0 0 10px;
	font-family:"Trebuchet MS", sans-serif
}
h2{
	font-size:1.2em;
	padding:0 20px 8px 0;
	font-family:"Trebuchet MS", sans-serif

}
h3{
	font-size:0.9em;
	text-transform:capitalize;
	letter-spacing:2px;
}

div#summary-wrapper {
	overflow: hidden;
	width: 100%;
	padding:16px 0 0 0;
}
div.summary-link {
	float:left;
	width:30%;
	position:relative;
	display:block;
	margin-right:1%;
	border-top:1px #0A4A8C dotted;
	background:transparent url('/img/theme/section-bg.jpg') repeat-x scroll left top;
	padding:8px;
}
div.testimonial-link {
	float:left;
	width:95%;
	position:relative;
	height:100%;
	display:block;
	border-top:1px #0A4A8C dotted;
	background:transparent url('/img/theme/section-bg.jpg') repeat-x scroll left top;
	padding:8px;
}


div.summary-link {
	height:140px;
	margin-bottom:8px;
}

div.summary-link span a{
	float: right;
}


div.testimonial-link p, div.summary-link p{
	font-size:0.8em;
}

div.testimonial-link h2a, div.testimonial-link h2a:visited, div.summary-link h2 a, div.summary-link h2 a:visited{
	color:#003366;
}


div.summary-link h2 a, div.summary-link p a, div.testimonial-link h2 a, div.testimonial-link p a{
	text-decoration:none;
}

div.summary-link h2 a:hover, div.summary-link p a:hover, div.testimonial-link h2 a:hover, div.testimonial-link p a:hover{
	text-decoration:underline;
}
div.summary-link p a, div.testimonial-link p a{
	color:#0000FF;
}
ul.indexpage-list{
		list-style:square inside none;
}

/* thumbs*/

div#icon-wrapper{
	height:90px;
	padding:0 auto;
	overflow: visible;
	background-color: #FFFFFF;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 900px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 90px;
	height: 57px;
}
ul.thumb li img {
	width: 72px; height: 37px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:#ffffff url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}


/* Contact Form */
#form-container label{
	font-size:.8em;
}

#form-container textarea{
	color:#404040;
	font-size:.9em;
}
#form-container td {
	padding:4px 0;
}
#form-container td > button{
	text-indent:8px;
}

.error{
	background-color:#991111;
	border:1px #f00 solid;
	color:white;
	font-size:.9em;
	padding:3px;
	width:185px;
}
.required{
	color:#991111;
}

table#contactus{
	width:840px;
	border:0;
	border-collapse:collapse;
}

table#contactus .contactus-label{
	width:120px;
}

table#contactus .contactus-value{
	width:340px;
}

table#contactus .contactus-error{
	width:200px;
}

span.speachmarks {
	color: #0A4A8C;
	font-size:2em;
	font-weight:bold;
}


/*  Tabbed box */
#tabbed_box {  
    margin: 0px auto 0px auto;  
    width:300px;  
} 
.tabbed_area {   
    background-color:#FFFFFF;  
    padding:0px; 
    width:890px;
    margin-bottom:8px;
    clear: right;
    overflow: hidden;
}  
ul.tabs {  
    margin:0px; padding:0px;  
    margin-top:5px;  
    margin-bottom:6px; 
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
}
ul.tabs li a {
	background: #2f343a url(/img/tab_off.jpg) repeat-x scroll center bottom;
	color: #CCCCCC;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #464c54;
	
}  
ul.tabs li a:hover {  
    background-color:#464c54; 
    border-color:#2f343a;
    color:#8acae8; 
}  
ul.tabs li a.active {
	color: #0A4A8C;
	border: 1px solid #464c54;
	border-bottom: 1px solid #ffffff;
	background: #00B900 url('/img/tab-on.jpg') repeat-x scroll left top;
}   

.tabcontent{  
    background:#ffffff url('/img/tabcontent-bottom.jpg') repeat-x scroll left bottom;  
    padding:10px;  
    border:1px solid #464c54;  
    overflow: hidden;

}  

#content_2 { 
	display:none; 
} 
 

div#tab_1 {
	margin:0 0 0 4px;
}

/* end of tabs*/

/* Red button */

.redButton {
margin:0 20px 0 0;
	font-size: 14px;
	color: #ffffff;
	padding: 4px 12px;
	background:#870808;
	background: -moz-linear-gradient(
		top,
		#590808 0%,
		#870808 25%,
		#c40202);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#590808),
		color-stop(0.25, #870808),
		to(#c40202));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4d424d;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(255,145,145,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(255,145,145,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	width:150px;
}
.redButton:hover {
	background:#C40202;
	background: -moz-linear-gradient(
		top,
		#a60303 0%,
		#870808 25%,
		#ff0000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a60303),
		color-stop(0.25, #870808),
		to(#ff0000));

}

.redButton a:link{
	color: #FFFFFF; 
	border: medium none;
	text-decoration:none;
}

div.sideColumn{
	float:right;
	width:300px;
	padding:8px;
	
}

/* Subscribe */
div#subscribe{
	width:240px;
	
}
div#subscribe label{
	width:100px;
	margin:4px 0 4px 0;
	
}

div#subscribe input{
	float:right;
	margin:4px 0 4px 0;
	
}



