   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px; 
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 20px solid #1f1f1f;
}

a {	
	color: #034A7F /* #5D7815 */; 
	background: inherit;
	text-decoration: none; 
}

a:hover { 
	color: #6C757A; 
	background: inherit; 
}

hr {
	color: #9C9C9C;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 { 
	font-size: 24px; 
	margin-left: 0; 
	color:#000000;
	font-weight: bold; 
	letter-spacing: 1px; 
}

h2 { 
	margin: 0; 
	margin-bottom: 5px; 
	padding: 0; 
	font-weight: bold; 
	font-size: 18px; 
	letter-spacing: -1px; 
	color: #000; 
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#services h4 {
	padding-left: 18px;
	background: transparent url(img/laptop_edit.png) no-repeat center left;
}

.testimonials h3 {
	color: #5a788e;
	background: #8ab5d5;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #5a788e;
}

h3 a:hover, .content_left h3 a:hover { text-decoration: none; }
	
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #5D7815; background: inherit; }

ul,form { margin: 0; padding : 0; list-style : none; }

/* layout
   ------ */

.wrapper {
	width: 900px;
	margin: 0 auto;
	clear:both;
}

.top_bar { 
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #2e2e2e;
	clear: both;
}

.header {
	display: block;
	height: 125px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccbba;
}

.header_left {
	float: left;
	width: 350px;
	height: 74px;
	margin: 28px 0;
	background: url(img/logo.jpg) no-repeat center;
	border-right: 1px solid #cccbba;
}

.header_right {
	float: right;
	width: 500px;
	margin-left: 40px;
}

.content {
	display: block;
	clear:both;
	width: 900px;
	margin-top: 15px;
}

.content_left {
	float:left;
	width: 570px;
}

.content_right {
	float: right;
	width: 250px;
}

.content_right_form label {
	float:left;
	width: 100px;
	font-size: 10px;
	line-height: 14px;
}

.content_right_img {
	padding: 5px;
	border: 1px solid #cccbba;
}

.testimonials {
	float: left;
	width:250px;
	border: 5px solid #FFFFFF;
}

.testimonials_inner {
	padding: 5px;
}

.footer {
	border-top: 1px solid #cccbba;
	margin-top: 100px;
	color: #cccbba;
}

.footer_inner {
	padding: 0 15px;
}

.footer_left {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.footer_right {
	float: right;
	width: 50%;
	text-align: right;
	padding: 10px 0;
}

.footer a {
	color: #cccbba;
}

.footer a:hover {
	color: #000;
}

.menu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	height: 42px;
}

.menu li {
	display: block;
	float:right;
}

.menu li a {
	font: normal 11px Verdana, Arial, sans-serif;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.menu li a:hover, .menu .active {
	background: transparent url(img/arrow.gif) no-repeat bottom center;
	/* color: #034A7F; */
}

.divider {
	width: 250px;
	height: 50px;
	margin: 20px 0;
	background: transparent url(img/divider.jpg) no-repeat center center;
}

.fadeshow {
	display: block;
	width: 550px;
	height: 175px;
	padding: 10px;
	border: 1px solid #cccbba;
}

.box {
	padding: 10px;
	border: 1px solid #cccbba;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

fieldset {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #cccbba;
}

legend {
	color: #cccbba;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #cccbba;
}

/* forms
   ------- */

.search_box .submit {
	border: 0;
	background: transparent url(img/search.png);
	width: 24px;
	height: 24px;
}

.aform label {
	float: left;
	width: 150px;
	line-height: 16px;
}

.aform p {
	clear:both;
}

.aform input, .aform textarea {
	padding-right: 18px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #505049;
}

.aform select {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #505049;
}

.content_right_form input, .content_right_form textarea {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #505049;
}

.aform .submit, .content_right_form .submit {
	background-color: #505049;
	border: 1px solid #cccbba;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}

.aform .required {
	background: transparent url(img/bullet_plus.png) no-repeat top right;
	background-position: 100% 1px;
}


/* tutorials
   ------------ */

.example {
	display: block;
	background-color: #f6f6f6; /* #A2A2A2 url(images/example.jpg) repeat-x; */
	padding: 7px;
	font-weight: bold;
	font-size: 14px;
	color: #034A7F;
	border: 1px solid #cccbba;
	margin: 10px 0;
}

.example_code {
	background-color: #FFFFFF;
	border: 1px solid #A2A2A2;
	font-family: 'courier new',courier;
	font-size: 11px;
	color: #000000;
	padding: 3px;
}

.example_button {
	float: right;
	margin: 5px 0 0 0;
	background-color: #FFFFFF;
	width: 125px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #A2A2A2;
	text-align:center;
	font-size: 11px;
}

.example_button a { background: none; }

.tutorial_nav {
	display: block;
	margin-bottom: 7px;
	padding-top: 15px;
}

.tutorial_nav_left {
	float: left;
	width: 50%;
}

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

.list_tutorials li a {
	display: block;
	line-height: 20px;
	height: 16px;
	padding: 0 0 5px 20px;
	background: transparent url(img/theme.png) no-repeat 0 2px;
	font-size: 14px;
}

.list_guides li a {
	display: block;
	line-height: 20px;
	height: 16px;
	padding: 0 0 5px 20px;
	background: transparent url(img/book_tabs.png) no-repeat 0 2px;
	font-size: 14px;
}

/* misc
   ------ */

blockquote {
  background: transparent url(img/quote1.gif) left top no-repeat;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(img/quote2.gif) right bottom no-repeat;
}

.list_languages, .list_services, .list_suggestions {
	padding-left: 0;
	list-style-type: none;
}

.list_languages li {
	padding-left: 16px;
	background: transparent url(img/bullet_tick.png) no-repeat 0 2px;
}

.list_services li a {
	display: block;
	line-height: 20px;
	height: 16px;
	padding-left: 16px;
	background: transparent url(img/bullet_stop.png) no-repeat 0 2px;
}

.list_suggestions li {
	padding-left: 16px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(img/bullet_right.png) no-repeat 0 2px;
}

.list_suggestions li span {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

.list_main {
	margin-bottom: 10px;
}

.list_main li {
	padding-left: 15px;
	background: #fff url('img/slider_a.png') no-repeat;
	background-position: 0 5px;
	margin-bottom: 5px;
}

.error_list {
	list-style-type: circle;
	color: red;
}

.error_list li {
	margin-left: 30px;
}

.error, .error h3 {
	color: red;
	background-color: #FFF;
	border: 3px solid red;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

.portImg {
	display:block;
	clear: both;
	width: 235px;
	margin: 5px auto;
}

.portImg img a {
	width: 50px;
	height: 50px;
	border: 5px solid #034A7F;
	margin-bottom: 5px;
}

.portImg img a:hover {
	border: 5px solid #E7E7E7;
}

.cal {
	display: block;
	width: 50px;
	height: 48px;
	background-image: url(img/calendar.png);
	padding-top: 9px;
}

.cal .month {
	width: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

.cal .day {
	margin-top: 3px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.about_info label {
	float:left;
	width:75px;
}


.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 120px;
	height: 24px;
	background: url(img/star.png) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;		
	/*\*/
	float: left;
	/* */
	display:block;
	width:24px;
	height: 24px;
	line-height:24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a{
	display:block;
	width:24px;
	height: 24px;
	line-height:24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.four-stars{
	left: 75px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating li.current-rating{
	background: url(img/star.png) left bottom;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/* remove halo effect in firefox   */
a:active{
	outline: none;
}	

.service_div {
	background: #fff url(img/service_bg.png) no-repeat;
	width:262px;
	height:150px;
	padding: 5px 10px 5px 5px;
	margin-bottom: 10px;
}

.service_div img {
	float:left;
	width: 48px;
}

.service_div span {
	display:block;
	float:right;
	width:55px;
	height:55px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	line-height:55px;
}

.service_div .service_more {
	text-align:right;
	margin-right: 20px;
}
