/*  
Theme Name: antasena
Theme URI: http://example.com
Description: antasena
Version: 1.0
Author: Indonez
Author URI: http://wp-demo.indonez.com/
Tags: Dark, White, Translation-ready, Custom-menu, Two-columns, Fixed-width
License:
License URI:
*/
@charset "utf-8";
@import url("css/reset.css");
/*----------------------------------------------------
                 Antasena - CSS File
------------------------------------------------------*/

body{
	font-family:Arial,Verdana,Tahoma;
	font-size:18px;
	color:#696767;
	line-height:18px;
	padding:0px;
	margin:0px;
	background-image:url(images/light-glow.png);
	background-position:top center;
	background-repeat:no-repeat;
	<!-- COMMENT OUT BACKGROUND background-color:#dbdbdb; -->
}

/* links */
a, a:visited{
	color:#09a3c4; 
	text-decoration:none;
}
a:hover{
	color:#09a3c4; 
	text-decoration:underline;
}
a img{
	border:none
}
.imgcenter,
.aligncenter{
	margin:2px auto 15px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}
.imgopt{
	margin:-10px auto 15px auto;
	display:block
}

.imgleft,
.alignleft{
	float:left; 
	margin:4px 13px 20px 0px;
}
.imgright,
.alignright{
	float:right; 
	margin:4px 0px 20px 13px;
}
img.margin_bottom {
  margin-bottom: auto;
}
.border{
	border:1px solid #e6e6e6;
	background-color:#ffffff;
	padding:4px;
}
hr {
	background-color:#e6e6e6;
	border-width:0;
	color:#e6e6e6;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
strong{color:#757575;}
.italictext{
	font-size:14px;
	font-style:italic;
	line-height:18px;
	margin-bottom:20px;
}

/* Lists, Blockquotes and Paragraphs */
p, ul, ol, blockquote{
	margin-bottom:20px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:20px;	
}

/* Shortcodes Styling */
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}

/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:16px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap1{
	font-family:Arial,Tahoma,Verdana;		
	font-size:22px;
	color:#868686;
	text-align:center;
	background-color:#dddddd;
	width:36px\0/;
	height:26px\0/;
	background:none\0/;
	background-image:url(http://educationinnovation.co.uk/cms/wp-content/themes/antasena/images/ie-drop1.png)\0/;
	background-repeat:no-repeat\0/;
	background-position:1px 0px\0/;
	-webkit-border-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin:8px 5px 0px 0px;
	padding:5px 9px 7px 9px;
	padding:7px 3px 3px 1px\0/;
	float:left;
}
.dropcap2{
	font-family:Arial,Tahoma,Verdana;		
	font-size:22px;
	color:#868686;
	text-align:center;
	background-color:#dddddd;
	width:35px\0/;
	height:26px\0/;
	background:none\0/;
	background-image:url(http://educationinnovation.co.uk/cms/wp-content/themes/antasena/images/ie-drop2.png)\0/;
	background-repeat:no-repeat\0/;
	background-position:1px 0px\0/;
	margin:8px 5px 0px 0px;
	padding:5px 9px 7px 9px;
	padding:7px 3px 3px 1px\0/;
	float:left;
}
.dropcap3{
	font-family:Arial,Tahoma,Verdana;		
	font-size:32px;
	color:#868686;
	text-align:center;
	margin:8px 5px 0px 0px;
	padding:5px 3px 0px 0px;
	padding:4px 3px 3px 1px\0/;
	float:left;
}

/* Title Color Styling */
.title-purple{color:#770477;}
.title-brown{color:#753b02;}
.title-pink{color:#da6371;}
.title-green{color:#84ac0a;}
.title-blue{color:#029dd8;}
.title-yellow{color:#e7a515;}
.title-red{color:#d12525;}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 14px 10px 15px 40px;
	background: #DCEFF5 url(images/info.png) 17px 14px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding: 14px 10px 15px 40px;
    background:#D7F7DF url(images/success.png) 17px 14px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 14px 10px 15px 40px;
    background: #FFD6D6 url(images/error.png) 17px 14px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 14px 10px 15px 40px;
    background: #FAF2D7 url(images/warning.png) 17px 14px no-repeat;
    border: 1px solid #FAE8AF;
}

/* Table Style */
.table	{
	width:100%;				
	margin-bottom:20px;
	background:#f0f0f0;
}			
.table th{
	font-size:16px;
	font-weight:normal;	
	text-align:left;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	padding:10px 18px;
	color:#fff;	
	border-right:none;
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
}				
.table td {	
	font-size:14px;
	font-weight:normal;	
	text-align:left;
	padding:10px 18px;
}

.table th.txtleft,
.table td.txtleft{text-align:left;}
.table th.txtright,
.table td.txtright{text-align:right;}
.table th.txtcenter,
.table th.txtcenter{text-align:center;}

.table tr:nth-child(even){background:#ffffff;}
.table tr.odd td{color:#828282;}				
.table td{color:#828282;}


.table-black table{border:1px solid #292929;}
.table-black table tr th{background-color: #333333;}

.table-gray table{border:1px solid #525252;}
.table-gray table tr th{background-color: #666666;}

.table-white .table th {color:#666666;}
.table-white table{border:1px solid #cccccc;}
.table-white table tr th{background-color: #FFFFFF;}

.table-red table{border:1px solid #b81f1f;}
.table-red table tr th{background-color: #e62727;}

.table-orange table{border:1px solid #cc4a00;}
.table-orange table tr th{background-color: #ff5c00;}

.table-magenta table{border:1px solid #87013c;}
.table-magenta table tr th{background-color: #A9014B;}

.table-yellow table{border:1px solid #cc9111;}
.table-yellow table tr th{background-color: #ffb515;}

.table-blue table{border:1px solid #008abe;}
.table-blue table tr th{background-color: #00ADEE;}

.table-pink table{border:1px solid #b51a75;}
.table-pink table tr th{background-color: #e22092;}

.table-green table{border:1px solid #749707;}
.table-green table tr th{background-color: #91bd09;}

.table-rosy table{border:1px solid #c15663;}
.table-rosy table tr th{background-color: #F16C7C;}

.table-brown table{border:1px solid #663300;}
.table-brown table tr th{background-color: #804000;}

.table-purple table{border:1px solid #660066;}
.table-purple table tr th{background-color: #800080;}

.table-cyan table{border:1px solid #389f9f;}
.table-cyan table tr th{background-color: #46C7C7;}

.table-gold table{border:1px solid #aa8012;}
.table-gold table tr th{background-color: #D4A017;}

/* Blockquote Style */
blockquote{	
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-style:italic;
	padding-left:30px;
	float:left;
}

/* List Style */
ul.circle-list li{
	line-height:18px;
	background-image:url(images/circle.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 13px;
	margin:0px;
}
ul.check-list li{
	background-image:url(images/checklist.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.delete-list li{
	background-image:url(images/deletelist.png) !important;
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.arrow-list li{
	background-image:url(images/arrow.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
	line-height:24px;
	list-style-type:none;
	overflow:hidden;
}
ul.greenarrow-list li{
	background-image:url(images/green-arrow.png) !important;
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.star-list li{
	background-image:url(images/star-list.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:10px 10px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	line-height:24px;
	list-style-position:inside
}
/* Normal Button Styling */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
	text-decoration:none;
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.50);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:7px 22px 11px 22px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:15px;
}
.button.large span {
	font-size:19px;
}

.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}

/* Big Button Styling */
a.button-big {
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #474d5a;
    display: block;
    float: left;
	font-family:Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	text-shadow:0px 1px 0px #ffffff;
    height: 41px;
    margin-right: 12px;
    padding-right: 26px; /* sliding doors padding */
    text-decoration: none;
}
a.button-big span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 10px 0 14px 27px;
} 
a.button-big:active {
    background-position: bottom right;
    color: #93979d;
    outline: none; /* hide dotted outline in Firefox */
}
a.button-big:active span {
    background-position: bottom left;
    padding: 10px 0 14px 27px; /* push text down 1px */
}


/*  Highlight Styles */

.highlight-purple {padding:1px 4px;background-color:#770477;color:#ffffff;}	
.highlight-brown{padding:1px 4px;background-color:#753b02;color:#ffffff;}
.highlight-pink{padding:1px 4px;background-color:#da6371;color:#ffffff;}	
.highlight-green{padding:1px 4px;background-color:#84ac0a;color:#ffffff;}
.highlight-blue{padding:1px 4px;background-color:#029dd8;color:#ffffff;}
.highlight-yellow{padding:1px 4px;background-color:#e7a515;color:#ffffff;}
.highlight-red{padding:1px 4px;background-color:#d12525;color:#ffffff;}	
/* Front Tabs */
.tabs-wrapper {
  margin: 15px 0;
}
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px;
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(images/bg-dropdown.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	text-decoration: none;
	color: #7d7b7b;
	display: block;
	font-size: 14px;
	padding: 1px 26px;
	outline: none;
}
ul.tabs li a:hover {
	background-image:url(images/bg-dropdown.jpg);
	background-repeat:repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}	
html ul.tabs li.current, html ul.tabs li.current a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.tab_container,
.panes {
	border: 1px solid #dbdbdb;
	border-top: none;
	clear: both;
	float: left; 
	width: auto;
	background: #fff;
  width: 100%;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666666;
}
.tab_content,
.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #dbdbdb;
}
.tab_content p {
  font-size: 12px;
	padding-top: 5px;
  color: inherit;
}
.tab_content img {
	float: left;
	margin: 0 18px 18px 0;
	padding: 0px 5px 0px 5px;
}

/* ----------------------- toggle -----------------------*/
.toggle_wrapper {
  margin-bottom: 30px; 
}
.toggle {
  margin-bottom: 5px;
}
.toggle_title {
	cursor:pointer;
	font-size:14px;    
	background: url(images/closed.png) 98% 50% no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f0f0f0;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 13px 10px 13px;
	clear:both;
}
.toggle_active {
	background: url(images/open.png) 98% 50% no-repeat;
}
.toggle_content {
	background-color:#ffffff;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 0px 5px 0px;
	padding:15px 18px 1px 18px;
  display: none;	
}
img.footerlogo {
  margin-top: 35px;
}
/* Native Wordpress Styling */

.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.sticky {
}
.gallery {
}
.gallery-caption {
}

blockquote{	
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-style:italic;
	padding-left:40px;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

/* heading */
h1{font-size:34px;color:#747474;margin-bottom:15px;line-height:26px;}
h2{font-size:28px;color:#747474;margin-bottom:15px;line-height:24px;}
h3{font-size:22px;color:#747474;margin-bottom:15px;line-height:20px;}
h4{font-size:18px;color:#747474;margin-bottom:15px;line-height:18px;}
h5{font-size:16px;color:#747474;margin-bottom:15px;line-height:16px;}
h5{font-size:14px;color:#747474;margin-bottom:15px;line-height:16px;}

/* text styled */
.boldtext-medium{font-size:12px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:20px; font-weight:bold; color:#c6c6c6}
.price{font-size:36px; color:#7f7f7f; font-weight:bold}
.boxtitle-hosting{font-size:14px; color:#7f7f7f; font-weight:bold; padding:0px 0px 15px 0px; display:block; line-height:10px;}
.redtext{color:#c22127;}
small{font-size:11px;}

/* Tooltip */
p#vtip{
	display:none; 
	position:absolute; 
	padding:6px 10px 6px 10px; 
	left:5px;
	font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #dddada;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	z-index 9999
}


/* CONTAINER
------------------------------------------------------*/
#container{
	width:960px;
	margin:30px auto 0px auto;
}


/* HEADER
------------------------------------------------------*/
#header{
	width:960px;
	background-image:url(images/bg-top2.png);
	background-repeat:no-repeat;
	float:left;
}
#header1{
	width:960px;
	margin:-33px 0px 0px 0px;
float:left;
}
#logo{
	margin:-13px 0px 0px 7px;
	float:left;
}

/* Midbox Content */
#midbox{
	width:958px;
	height:115px;
	border:1px solid #c6c6c6;
	background-image:url(images/bg-midbox.gif);
	background-repeat:repeat-x;
	float:left;
}
.midbox-content-first{
	width:202px;
	margin:15px 12px 0px 37px;
	float:left;
}
.midbox-content{
	width:202px;
	margin:15px 12px 0px 12px;
	float:left;
}
.midbox-img{
	width:50px;
	margin-right:10px;
	float:left;
}
.midbox-content h4, .midbox-content-first h4{
	width:138px;
	margin-bottom:8px;
	float:left;
}
.midbox-content h4 a, .midbox-content-first h4 a {
  color: #747474;
}
.midbox-content p{
	width:138px;
	float:left;
}

/* Page Title */
#pagetitle{
	width:958px;
	height:84px;
	margin-top:12px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background-image:url(images/bg-pagetitle.gif);
	background-repeat:repeat-x;
	float:left;
}
#pagetitle h1{
	padding:25px 0px 0px 32px;
}


/* MAINMENU
------------------------------------------------------*/
#mainmenu{
	background-color:#3a3a3a;
	margin:28px 0px 0px 24px;
	padding:0px 12px;
	border-top:1px solid #363636;
	border-left:1px solid #363636;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:30px;
	float:left;
}
#mainmenu ul{
	line-height:38px; 
	z-index:100; 
	position:relative; 
	font-size:12px;
	float:left;
}
#mainmenu ul li{
	float:left;
	padding:3px 15px 8px 15px;
	color:#ffffff;
	background-image:none;
	position:relative;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#ffffff;
	text-decoration:none;
	width:115px;
}
#mainmenu ul li li a{
	display:block;
	float:left;
}
#mainmenu ul li a:hover, #mainmenu ul li.current a,
#mainmenu ul li.current_page_item a, #mainmenu ul li.current_page_parent a,#mainmenu ul li.current_page_ancestor a{
	text-decoration:none;
	color:#b1b1b1;
}
.menu li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;	
}
#menu li li{
	margin:0 0 0px 0px !important;
	padding:0px !important;
	position:relative;
	z-index:100;
	line-height:20px !important	
}
#menu ul{
	display:none;
	position:absolute;
	top:30px;
	left:0px;
	width:135px;
	padding:2px 0px 8px 0px !important;
	background-color:#3a3a3a;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border-bottom-radius:5px;
}
#menu ul ul{
	top:0px; left:135px;
}
#menu li ul a, #menu li ul a:visited{
	width:105px;
	padding:0px 15px 0px 15px;
	font-size:12px;
	color:#ffffff !important;
	line-height:24px;
	z-index:100;
	text-decoration:none;
}


/* SLIDESHOW
------------------------------------------------------*/
#slideshow{
	width:960px;
	height:349px;
	margin-top:12px;
	float:left;
  overflow: hidden;
}
#slideshow li {
  float: left;
  display: none;
}
/* Slideshow Type 1 */
.slide-type1, .slide-type3{
	width:960px;
	height:349px;
	background-image:url(images/bg-slide.jpg);
	background-repeat:no-repeat;
	float:left;
}
.slide-type1 h1{
	width:420px;
	margin:60px 0px 3px 50px;
	color:#ffffff;
}
.slide-type1 h3{
	width:420px;
	margin:0px 0px 25px 50px;
	color:#ffffff;
}
.slide-type1 p{
	width:420px;
	margin-left:50px;
	color:#ffffff;
	float:left;
}
.slide-img-right{
	width:380px;
	margin:-124px 0px 0px 60px;
	float:left;
}
.slide-button-right{
	margin-top:28px;
	float:right;
}

/* Slideshow Type 2 */
.slide-type2{
	width:960px;
	height:349px;
	float:left;
}
.slide-type2 h1{
	color:#ffffff;
	top:287px;
	left:601px;
	position:absolute;
	z-index:100;
}

/* Slideshow Type 3 */
.slide-type3 h1{
	width:420px;
	margin:60px 0px 3px 53px;
	color:#ffffff;
	float:left;
}
.slide-type3 h3{
	width:420px;
	margin:0px 0px 25px 53px;
	color:#ffffff;
	float:left;
}
.slide-type3 p{
	width:420px;
	margin-left:53px;
	color:#ffffff;
	float:left;
}
.slide-img-left{
	width:380px;
	margin:21px 0px 0px 57px;
	float:left;
}
.slide-button-left{
	margin-top:28px;
	float:left;
}

/* Slideshow Type 4 */
.slide-type4{
	width:960px;
	height:349px;
	background-color:#3e3e3e;
	float:left;
}
.slide-type4 h1{
	width:281px;
	color:#ffffff;
	margin:59px 0px 0px 0px;
	padding-left:31px;
	float:left;
}
.slide-type4 h3{
	width:281px;
	margin:0px 0px 25px 0px;
	padding-left:31px;
	color:#ffffff;
	float:left;
}
.slide-type4 p{
	width:281px;
	padding-left:31px;
	color:#ffffff;
	float:left;
}
iframe{
	width:620px;
	height:349px;
	float:left;
}
.slide-type4 img {
  float: left;
}
/* Pager */
#pager{
	width:958px;
	height:69px;
	background-image:url(images/pager-shadow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
}
#pager a{
	background: url(images/slidenav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:11px;
	height:11px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide{
	background: url(images/slidenav-active.png) no-repeat;
}


/* CONTENT
------------------------------------------------------*/
#content{
	width:958px;
	background-color:#FFFFFF;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	float:left;
}
.maincontent{
	padding:40px 31px;
	float:left;
}
#content-left{
	width:576px;
	margin-right:37px;
	float:left;
}
#content-right{
	width:283px;
	float:left;
}
#content-fullwidth{
	width:899px;
	margin:0px;
	float:left;
}

/* Sidebar */
.sidebar{
	width:283px;
	margin-bottom:10px;
	float:left;
}
.sidebar h4{
	padding-bottom:17px;
	border-bottom:1px solid #e6e6e6;
}
.sidebar-list{
	margin-top:-3px;
}
ul.sidebar-list li,
.widgets ul li {
	background-position:0px 10px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 16px;
	line-height:24px;
	list-style-type:none;
}
ul.sidebar-list li a, ul.sidebar-list li a:visited,
.widgets ul li a, .widgets ul li a:visited {
	color:#b1b1b1;
	text-decoration:none;
}
ul.sidebar-list li a:hover,
ul.sidebar-list li.current_page_item a,
.widgets ul li a:hover, ul.widgets ul li.current_page_item a {
	color:#b1b1b1;
	text-decoration:underline;
}
.widgets .cycle-testimonial li, 
.widgets .partner-list li{
  background: none;
  padding-left: 0;
}
ul.coevent-list li{
	background-image:url(images/event.jpg);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:0px 0px 8px 25px;
	line-height:18px;
	list-style-type:none;
}
.coevent{
	font-style:italic;
}
.coevent-link{
	font-size:11px;
	font-style:italic;	
	margin-top:-20px;
	float:right;
}

/* Testimonials Slide */
.testi-name{
	margin:-10px 0px 0px 0px;
	text-align:right;
}
.cycle-testimonial li{ display: none;}
.cycle-testimonial li.quote{
	width:283px;
	float:left;
  margin-top: -5px;
}
#prev{
	background:url(images/prev-nav.gif) no-repeat; 
	width:21px; 
	height:21px;
	margin:-44px 0px 0px 0px;
	font-size:0px;
	cursor:pointer;
	position:relative;
	z-index:100;
	float:left;
}
#next{
	background:url(images/next-nav.gif) no-repeat; 
	width:21px; 
	height:21px;
	margin:-44px 0px 0px 26px;
	font-size:0px;
	cursor:pointer;
	position:relative;
	z-index:100;
	float:left; 
}

/* Partner Logo List */
.partner-list{
	margin-top:17px;
}
.partner-list li{
	margin:3px 9px 0px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
.partner-list li.partner-nomargin{
	margin:0px 0px 3px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

/* Sponsors List */
.sponsors-list{
	margin:3px 0px 0px 8px;
	float:left;
}
.sponsors-list li{
	width:125px;
	height:125px;
	margin:0px 15px 15px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
.sponsors-list li.sponsors-nomargin{
	width:125px;
	height:125px;
	margin:0px 0px 15px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

/* Front 3 Column  */
.front-3-column{
	width:273px;
	margin:0px 38px 20px 0px;
	float:left;
}
.front-3-column-last{
	width:273px;
	margin:0px 0px 20px 0px;
	float:left;
}
.front-3-column img, .front-3-column-last img{
	width:63px;
	margin-right:11px;
	float:left;
}
.front-3-column p, .front-3-column-last p{
	width:199px;
	float:left;
}

/* Front 2 Column  */
.front-2-column{
	width:429px;
	margin:10px 38px 0px 0px;
	float:left;
}
.front-2-column-last{
	width:429px;
	margin:10px 0px 0px 0px;
	float:left;
}
.front-2-column p, .front-2-column-last p{
	width:213px;
	float:left;
}

/* Bottom Content  */
#bottom-content{
	width:960px;
	background-color:#3e3e3e;	
	float:left;
}
#bottom-content-closed{
	width:960px;
	height:10px;
	background-image:url(images/bottom-content-bg-closed.png);
	background-repeat:no-repeat;
	float:left;

}
#bottom-list-container{
	width:960px;
	padding:0px 29px 20px 29px;
	background-image:url(images/bottom-content-bg-repeat.jpg);
	background-repeat:repeat-y;	
	float:left;
}
.box-list{
	width:195px;
	margin:24px 40px 0px 0px;
	float:left;
}
.box-list h4{
	width:195px;
	color:#ffffff;
	margin-bottom:20px;
	float:left;
}
ul.list-bottom,
.box-list .widgets ul {
	margin:15px 0px 0px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li,
.box-list .widgets ul li {
	margin-bottom:4px; 
	padding:0px 0px 6px 0px;
	border-bottom:1px solid #6a6a6a; 
	line-height:1.5em;
}
ul.list-bottom-social li{
	margin-bottom:4px; 
	padding:0px 0px 6px 0px;
	border-bottom:1px solid #6a6a6a; 
	line-height:1.5em;
}
ul.list-bottom-social li img{
	margin:1px 7px 0px 0px;
	float:left;
}
ul.list-bottom li a, ul.list-bottom-social li a,
.box-list .widgets ul li a {
	color:#979797;
	text-decoration:none;
}
ul.list-bottom li a:hover, ul.list-bottom-social li a:hover,
.box-list .widgets ul li:hover {
	text-decoration:underline;
}

/* Twitter */
#twitter_div{
	height:39px;	
	text-align:center;
}
#twitter_update_list li{
	font-size:11px;
	color:#dfdbdb;
	list-style:none;
	padding:10px 0px;
	margin-left:10px;
	float:left;

}
#twitter_update_list li a{
	color:#b1b1b1;
}
#twitter_update_list li a:hover{
	color:#b1b1b1;
	text-decoration:underline;
}
.tweet-bird{
	margin:1px 0px 0px 24px;
	float:left;
}

/* Copyright */
#copyright{
	width:960px;
	color:#9f9e9e;
	padding:18px 0px;
	float:left;
}
.copyright-text{
	text-align:center;
	color:#9f9e9e;
}


/* ABOUT
------------------------------------------------------*/
.block-team-image {
  float: left;
  width: 110px;
}
.team-box{
	width:462px;
	float:left;
}
.title-team{
	padding-bottom:7px;
	width:100%;
	float:left;
	border-bottom:1px solid #e6e6e6;
  display: block;
  margin-bottom: 10px;
}
ul.social-team li img{
	margin:9px 0px 0px 7px;
	float:left;
}
.team-desc{
	margin:9px 0px 30px 0px;
}


/* SERVICES
------------------------------------------------------*/
.services-box{
	width:576px;
	background-color:#f7f7f7;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	-moz-border-radius-topright: 4px; /* Firefox */
	-moz-border-radius-topleft: 4px; /* Firefox */
	-webkit-border-top-right-radius: 4px; /* Safari, Chrome */
	-webkit-border-top-left-radius: 4px; /* Safari, Chrome */
	border-top-right-radius: 4px; /*CSS3*/
	border-top-left-radius: 4px; /*CSS3*/
	float:left;
}
#services-content, #services-content2, #services-content3{
	margin:15px 20px 12px 20px; 
	padding:0px;
}
.serv-cycle{
	width:536px;
	float:left;
  margin-bottom: 20px;  
}
.serv-cycle h5{
	color:#b1b1b1;
}
.services-nav{
	width:576px;
	height:47px;
	background-color:#f7f7f7;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	-moz-border-radius-bottomright: 4px; /* Firefox */
	-moz-border-radius-bottomleft: 4px; /* Firefox */
	-webkit-border-bottom-right-radius: 4px; /* Safari, Chrome */
	-webkit-border-bottom-left-radius: 4px; /* Safari, Chrome */
	border-bottom-right-radius: 4px; /*CSS3*/
	border-bottom-left-radius: 4px; /*CSS3*/
	background-image:url(images/shadow-service-box.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:-28px 0px 25px 0px;
	z-index:100;
	position:relative;
	float:left;
}
.services-nav h6{
	margin-top:15px;
	text-align:center;
}
.over-serv{
	width:80px;
	float:left;
}
.prev-serv, .prev-serv2, .prev-serv3{
	background:url(images/prev-nav.gif) no-repeat; 
	width:21px; 
	height:21px;
	margin:13px 0px 0px 218px;
	font-size:0px;
	cursor:pointer;
	float:left;
}
.next-serv, .next-serv2, .next-serv3{
	background:url(images/next-nav.gif) no-repeat; 
	width:21px; 
	height:21px;
	margin:13px 0px 0px 0px;
	font-size:0px;
	cursor:pointer;
	float:left;
}
.serv-col{
	width:258px;
	margin-right:20px;
	float:left;
}
.serv-col-last{
	width:258px;
	margin-right:0px;
	float:left;
}
.serv-opt{
	margin-top:10px;
}
.servthumb-list li{
	margin:8px 17px 0px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
.servthumb-list li.servthumb-nomargin{
	margin:8px 0px 0px 0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
a.services_readmore {
  color: #868686;
} 
.button-trial{
	float:left; 
	margin:-10px 0px 0px 0px;
}
.date-right{
	float:right;
}
.featured-box{
	margin:-75px 0px 0px 5px;
	float:left;
}
.featured-prj{
	width:79px;
	height:78px;
	background-image:url(images/featured.png);
	background-repeat:no-repeat;	
	z-index:100;	
	position:relative;	
	top:0px; 
	left:201px;
	display:block;
	float:left;
}

/* slideshow with thumb image */
#img-slide{	
	float:left;
}
#img-slide-large{
	width:576px;
	margin-bottom:18px;
}
#img-slide-large img{
	border:solid 1px #e6e6e6;
	padding:4px;
	float:left;
  display: none;
}
#img-slide-thumb{
	width:92px;
	margin-left:20px;
	border-left:solid 1px #e6e6e6;
	
	float:left;
}
#img-slide-thumb img{
	border:solid 1px #e6e6e6;
	padding:4px;
}
#nav-thumb li img{
	width:80px;
	height:80px;
	margin:0px 0px 10px 20px;
	float:left;
}
#project-desc{
	width:445px;	
	float:left;
}


/* FAQ STYLING
------------------------------------------------------*/
.ask{	
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #e6e6e6;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#f7f7f7;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	margin:-5px 0px 10px 0px;
	padding:15px 18px 0px 18px;
}
.openquestion{
	color:#b1b1b1 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#b1b1b1 !important; 
	margin-bottom:5px;
}


/* COLUMN
------------------------------------------------------*/
/* used for 4 column */
.col-202 { 
	display:inline-block;
	width:202px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-202-last { 
	display:inline-block;
	width:202px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-279 { 
	display:inline-block;
	width:279px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-279-last { 
	display:inline-block;
	width:279px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 2 column */
.col-434 { 
	display:inline-block;
	width:434px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-434-last { 
	display:inline-block;
	width:434px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.col-590 { 
	display:inline-block;
	width:590px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-590-last { 
	display:inline-block;
	width:590px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-257 { 
	display:inline-block;
	width:257px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-257-last { 
	display:inline-block;
	width:257px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-280 {
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
}
.col-284 {
	display:inline-block;
	width:284px !important;
	vertical-align:top;
	padding:0px 0px 10px 0px !important;
}
.col-320 {
	float:left;
	width:320px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 {
	display:inline-block;
	width:440px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 p, .col-440 ul {margin:0px;}
.vertical-separator {
	display:inline-block;
	width:33px;
	background-image:url(http://educationinnovation.co.uk/cms/wp-content/themes/antasena/images/vertical-line.png);
	background-repeat:repeat-y;
	background-position:top center;
}
.vertical-separator-noline {
	display:inline-block;
	width:24px;
	height:100% !important;
}
.vertical-separator-noline2 {
	display:inline-block;
	width:22px;
}


.col-620{float:left; width:620px;}
.col-300{float:left; width:300px;}
.fullwidth{
	padding:30px 0px;
}
.fullwidth-serv{
	padding:30px 0px 0px 0px;
}

.slidebutton{
	background-color:#e7e7e7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:1px solid #dddada;
	background-image:url(images/bg-button.gif);
	background-repeat:repeat-x;
	color:#a4a4a4 !important;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
.slidebutton:hover{color:#fff; text-decoration:none}


/* BLOG
------------------------------------------------------*/
.blog-post{
	margin-bottom:30px;
	float:left;
}
.post-image{
	height:182px;
	background-image:url(images/post-shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.post{
	width:416px;
	margin:10px 15px 0px 0px;
	float:left;
}
.post-inner{
	margin:10px 15px 0px 0px;
	float:left;
}
.post h4 a, .post h4 a:visited, .comment-count h4 a, .comment-count h4 a:visited, .post-inner h4 a, .post-inner h4 a:visited{
	color:#747474;
	text-decoration:none;
}
.post h4 a:hover, .post-inner a:hover{
	color:#929292;
	text-decoration:none;
}
.post-info{
	width:113px;
	font-size:11px;
	color:#696767;
	padding:12px 14px 10px 14px;
	margin:10px 0px 0px 0px;
	background-color:#f7f7f7;
	border:1px solid #e6e6e6;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /*Linux browsers*/
	border-radius: 3px; /*CSS3*/
	float:left;
}
.post-info-inner{
	width:576px;
	margin:-8px 0px 18px 0px;
	border-bottom:1px solid #e6e6e6;
	float:left;
}
.post-icon{
	float:left;
	margin:2px 8px 0px 0px;
}
.post-row{
	width:113px;
	margin:0px 0px 9px 0px;
	float:left;
}
.post-row-inner{
	font-size:11px;
	margin:0px 5px 9px 0px;
	float:left;
}
.comment-count{
	background-color:#000000;
	margin:-67px 0px 0px 23px;
	padding:8px 14px 9px 10px;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	position:relative;
	z-index:100;
	float:left;
}
.comment-count h4{
	margin:0px;
	color:#ffffff;
}
.comment-count h4 a, .comment-count h4 a:visited{
	color:#ffffff;
	text-decoration:none;
}

/* Comment list */
#comments{
	width:576px;
	padding:20px 0px 8px 0px;
	float:left;
}
#comment{
	padding:30px 10px 20px 0px; float:left;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none;
}
.commentlist, .commentlist ol{position:relative;}
.commentlist li{margin:0px; list-style-type:none;}
.commentlist li small{font-size:11px; font-style:italic}
img.avatar {float: left;}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px}
.commdate{float:left; text-align:left}
.reply{}
.smalltext{text-align:right; clear:none}
.reply a, .reply a:visited  {
	background:#eee;
	margin-bottom:15px;
	padding:3px 10px;
	text-align:center;
	font-size: 1em;
}
.commentlist li,
#maintext .commentlist li{margin:0px; list-style-type:none;background: none;}
.commentlist .children{
padding:0 0 0 70px;
}
.commentlist .children li .comment_content{
width:454px;
}

.commentlist .children .children li .comment_content{
width:384px;
}

.commentlist .children .children .children li .comment_content{
width:314px;
}

.commentlist .children .children .children .children li .comment_content{
width:244px;
}

.commentlist .children .children .children .children .children li .comment_content{
padding:0;
}
.commentlist li.bypostauthor {
	border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.commentlist code {
	background:#e0e0e0;
	padding:3px;
}
.avatar {
	float:left;
  margin:5px 10px 10px 0;	
}
#trackbacklist li {
	margin: 10px 0 10px 35px;
}
#trackbacklist cite {
	font-style:normal
}
cite.fn {
	display:block;
	padding-top:9px;
}	
.says {
	display:none;
}
.commentmetadata {
	float:left
}
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
}
.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
}
/* Blog Pagination */
.blog-pagination{
	width:576px;
	border-top:2px solid #e6e6e6;
	float:left;
}
.pages{line-height:30px; margin-bottom:10px; clear:left}
.blogpages{margin:20px 0px}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	border:solid 1px #e6e6e6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:5px 9px !important;
	margin-right:3px;
}
.pages a{
	border:solid 1px #e6e6e6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:5px 6px;
	margin:0px 3px;
	color:#696767 !important;
	text-decoration:none;
}
.pages a:hover{color:#b1b1b1 !important; background-color:#f7f7f7; text-decoration:none;}
.pages a.current{color:#b1b1b1 !important; background-color:#f7f7f7;}

/* Related Post */
#recentPostList{
	width:536px;
	background-color:#f7f7f7;
	border:1px solid #e6e6e6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	margin:25px 0px 10px 0px;
	padding:15px 20px 0px 20px;
	float:left; 
}
#related-post-title{
	padding:3px 0px 8px 0px;  
	height:20px; 
	font-weight:bold; 
	color:#2f87aa; 
	border-bottom:1px solid #e6e6e6;
}
.related-item-wrapper{
	font-size:11px;
	width:263px;
	padding:8px 0px 8px 0px;
	margin-right:10px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper-last{
	font-size:11px;
	width:263px;
	padding:8px 0px 8px 0px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper p, .related-item-wrapper-last p{
	line-height:14px;
}
.related-item-wrapper:hover, .related-item-wrapper-last:hover{
	height:90px;
	color:#6f6f6f;
}
.related-item-wrapper h5, .related-item-wrapper h5 a, .related-item-wrapper h5 a:visited{
	margin-bottom:8px;
	color:#747474;
	text-decoration:none;
}
.related-item-wrapper-last h5, .related-item-wrapper-last h5 a, .related-item-wrapper-last h5 a:visited{
	margin-bottom:8px;
	color:#747474;
	text-decoration:none;
}
.related-item-wrapper img, .related-item-wrapper-last img{
	width:65px; 
	height:65px;
}
.img-related{
	float:left;
	margin:2px 8px 5px 0px;
}


/* PORTFOLIO
------------------------------------------------------*/
ul#portfolio-filter{
	margin:30px 0; 
	padding:0; 
	height:75px; 
	background-image:url(images/pager-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
}
ul#portfolio-filter li{
	display:inline; 
}
ul#portfolio-filter a{
	font-size:11px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	background-image:url(images/pf-button.gif); 
	background-repeat:repeat-x;
	border:1px solid #dddada;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /*Linux browsers*/
	border-radius: 3px; /*CSS3*/
	color:#a4a4a4; 
	text-decoration:none; 
}
ul#portfolio-filter a:hover{
	font-size:11px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	background-image:url(images/pf-button-hover.gif); 
	background-repeat:repeat-x;
	border:1px solid #dddada;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /*Linux browsers*/
	border-radius: 3px; /*CSS3*/
	color:#a4a4a4; 
	text-decoration:none;
}
ul#portfolio-filter a.current{
	font-size:11px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	background-image:url(images/pf-button-hover.gif); 
	background-repeat:repeat-x;
	border:1px solid #dddada;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /*Linux browsers*/
	border-radius: 3px; /*CSS3*/
	color:#a4a4a4; 
	text-decoration:none;
}
ul#portfolio-list{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list li{
	width:277px; 
	height:319px; 
	background-image:url(images/pf-shadow.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	display:block; 
	float:left;
	margin:0px 11px 18px 11px; 
	overflow:hidden; 
}
.pf-title{
	width:277px;
	height:29px;
	padding:11px 0px 0px 12px;
	background-image:url(images/pf-title.jpg);
	float:left;
}
.pf-detail{	
	width:21px; 
	height:21px;
	margin:-2px 26px 0px 0px;
	font-size:0px;
	position:relative;
	z-index:100;
	float:right;
}
.pf-border{
	display:block; 
	width:275px; 
	height:268px;
	overflow:hidden; 
	border:1px solid #c6c6c6;
}



/* CONTACT
------------------------------------------------------*/
.map-icon{
	width:127px;
	height:238px;
	margin-right:15px;
	float:left;
}
.contact-span{
	width:38px;
	float:left;
}
#box-map{
	border:1px solid #e6e6e6;
	background-color:#ffffff;
	padding:4px;
	float:left;
  margin-bottom: 10px;
}
#map{
	width:273px;
	height:345px;	
	float:left;
}
.map-text p{
	font-size:11px;
	margin:5px 0px 25px 0px;
	float:left;
}


/* Contact Form */
.contact-area{
	width:516px;
	margin:35px 0px 35px 0px;
	padding:18px 30px 25px 30px;
	background-color:#f7f7f7;
	border:1px solid #e6e6e6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	float:left;
}
.contact-area h4{
	width:515px;
	color:#b1b1b1;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:15px;
	margin-bottom:15px;
	float:left;
}
.mail-icon{
	margin:-110px 0px 0px 0px;
	position:relative;
	z-index:100;
	float:right;
}

form{
	margin:0; 
	padding:0;
}
fieldset{border:0px;}
#contactFormArea{
	margin:0px 0px 0px 0px;
	float:left;
}
label{
	margin-bottom:2px;
	display:block;
}
.textfield{
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #e6e6e6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 10px 11px 0px; 
	display:inline;
	color:#939393;
	width:150px !important;
	float:left;
}
.field-nomargin{
	margin-right:0px;
	float:left;
}
.textarea{
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #e6e6e6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px 0px 10px 0px; 
	color:#939393;
	width:518px !important;
}
.label-form-inline{
	float:left;
}
.buttoncontact{
	width:116px;
	height:37px;
	border:none;
	background-image:url(images/send-but.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	display: inline-block;
	float:right;
}
.loading{
    background:url(images/loading-contact.gif) top left no-repeat;
    padding-left:25px;
	color:#797979;
    margin:10px 20px 0px 0px;
    float:right;
}
.success-contact {
  width:460px;
  text-align:center;
  color:#3F9153;
  margin-bottom:10px;
  padding:8px 10px 8px 37px;
  background:#D7F7DF url(images/success.png) 0 0 no-repeat;
  border:1px solid #A3F7B8;
	float:left;
  display: none;
} 

/* Columns */
.col_12 {
  width: 438px; 
  display: inline;
  float: left;
  margin-right: 20px; 
  margin-bottom: 10px;
}
.col_12_last {
  width: 438px; 
  display: inline;
  float: right;
  margin-right: 0;
  margin-bottom: 10px; 
}
.col_13 {
  width: 285px; 
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;  
}
.col_13_last{
  width: 286px; 
  display: inline;
  float: right;
  margin-right: 0;
  margin-bottom: 10px; 
}
.col_23 {
  width: 590px; 
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;  
}
.col_14 {
  width: 209px; 
  display: inline;
  float: left;
  margin-right: 20px; 
  margin-bottom: 10px; 
}
.col_14_last {
  width: 209px; 
  display: inline;
  float: right;
  margin-right: 0;
  margin-bottom: 10px; 
}
.col_34 {
  width: 667px; 
  display: inline;
  float: left;
  margin-right: 20px; 
  margin-bottom: 10px; 
}
.last {
  margin-right: 0;
  float: right;
}