@charset "utf-8";
/*----------------------------------------------------
                  Orion - CSS File
------------------------------------------------------*/

body{
	font-family:Arial,Verdana,Georgia;
	font-size:14px;
	color:#000000;
	line-height:22px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg-body1.jpg); /* You can change with another bg body ("bg-body1.jpg","bg-body2.jpg","bg-body3.jpg","bg-body4.jpg","bg-body5.jpg","bg-body6.jpg" */
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ffffff;
	overflow-x:hidden;
}

/* links */
a, a:visited{
	color:#737373;
	text-decoration:none;
}
a:hover{
	color:#858585; 
	text-decoration:none;
}
a img{
	border:none
}
.imgcenter{
	margin:18px auto 15px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}
.imgleft{
	float:left; 
	margin:4px 13px 12px 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 12px 13px;
}
.imgborder{
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
hr {
	background-color:#dadada;
	border-width:0;
	color:#dadada;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
strong{color:#757575;}
.highlighttext{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-size:18px;
	color:#7c7c7c;
	line-height:24px;
	margin-bottom:20px;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

/* Lists, Blockquotes and Paragraphs */
p, ul, ol{	
	margin-bottom:24px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:22px;	
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
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{
	width:39px;
	height:31px;
	background-image:url(../images/circle-dropcap.png);
	background-repeat:no-repeat;	
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin:3px 5px 0px 0px;
	padding-top:8px;
	float:left;
}
.dropcap2{
	width:39px;
	height:31px;
	background-image:url(../images/square-dropcap.png);
	background-repeat:no-repeat;	
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin:3px 5px 0px 0px;
	padding-top:8px;
	float:left;
}
.dropcap3{
	font-family:Arial,Tahoma,Verdana;		
	font-size:32px;
	color:#4f4f4f;
	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-black{color:#3c3c3c;}
.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 18px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding: 14px 10px 15px 40px;
    background:#D7F7DF url(../images/success.png) 17px 18px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 14px 10px 15px 40px;
    background: #FFD6D6 url(../images/error.png) 17px 18px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 14px 10px 15px 40px;
    background: #FAF2D7 url(../images/warning.png) 17px 18px 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;
	color:#868686;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	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.png);
	background-position:0px center;
	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:22px;
	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
}

/* Heading */
h1{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:34px;color:#05709c;margin-bottom:15px;line-height:34px;font-weight:bold;letter-spacing:-1px;}
h2{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:30px;color:#05709c;margin-bottom:15px;line-height:32px;font-weight:bold;letter-spacing:-1px;}
h3{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:28px;color:#05709c;margin-bottom:15px;line-height:30px;font-weight:bold;letter-spacing:-1px;}
h4{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:24px;color:#05709c;margin-bottom:15px;line-height:28px;font-weight:bold;letter-spacing:-1px;}
h5{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:20px;color:#05709c;margin-bottom:15px;line-height:24px;font-weight:bold;letter-spacing:-1px;}
h6{font-family:'Droid Sans',Arial,Tahoma,Verdana;font-size:18px;color:#00b4ff;margin-bottom:15px;line-height:18px;font-weight:bold;letter-spacing:-1px;}

/* Text Styled */
.boldtext-medium{font-size:14px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:22px; font-weight:bold; color:#c6c6c6}
small{font-size:11px;}

/* Tooltip */
p#vtip{
	display:none; 
	position:absolute; 
	padding:3px 12px 5px 12px; 
	left:5px;
	font-size:12px;
	background-color:#f0f0f0;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 9999;
}

/* Tabs */
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #dddddd;
	border-left:none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	float:left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 43px;
	border: 1px solid #dddddd;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tab-gradient.gif);
	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/tab-gradient.gif);
	background-repeat:repeat-x;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #dddddd;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;	
	float:left;
}
.tab_content {
	padding: 18px 20px 8px 20px;
}
.tab_content p {
	padding-top: 5px;
}
.tab_content img {
	float: left;
	margin: 0 18px 18px 0;
	padding: 0px 5px 0px 5px;
}

/* Normal Button Styling */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:absolute;
	z-index:100;
}
.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.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:8px 22px 10px 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;
}


/* CONTAINER
------------------------------------------------------*/
#container{	
	width:1040px;
	-webkit-box-shadow: 0px 0px 2px 2px #c6c6c6;
	-moz-box-shadow: 0px 0px 2px 2px #c6c6c6;
	box-shadow: 0px 0px 2px 2px #c6c6c6; 
	background-color:#f7f7f7;
	margin:0px auto;
}
#header-container{
	width:100%;
	height:748px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat;
}
#header-container-inner{
	width:100%;
	height:400px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat;
}
#header-wrapper{
	width:960px;
	margin:0px auto;	
}
#slideshow-container{
	width:1040px;	
	top:-748px;
	margin:0px auto;
	position:relative;
	z-index:80;
}
#slideshow-container-roundabout{
	width:1040px;	
	top:-748px;
	background-image:url(../images/diapo-slide/bg-diapo2.jpg);
	background-repeat:no-repeat;
	background-position:0px -26px;
	margin:0px auto;
	position:relative;
	z-index:80;
}
#pagetitle-container{
	width:1040px;
	height:400px;
	background-image:url(../images/diapo-slide/bg-diapo1.jpg);
	top:-400px;
	margin:0px auto;
	position:relative;
	z-index:80;
}


#bottom-container{
	width:100%;
	margin:0px auto;	
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat;
	background-color:#383d40;
}


/* HEADER
------------------------------------------------------*/
#top-header-content{
	width:960px;
	height:49px;
	margin:0px auto;
	position:relative;
	z-index:100;
}
#top-header-left{
	width:300px;
	float:left;
}
#top-header-right{
	width:300px;
	font-size:12px;
	color:#ffffff;
	float:right;
}
#top-header-right p{
	margin:12px 35px 0px 0px;
	text-align:right;
}
ul.top-social{
	margin:14px 0px 0px 23px;
}
ul.top-social li{
	margin-right:9px;
	display:inline-block;
	float:left;
}
#mainmenu-wrapper{
	width:100%;
	height:136px;
	background-image:url(../images/bg-pattern.png);
	background-repeat:repeat;
	background-color:#ffffff;
	position:relative;
	z-index:100;
}
#mainmenu-content{
	width:960px;
	margin:0px auto;
}
#logo{
	width:173px;
	margin:5px 0px 0px 20px;
	float:left;	
}
#mascot-area{
	padding:217px 0px 0px 5px;	
	position:absolute;
	z-index:100;
	float:left;
}
#pagetitle-area{
	background-image:url(../images/bg-tranparent.png);
	background-repeat:repeat;


	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:250px 0px 0px 90px;
	padding:10px 25px 3px 80px;
	position:absolute;
	z-index:80;
	float:left;
	left: -1px;
	top: -1px;
}
#pagetitle-area h2{	
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;	
}
#pagetitle-area h6{
	margin-top:-9px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}


/* MAINMENU
------------------------------------------------------*/
#mainmenu{
	width:711px;
	margin:29px 0px 0px 0px;
	float:right;
	text-transform: uppercase;
}
#mainmenu ul{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
	line-height:38px;
	float:right;
}
#mainmenu ul li{
	float:left;
	padding:50px 38px 3px 11px;
	color:#888888;
	border-left:1px solid #e3e3e3;
	position:relative;	
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#888888;
	text-decoration:none;
	border-bottom:none;
	padding:5px 0px 18px 0px;
	width:105px;
}
#mainmenu ul li li a{
	display:block;
	float:left;
}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#a5a5a5;
}
#mainmenu ul li.current a{
	text-decoration:none;
	color:#797979;
}
#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:85px;
	left:0px;
	width:145px;
	padding:0px!important;
	border:1px solid #e3e3e3;
	background-color:#FFFFFF !important;
	-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);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#menu ul li{
	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;
	border-left:none;
	padding:3px 4px 2px 4px !important;
}
#menu ul ul{
	top:0px; left:139px;
}
#menu li ul a, #menu li ul a:visited{
	width:128px;
	padding:3px 0px 6px 10px;
	font-size:13px;
	font-weight:bold;
	color:#888888 !important;
	text-shadow:0px 1px 0px #ffffff;
	line-height:24px;
	z-index:100;
	text-decoration:none;	
}


/* SLIDESHOW
------------------------------------------------------*/
/* Diapo Slideshow */
.pix_diapo {
	background-image:url(../images/diapo-slide/bg-diapo1.jpg);
	background-repeat:no-repeat;
	height: 748px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 100;
}
#pix_prev {
	background: url(../images/diapo-slide/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(../images/diapo-slide/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	height:26px;
	margin: 0px;
	background-image:url(../images/slide-nav.gif);
	background-repeat:repeat-x;
	position:relative;
	top:-26px;
	left:430px;
	z-index:110;
	float:left;
}
#pix_pag-left{
	width:49px;
	height:26px;
	margin: 0px;	
	background-image:url(../images/left-slide-nav.png);
	background-repeat:no-repeat;
	position:relative;
	top:-26px;
	left:430px;
	z-index:110;
	float:left;
}
#pix_pag-right{
	width:49px;
	height:26px;
	margin: 0px;	
	background-image:url(../images/right-slide-nav.png);
	background-repeat:no-repeat;
	position:relative;
	top:-26px;
	left:430px;
	z-index:110;
	float:left;
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(../images/diapo-slide/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: -60px;
	width: 24px;
}
#pix_stop {
	background: url(../images/diapo-slide/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: -60px;
	width: 24px;
}
#pix_pag_ul {
	width:100%;
	margin: 0px auto 0px auto;
	padding: 0;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 20px 0px 0;
	text-align: center;
	text-indent: -9999px;
	width: 10px;
	top: -9px;
}
#pix_pag_ul > li > span {
	background: #222;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 10px;
	width: 10px;
}
#pix_pag_ul > li:hover > span > span {	
	background: #ccc;
}
#pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}
#pix_pag_ul > li.diapocurrent > span > span {
	background: #b5b5b5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
 	left: -17px;
	position: absolute;
	top: -40px;
	width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid  #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.elemHover a span span{
	display:none;
	border:none;
}
.caption-diapo {	
	width: 420px;	
}
.caption-diapo h2{
	font-size:34px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:0px;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.caption-diapo h4{
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:20px;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.caption-diapo p{
	font-size:14px;
	line-height:22px;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.caption-diapo .button{
	margin-right:20px;
}
.caption-diapo2{
	width:900px;
}
.caption-diapo2 h2{
	font-size:34px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	margin-bottom:0px;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.caption-diapo2 h4{
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	margin-bottom:20px;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.caption-diapo2 p{
	width:727px;
	margin:0px auto;
	padding: 15px 15px 15px 15px;
	background-image:url(../images/bg-tranparent.png);
	background-repeat:repeat;
	font-size:14px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
}
.ui-loader {
	display: none;
}
.diapo-border{
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.caption-diapo3 p{
	width:150px;
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	text-align:center;
	margin:-83px auto 0px auto;
	padding: 10px;	
	background: rgba(0, 0, 0, 0.8);
    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;	
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	z-index:100;
}

/* Cycle Slideshow */
#slider {	
	height: 748px;
	margin: 0px;
	top:-26px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#slider li img{
	height:722px;
	margin-top:26px;
	margin-left:-125px;	
}
.slide-content-wrapper {
	position:absolute;
	top:0px;
	left:0;	
	width:100%;
	height:90px;
}
.slide-content {
	margin:0 auto;
	padding-top:38px;
	width:960px;
	text-align:left;
	position:relative;
	z-index:908;	
}
.slide-text{
	width:590px;
	margin:444px -40px 0px 0px;
	padding-bottom:11px;
	background-image:url(../images/bg-tranparent.png);
	background-repeat:repeat;
	float:right;
}
.slide-text h1{
	width:388px;
	font-size:42px;
	margin:23px 0px 11px 27px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text p{
	width:360px;
	font-family:Arial,Tahoma,Verdana;
	font-size:18px;
	margin:0px 0px 16px 27px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text .button{
	margin:0px 0px 6px 27px;
}
.slide-text-nojs{
	display:none;
}
#slidenav{
	position:absolute;
	top:640px;
	height:18px;
	width:100px;
}
#slideprev{
	background-image:url(../images/diapo-slide/prev.png);
	background-repeat:no-repeat;
	width:12px;
	height:19px;
	position:absolute;
	left:50px;
	cursor:pointer;
	z-index:100;
}
#slidenext{
	background-image:url(../images/diapo-slide/next.png);
	background-repeat:no-repeat;
	width:12px;
	height:19px;
	position:absolute;
	left:75px;
	cursor:pointer;
	z-index:100;
}

/* Roundabout Slideshow */
.roundabout {
	height: 748px;
	margin: 0px;
	background-image:url(../images/bg-roundabout.png);
	background-position:center 600px;
	background-repeat:no-repeat;	
	top:-26px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.roundabout .roundabout-holder { 
  	padding: 0; 
  	height: 100%; 
  	width: 670px;
}
.roundabout ul {
	list-style: none;
	margin:0 auto;
	top:85px;
	left:-2px;
}	
.roundabout-moveable-item {
	cursor:pointer;
	width:690px;
	height:390px;
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	border:1px solid #dddddd;	
}
.roundabout-moveable-item img{
	margin:0 auto;
	width:100% !important;
}
.roundabout-in-focus{
	cursor:auto;
}
.roundabout ul li h5{
	color:#ffffff;
	background-color:#000000;
	-khtml-opacity:.75;
	-moz-opacity:.75;
	-ms-filter:"alpha(opacity=75)";
	filter:alpha(opacity=75);
	opacity:.75;
	padding:10px 15px 15px 15px;	
	position:absolute;	
	bottom:25px;
	left:5px;	
}


/* CONTENT
------------------------------------------------------*/
#content{
	width:998px;	 
	margin:0px auto 10px auto;
}
.maincontent{
	width:998px;
	margin-top:-563px;
	padding:20px 0px 60px 0px;
	float:left;
}
.maincontent-inner{
	width:998px;
	margin-top:-363px;
	padding:20px 0px 60px 0px;
	float:left;
}
.sidebar-box{
	width:244px !important;
	background-color:#ffffff;
	padding:20px 25px;
	border:1px solid #dbdbdb;
	-moz-box-shadow: inset 0 0 5px #dedede;
	-webkit-box-shadow: inset 0 0 5px#dedede;
	box-shadow: inner 0 0 5px #dedede;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	top:-130px;
	right:0px;
	z-index:99;
	float:left;	
}
.sidebar-content{
	margin-bottom:25px;
	float:left;
}
.sidebar-content h6, .testi-box h6{
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
}
.message-noscript{
	display:none;
}

/* Front Content */
#frontcontent-container{
	width:100%;
	margin-top:-774px;
	background-color:#e8e8e8;
	float:left;
}
.front-content{
	width:960px;
	margin:29px auto 0px auto;
}
.col-4-front{
	width:242px;
	margin:0px 28px 8px 0px;
	background-image:url(../images/front-shadow.png);
	background-position:224px 0px;
	background-repeat:no-repeat;
	float:left;
}
.col-4-front h6{
	width:150px;
	line-height:22px;
	float:left;
}
.col-4-front p{
	width:211px;
	float:left;
}
.col-4-front-last{
	width:150px;
	margin:0px 0px 8px 0px;
	float:left;
}
.col-4-front-last img{
	margin:-74px 0px 0px 2px;
	position:relative;
	z-index:120;
}
.front-icon{
	margin:-3px 10px 0px 0px;
	float:left;
}
.slogan h3{
	margin:-6px 0px 6px 0px;
	text-align:center;
}
.slogan h6{
	margin-bottom:44px;
	color:#a8a8a8;
	text-align:center;
}
.glosy-effect{
	width:111px;
	height:129px;
	margin-top:-135px;
	background-image:url(../images/front-glossy.png);
	position:relative;
	right:-1px;
	bottom:-135px;
	z-index:100;
	float:right;
}
.plus-more{
	width:40px;
	height:40px;
	margin-bottom:-45px;
	margin-bottom:0px\0/;
	font-size:0px;
	background-image:url(../images/plus-more.png);
	background-repeat:no-repeat;
	position:relative;
	top:-28px;
	left:89px;
	z-index:105;
	float:left;
}
.front-col-wrapper{
	width:625px;
	margin:-17px 19px 15px 19px;
	float:left;
}
.front-col{
	width:294px;
	margin:18px 36px 0px 0px;
	float:left;
}
.front-col-last{
	width:294px;
	margin:18px 0px 0px 0px;
	float:left;
}
.front-col p, .front-col-last p{
	overflow:hidden;
}
.bg-icon{
	width:60px;
	height:61px;
	margin-right:16px;
	background-image:url(../images/bg-fr-icon.png);
	background-repeat:no-repeat;
	float:left;
}
.bg-icon img{
	margin:15px 0px 0px 14px;
}
.testi-box{	
	width:244px;
	background-color:#ffffff;
	background-image:url(../images/testi-baloon.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:-2px 19px 15px 19px;
	padding:17px 25px 0px 25px;
	border:1px solid #dbdbdb;
	-moz-box-shadow: inset 0 0 5px #dedede;
	-webkit-box-shadow: inset 0 0 5px#dedede;
	box-shadow: inner 0 0 5px #dedede;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;	
}
.testi-box ul li{
	font-size:14px;
	font-style:italic;
}
.testi-box ul li p{
	margin-bottom:18px;
}
.testi-photo{
	width:36px;
	height:36px;	
	border:1px solid #dbdbdb;
	float:left;
}
.testi-name{
	font-size:12px;
	line-height:18px;
	margin:0px 0px -13px 10px;
	float:left
}
.testi-name strong{
	font-family:'Droid Sans', Arial, Verdana, Tahoma;
	font-style:normal;
	font-weight:500;
	font-size:14px;
	letter-spacing:-1px;
}

/* Footer Styling */
.client-logo-wrapper{
	width:100%;
	height:100px;
	background-image:url(../images/bg-pattern.png);
	background-repeat:repeat;
	background-color:#ffffff;
	border-top:6px solid #e0e0e0;
}
ul.logo-list{
	width:960px;
	margin:0px auto;
}
ul.logo-list li{
	width:163px;
	height:76px;
	margin:12px 13px 0px 13px;
	display:inline-block;
}
.bottom-content{
	width:996px;
	color:#9c9c9c;
	margin:0px auto;
	padding-top:37px;
}
.bottom-content h6{
	font-weight:bold;
	color:#ffffff;
	text-shadow:0px 1px 0px #000000;
}
.bottom-content p{
	margin-bottom:18px;
}
.bottom-column-1{
	width:270px;
	margin:0px 18px 40px 18px;
	float:left;
}
.bottom-column-2{
	width:155px;
	margin:0px 18px 40px 18px;
	float:left;
}
.bottom-column-2 ul{
	margin-top:-2px;
}
.bottom-column-2 ul li{
	line-height:26px;
}
.bottom-column-2 ul li a, .bottom-column-2 ul li a:visited{
	color:#9C9C9C;
	text-decoration:none;
}
.bottom-column-2 ul li a:hover{
	color:#858585;
	text-decoration:none;
}
.footer-logo{
	margin:10px 13px 0px 0px;
	float:left;
}
.spread-box{
	width:269px;
	height:86px;
	background-color:#2b3133;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0px  0px #272829;
	-moz-box-shadow: inset 1px 1px 0px 0px #272829;
	box-shadow: inset 1px 1px 0px 0px #272829; 
	float:left;
}
ul.spread-social{
	width:209px;
	height:62px;
	margin:12px 0px 0px 33px;
}
.spread-social li{	
	display:inline-block;
	margin:0px 8px;
	float:left;
}
.footer-wrapper{
	width:100%;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat;
	background-color:#ffffff;
}
.footer-content{
	width:960px;
	color:#898989;
	padding:17px 0px 41px 0px;
	margin:0px auto;
}
.footer-left{
	float:left;
}
.footer-right{
	float:right;
}
.footer-right a, .footer-right a:visited{
	color:#898989;
	text-decoration:none;
}

/* Divider Styling */
.divider:before {
    content: "";
    display: block;
    border-top: solid 1px #dbdbdb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;  
}
.divider{
	width:100%;
	height:13px;
	margin:35px 0px 35px 0px;
	background-image:url(../images/separator-dot.png);
	background-repeat:no-repeat;
	background-position:center;
    position: relative;
    z-index: 5;
}

.sidebar-list{
	margin-top:-6px;
}
ul.sidebar-list li{
	width:244px;
	background-image:url(../images/sidebar-list-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:28px;
	padding:3px 0px 7px 0px;
	list-style-type:none;
}
ul.sidebar-list li a, ul.sidebar-list li a:visited{
	color:#7c7c7c;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:3px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	border:none;
}
ul.sidebar-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:3px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	border:none;
}

.categories-list{
	margin-top:-6px;
}
ul.categories-list li{
	width:244px;
	background-image:url(../images/sidebar-list-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:28px;
	padding:3px 0px 7px 0px;
	list-style-type:none;
}
ul.categories-list li a, ul.categories-list li a:visited{
	color:#7c7c7c;
	text-decoration:none;
	padding:0px;
	border:none;
}
ul.categories-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
	padding:0px;
	border:none;
}
ul.categories-list li a.count-category{
	float:right;
}


/* ABOUT
------------------------------------------------------*/
.founder-quote{
	margin:15px 0px 18px 0px;
	float:left;
}
.founder-photo{
	width:224px;
	float:left;
}
.founder-text{
	width:401px;
	float:left;
}
.founder-text blockquote{
	width:365px;
	margin-top:8px;
	color:#aeaeae;
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-size:18px;
	line-height:26px;
}
.founder-signature{
	width:365px;
	margin-bottom:2px;
	float:left;
}
.founder-name{
	width:365px;
	float:left;
}
.founder-signature img, .founder-name p{
	float:right;
}
.about-column{
	width:184px;
	margin:25px 36px 0px 0px;
	float:left;
}
.about-column-last{
	width:184px;
	margin:25px 0px 0px 0px;
	float:left;
}
.award-list{
	margin-top:-1px;
}
ul.award-list li{
	width:164px;
	border-bottom:1px dotted #8f8f8f;
	background-image:url(../images/star-list.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	margin-bottom:14px;
	padding:0px 0px 4px 20px;
	line-height:22px;
	list-style-type:none;
}
ul.award-list li p{
	margin:5px 0px 10px 0px;
}
.pdf-button{
	width:170px;
	margin:-8px auto 26px auto;
	padding:12px 20px 18px 20px;
	background-image:url(../images/pdf-button.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e9e9e9;
	border:1px solid #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pdf-button h6{
	font-size:14px;
	border-bottom:none;	
}
.pdf-button h6 a{
	margin-top:8px;
	margin:-27px 0px 0px 43px\0/;
	color:#7b7b7b;
	text-shadow:0px 1px 0px #ffffff;
	float:left;
}
.pdf-icon{
	margin-right:15px;
	float:left;	
}

/* Flickr */
ul#cbox{ margin-top:3px; float:left; }
.thumbs { width:244px; margin: 0; padding: 0; overflow: hidden; }
.thumbs li { list-style: none; float: left; margin: 5px; }
.thumbs li a { }
.thumbs li img { display: block; width:71px; height:71px; }
.thumbs li a img { border: none;}

ul#cbox li.no-image{
	display:none;
}


/* SERVICES
------------------------------------------------------*/
ul#featured-area{
	position:relative;
	z-index:99;
}
.services-box{
	width:575px;
	margin:0px 19px 60px 19px;	
	background-color:#e2e1dc;
	padding:20px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float:left;
}
.featured-content{
	width:279px;
	float:left;
}
.featured-content h6{
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #bebebe;
}
.featured-content p{
	margin-bottom:15px;
}
.featured-shadow{
	width:57px;
	height:420px;
	margin-bottom:-280px;
	background-image:url(../images/featured-shadow.png);
	background-repeat:no-repeat;
	position:relative;
	top:-190px;
	right:-264px;
	z-index:105;
	float:left;
}
.featured-project{
	width:296px;
	height:345px;
	margin-bottom:-280px;
	background-image:url(../images/featured-project-bg.png);
	background-repeat:no-repeat;
	position:relative;
	top:-290px;
	right:-25px;
	z-index:100;
	float:left;
}
.featured-project img{
	margin:26px 0px 0px 4px;
	float:left;
}
.services-text{
	overflow:hidden; 
}
ul.review-star{
	margin:-10px auto 0px auto;
	text-align:center;
}
ul.review-star li{
	display:inline-block;
	margin-right:-2px;
	line-height:18px;
}
.client-quote{
	padding-top:10px;
	text-align:center;
}


/* PRICING
------------------------------------------------------*/
.pricing-font{
	margin:-12px 0px 32px 0px;
}
.pricing{
	width:219px;
	margin:10px 0px 0px -1px;
	padding:0px 0px 28px 0px;
	background-color:#ffffff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
/* Background title color styling */
.pricing-gold{
	background-image:url(../images/pricing-img/pricing-bg-gold.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#bf9117;
}
.pricing-cyan{
	background-image:url(../images/pricing-img/pricing-bg-cyan.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#41b4b7;
}
.pricing-purple{
	background-image:url(../images/pricing-img/pricing-bg-purple.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#710171;
}
.pricing-brown{
	background-image:url(../images/pricing-img/pricing-bg-brown.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#723e04;
}
.pricing-rosy{
	background-image:url(../images/pricing-img/pricing-bg-rosy.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d7616f;
}
.pricing-green{
	background-image:url(../images/pricing-img/pricing-bg-green.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#83ac08;
}
.pricing-pink{
	background-image:url(../images/pricing-img/pricing-bg-pink.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ce1e83;
}
.pricing-blue{
	background-image:url(../images/pricing-img/pricing-bg-blue.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#019cd5;
}
.pricing-yellow{
	background-image:url(../images/pricing-img/pricing-bg-yellow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e7a216;
}
.pricing-magenta{
	background-image:url(../images/pricing-img/pricing-bg-magenta.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#990343;
}
.pricing-orange{
	background-image:url(../images/pricing-img/pricing-bg-orange.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e65303;
}
.pricing-red{
	background-image:url(../images/pricing-img/pricing-bg-red.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d0222c;
}
.pricing-gray{
	background-image:url(../images/pricing-img/pricing-bg-gray.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5d5d5d;
}
.pricing-black{
	background-image:url(../images/pricing-img/pricing-bg-black.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2e2e2e;
}
.pricing-white{
	background-image:url(../images/pricing-img/pricing-bg-white.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e7e7e7;
}
.pricing-desc{
	width:189px;
	margin:20px 0px 12px 25px;
	text-align:center;
	font-size:14px;
	float:left;
}
ul.pr-list li{
	width:169px;
	line-height:36px !important;
	font-size:12px;
	background-position:0px 11px !important;
	border-bottom:1px dotted #c3c3c3;
	margin-left:25px;
	float:left;
}
.price-area{
	width:123px;
	margin:0px auto;
}
/* IE9 CSS Hack */
:root .price-area{
	width:125px\0/ie9;
}
.price-area a{
	margin:10px 0px 0px 14px;
}
.price{
	margin:3px 0px 0px 0px;
	padding-bottom:23px;	
	background-image:url(../images/pricing-img/pricing-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-size:64px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0px 1px 0px #424242;
	text-align:center;
}
.permonth{
	margin:1px 0px 9px 0px;
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0px 1px 0px #424242;
	text-align:center;
}
.pricing-column{
	width:239px;
	margin:10px 0px 0px -1px;
	padding:0px 0px 38px 0px;
	background-color:#ffffff;
	border: 1px solid #bcbcbc;
	float:left;
}
.pricing-title, .pricing-title-recommend{
	width:239px;
	float:left;
}
.pricing-title h5{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:500;
	padding-top:15px;
	margin-bottom:25px;
	color:#ffffff;
	text-shadow:0px 1px 0px #424242;
	text-align:center;
}
.pricing-title.pricing-white h5, .pricing-title.pricing-white .permonth{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:500;
	padding-top:15px;
	margin-bottom:0px;
	color:#747474;
	text-shadow:0px 1px 0px #5b5b5b;
	text-align:center;
}
.pricing-title-recommend.pricing-white h5, .pricing-title-recommend.pricing-white .permonth{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:500;
	padding-top:25px;
	margin-bottom:0px;
	color:#747474;
	text-shadow:0px 1px 0px #5b5b5b;
	text-align:center;
}
.pricing-title.pricing-white .price{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	padding-top:15px;
	margin-bottom:0px;
	color:#747474;
	text-shadow:0px 1px 0px #5b5b5b;
	text-align:center;
}
.pricing-title-recommend.pricing-white .price{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	padding-top:25px;
	margin-bottom:0px;
	color:#747474;
	text-shadow:0px 1px 0px #5b5b5b;
	text-align:center;
}
.pricing-title-recommend h5{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:500;
	padding-top:25px;
	margin-bottom:25px;
	color:#ffffff;
	text-shadow:0px 1px 0px #424242;
	text-align:center;
}
.pricing-title-recommend .price{
	padding-bottom:35px;
}
.button-area{
	width:100%;
	background-image:url(../images/pdf-button.gif);
	background-repeat:repeat-x;
	float:left;
}
.button-area a{
	margin:10px 0px 12px 73px;
}
.pricing-recommend{
	width:239px;
	margin:0px 0px 35px -1px;
	padding:0px 0px 36px 0px;
	background-color:#ffffff;
	border: 1px solid #bcbcbc;
	-webkit-box-shadow:0 0 8px #9b9b9b; 
	-moz-box-shadow: 0 0 8px #9b9b9b; 
	box-shadow:0 0 8px #9b9b9b;
	position:relative;
	z-index:100;
	float:left;
}


/* PORTFOLIO
------------------------------------------------------*/
ul#portfolio-filter{
	margin:0px 0px 28px 16px;
}
ul#portfolio-filter li{
	font-size:12px;
	list-style:none;
	display:inline-block;
	margin-right:10px; 
}
ul#portfolio-filter a, ul#portfolio-filter a.current, ul#portfolio-filter a{
	text-decoration:none;
}

/* Portfolio 2 Column */
ul#portfolio-list-2col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-2col li{
	width:447px; 
	margin:0px 21px 45px 21px;
	padding:0px; 
	display:block;
	float:left;
}
ul#portfolio-list-2col li div{
	width:100%;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
ul#portfolio-list-2col li h6{
	width:455px;
	margin-top:14px;
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
	float:left;
}
ul#portfolio-list-2col li p{
	width:455px;
	margin:0px 0px 18px 0px;
	float:left;
}
ul#portfolio-list-2col li img{
	width:447px;
	height:204px;
	margin:0px 0px 5px 0px;
}
.hover-img-2col{	
	width:447px;
	height:204px;
	background:url(../images/hover-opacity-2col.png) no-repeat top left;
	float:left;
}

/* Portfolio 3 Column */
ul#portfolio-list-3col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-3col li{
	width:286px; 
	margin:0px 21px 45px 21px;
	padding:0px; 
	display:block;
	float:left;
}
ul#portfolio-list-3col li div{
	width:100%;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
ul#portfolio-list-3col li h6{
	width:294px;
	margin-top:14px;
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
	float:left;
}
ul#portfolio-list-3col li p{
	width:294px;
	margin:0px 0px 18px 0px;
	float:left;
}
ul#portfolio-list-3col li img{
	width:286px;
	height:204px;
	margin:0px 0px 5px 0px;
}
.hover-img-3col{	
	width:286px;
	height:204px;
	background:url(../images/hover-opacity-3col.png) no-repeat top left;
	float:left;
}

/* Portfolio 4 Column */
ul#portfolio-list-4col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-4col li{
	width:207px; 
	margin:0px 21px 45px 21px;
	padding:0px; 
	display:block;	
	float:left;
}
ul#portfolio-list-4col li div{
	width:100%;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
ul#portfolio-list-4col li h6{
	width:215px;
	margin-top:14px;
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
	float:left;
}
ul#portfolio-list-4col li p{
	width:215px;
	margin:0px 0px 18px 0px;
	float:left;
}
ul#portfolio-list-4col li img{
	width:207px;
	height:204px;
	margin:0px;
}
.hover-img-4col{	
	width:207px;
	height:204px;
	background:url(../images/hover-opacity-4col.png) no-repeat top left;
	float:left;
}


/* FAQ STYLING
------------------------------------------------------*/
.ask{
	cursor:pointer;
	font-size:14px;
	background-color:#eaeaea;
	border: 1px solid #cdcdcd;
	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;
}
.question{
	background-color:#ffffff;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 0px 7px 0px;
	padding:15px 18px 1px 18px;
}
.openquestion{
	color:#868686 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#868686 !important; 
	margin-bottom:7px;
}


/* TESTIMONIALS
------------------------------------------------------*/
.testi-container{
	width:100%;
	margin-bottom:50px;
	float:left;
}
.testi-people-left, .testi-people-right{
	width:137px;
	float:left;
}
.testi-baloon-left{
	width:14px;
	height:22px;
	background-image:url(../images/testi-baloon-left.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:57px 0px 0px 124px;
}
.testi-baloon-right{
	width:14px;
	height:22px;
	background-image:url(../images/testi-baloon-right.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:57px 0px 0px -1px;
}
.testi-people-left img{
	width:90px;
	height:90px;
	margin-bottom:5px;
	float:left;
}
.testi-people-right img{
	width:90px;
	height:90px;	
	margin-bottom:5px;
	float:right;
}
.testi-content{
	width:74%;
	padding:18px 23px 3px 0px;	
	background-image:url(../images/testi-bgbox.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.testi-content blockquote{
	background-image:none;
}
.testi-people-left .p-name{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	color:#747474;
	margin-bottom:-2px;
}
.testi-people-left .p-company{
	ont-size:12px;
	margin-bottom:-2px;
}
.testi-people-right .p-name{
	font-family:'Droid Sans',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	color:#747474;
	margin-bottom:-2px;
}
.testi-people-right .p-company{
	font-size:12px;
	text-align:right;
	margin-bottom:-2px;
}


/* 404 PAGE
------------------------------------------------------*/
.col-2-2.error-page{
	width:560px;
	margin:70px 15px 82px 170px;
	padding:32px 30px 35px 30px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;	
}
.error-page h1{
	font-size:60px;
	text-align:center;
}
.error-page h2{
	text-align:center;
	border-bottom:1px solid #dcdcdc;
	margin:10px 0px 24px 0px;
	padding-bottom:34px;
}
.stop-sign{
	width:119px;
	float:left;
}
.error-message{
	width:411px;
	margin-left:30px;
	float:left;
}
#search-error{
	margin:-8px 0px 0px 0px;
	float:left;	
}
#search-form-error{
	width:290px;
	font-family:Tahoma,Arial,Verdana;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cecece;
	background-color:#ffffff !important;
	background:url(../images/search-pattern.png) repeat;
	font-size:12px; 
	padding:9px 10px; 
	margin:0px 10px 10px 0px; 
	color:#959494;	
	float:left;
}


/* COLUMN
------------------------------------------------------*/
.col-1{
	width:960px;
	margin:0px 19px 15px 19px;	
	float:left;
}
.col-2{
	width:461px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-2-2{
	width:625px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-2-3{
	width:559px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-2-faq{
	width:283px;
	margin-right:20px;
	float:left;
}
.col-2-faq-last{
	width:283px;
	margin-right:0px;
	float:left;
}
.col-3{
	width:294px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-4{
	width:211px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-5{
	width:161px;
	margin:0px 19px 15px 19px;
	float:left;
}


/* BLOG
------------------------------------------------------*/
.blog-post{	
	margin-bottom:42px;
	padding-bottom:0px;
	float:left;
}
.post-image{
	width:615px;
	padding:5px;
	background-color:#ffffff !important;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
.post-image img{
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
}
.hover-blog{
	width:615px;
	height:256px;
	background:url(../images/hover-opacity-blog.png) no-repeat top left;
	float:left;
}
.post-sharing{
	width:160px;
	margin-top:35px;
	float:left;
}
.post-sharing h6{
	color:#747474;
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
}
.post-content{
	width:440px;
	margin-left:25px;
	float:left;
}
.post-content h6{
	width:410px;
	background-color:#FFF;
	line-height:22px;
	margin:-265px 0px 20px 0px;
	padding:12px 15px 15px 15px;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	float:left;
}
.post-content p, .post-content-inner p{
	margin-top:10px;
	float:left;
}
.post-content-inner blockquote p{
	margin-top:0px;
	float:left;	
}
.post-content .button{
	float:right;
}
.post-content-inner{
	width:615px;
	margin-bottom:-20px;
	float:left;
}
.post-content-inner h6{
	width:410px;
	background-color:#FFF;
	line-height:22px;
	margin:-265px 0px 20px 185px;
	padding:12px 15px 15px 15px;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	float:left;
}
.post-info{
	min-width:205px;
	font-size:11px;
	font-style:italic;
	text-align:right;
	background-color:#FFF;
	margin:-44px 0px 20px 0px;
	padding:8px 15px 11px 15px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position:relative;
	float:right;
}
.post-info-inner{
	min-width:205px;
	font-size:11px;
	font-style:italic;
	text-align:right;
	background-color:#FFF;
	margin:-43px -10px 20px 0px;
	padding:8px 15px 11px 15px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position:relative;
	float:right;
}
.post-info img, .post-info-inner img{
	margin-right:4px;
	position:relative;
	top:4px;
}
.post-info a, post-info a:visited{
	color:#828282;
	text-decoration:none;
}
ul.blog-share{
	width:160px;
	margin:0px 0px 13px 0px;
	float:left;
}
.blog-share li{
	width:32px;
	height:35px;
	margin:4px 4px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

/* Search styling */
#search{
	margin:0px 0px 3px 0px;
	float:left;	
}
#search-form{
	font-family:Tahoma,Arial,Verdana;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cecece;
	background-color:#ffffff !important;
	background:url(../images/search-pattern.png) repeat;
	font-size:12px; 
	width:150px; 
	padding:9px 10px; 
	margin:0px 10px 10px 0px; 
	color:#959494;	
	float:left;
}
#search-form:focus{
	color:#a8a8a8;
}

/* Popular List */
.popular-list{
	width:245px;
	margin:5px 0px 15px 0px;
	float:left;
}
ul.popular-list li{
	background-image:url(../images/sidebar-list-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:6px;
	list-style-type:none;
	margin-bottom:10px;
	padding-bottom:19px;	
	float:left;
}
ul.popular-list li p.popular-title{
	width:179px;
	font-size:14px;
	font-style:italic;
	margin:1px 0px 4px 0px;
	line-height:20.8px;
	overflow:hidden;
}
ul.popular-list li img{
	width:45px;
	height:45px;
	margin:4px 10px 0px 0px;
	float:left;
}
ul.popular-list li p{
	margin:4px 0px 0px 0px;
	font-size:11px;
	font-style:normal;
	color:#b3b3b3;
	float:left;
}
ul.popular-list li p.comment-count{
	margin:6px 0px 0px 0px;
	font-size:11px;
	font-style:normal;
	color:#b3b3b3;
	float:right;
}
ul.popular-list li a, ul.popular-list li a:visited{
	color:#7c7c7c;
	text-decoration:none;
}
ul.popular-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
}

/* Tag Cloud */
.tag-cloud{
	width:245px;
	margin:10px 0px 18px 0px;
	float:left;
}
.tag-cloud a {
	display: block;
	padding: 4px 6px;
	color:#7c7c7c;	
	background-color:#ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 6px 6px 0px;
	float:left;
}
.tag-cloud a:hover {
	display: block;
	padding: 4px 6px;
	color:#7c7c7c;	
	background-color:#f6f6f6;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 6px 6px 0px;
	float:left;
}

/* Sponsors List */
ul.sponsor-list{
	width:245px;
	height:120px;
	margin:25px 0px 12px 0px;
}
.sponsor-list li{
	width:245px;
	height:120px;
	margin:0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
.sponsor-list li img{
	width:245px;
	height:120px;
}

/* Blog Pagination */
.blog-pagination{
	width:100%;
	border-top:1px solid #dbdbdb;
	padding-top:42px;
	margin-bottom:15px;
	float:left;
}
.pages{line-height:30px; margin-bottom:10px; clear:left;}
.blogpages{margin:8px 0px;}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	font-size:12px;
	display: block;
	padding: 4px 9px;
	color:#7c7c7c;
	float:left;
	background-color:#ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 5px 0px 0px;
}
.pages a{
	font-size:12px;
	display: block;
	padding: 4px 9px;
	color:#7c7c7c;
	float:left;
	background-color:#ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 5px 0px 0px;
	text-decoration:none;
}
.pages a:hover{
	color:#7c7c7c !important; 
	background-color:#f6f6f6; 
	text-decoration:none;
}
.pages a.current{
	color:#7c7c7c !important; 
	background-color:#f6f6f6;
}

/* Related Post */
#recentPostList{
	width:575px;
	background-color:#f0f0f0;
	border:1px solid #d4d4d4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0px 0px 10px 0px;
	padding:19px 25px 0px 25px;
	float:left; 
}
#related-post-title{
	padding:3px 0px 8px 0px;  
	height:20px; 
	font-weight:bold; 
	color:#2f87aa;
}
.related-item-wrapper{
	font-size:12px;
	width:125px;
	padding:8px 0px 8px 0px;
	margin-right:25px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper-last{
	font-size:12px;
	width:125px;
	padding:8px 0px 8px 0px;
	margin-right:0px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper p, .related-item-wrapper-last p{
	font-style:italic;
	line-height:18px;
}
.related-item-wrapper a, .related-item-wrapper a:visited, .related-item-wrapper-last a, .related-item-wrapper-last a:visited{
	border:none;
	color:#747474;
}
.related-item-wrapper img:hover, .related-item-wrapper-last img:hover{
	-webkit-box-shadow:0 0 8px #6d6d6d; 
	-moz-box-shadow: 0 0 8px #6d6d6d; 
	box-shadow:0 0 8px #6d6d6d;
}
.related-item-wrapper img, .related-item-wrapper-last img{	
	-webkit-box-shadow:0 0 3px #6d6d6d; 
	-moz-box-shadow: 0 0 3px #6d6d6d; 
	box-shadow:0 0 3px #6d6d6d;
}
.img-related{
	float:left;
	margin:0px 0px 5px 0px;
}

/* Sharing Social */
.sharing-box {	
	width:625px;
	padding:30px 0 5px 0;
	border-top:1px solid #dcdcdc;
	margin:20px 0px 0px 0px;
	float:left;
}
.share-facebook {	
	width: 200px;
	padding-top:5px;
	float:left;
}
.share-social {
	margin-top:-24px;
	float:right;
}
ul.sharesocial-bloglist{
	margin:24px 0px;
	float:left;	
}
ul.sharesocial-bloglist li{
	display:inline-block;
	margin:0px 3px;
	float:left;	
}
ul.sharesocial-bloglist li a{
	border:none;
}

/* Socialblog for Right Sidebar */
ul.sharesocial-bloglist-right{
	width:145px;
	margin:24px 0px;
	padding:20px 15px 0px 0px;
	border-top:1px solid #dddddd;	
	float:left;	
}
ul.sharesocial-bloglist-right li{
	display:inline-block;
	margin:0px 3px;
	float:left;	
}
ul.sharesocial-bloglist-right li a{
	border:none;
}

/* Socialblog for Left Sidebar */
ul.sharesocial-bloglist-left{
	width:145px;
	margin:24px 0px;
	padding:20px 0px 0px 15px;
	border-top:1px solid #dddddd;
	float:right;	
}
ul.sharesocial-bloglist-left li{
	display:inline-block;
	margin:0px 3px;
	float:right;	
}
ul.sharesocial-bloglist-left li a{
	border:none;
}

/* Comment list */
#comment{
	width:620px;
	padding:20px 0px 8px 0px;
	float:left;
}
#comment h6{
	line-height:26px;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{
	position:relative; 
	list-style:none; 
	line-height:22px; 
	list-style-position:outside;
}
.commentlist li small{
	font-size:11px; 
	font-style:italic
	}
.avatar{
	position:absolute; 
	top:0; 
	left:0
}
.avatar img{
	width:64px; 
	height:64px; 
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-text{ margin-left:95px; width:auto; border-bottom:solid 1px #dcdcdc;  padding:0px 0px 5px 0px; margin-bottom:10px;}
.reply{	
	background-color:#e0e0e0;
	margin-top:-10px;
	padding:3px 8px;
	border: 1px solid #bbbbbb;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 6px;
	float:right
}
a.reply, a:visited.reply, a:hover.reply {
	font-family:Arial,Tahoma,Verdana;
	font-weight:bold;
	font-style:normal;
	color:#606060;
	text-decoration:none;
}

/* Comment Form */
#commentform-wrap {
	float: left;
	width: 100%;
	margin: 20px 0px 30px 0px;
	padding: 0px;
}
#commentform-wrap h5{
	margin-bottom:20px;
}
#comment-form em {
	color:#db4e43;
	display: inline;
}


/* CONTACT
------------------------------------------------------*/
/* Contact List */
.contact-list{
	margin-top:-6px;
}
ul.contact-list li.contact-address{
	width:219px;
	background-image:url(../images/contact-icon-address.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	line-height:22px;
	padding:0px 0px 7px 25px;
	list-style-type:none;
}
ul.contact-list li.contact-phone{
	width:219px;
	background-image:url(../images/contact-icon-phone.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	line-height:22px;
	padding:0px 0px 7px 25px;
	list-style-type:none;
}
ul.contact-list li.contact-email{
	width:219px;
	background-image:url(../images/contact-icon-email.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	line-height:22px;
	padding:0px 0px 7px 25px;
	list-style-type:none;
}


/* Twitter */
.twitted {
	width:246px;
	background-image:url(../images/twitter-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:-8px;
	margin-bottom: 1.5em;
}
.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loading-contact.gif") 1em center no-repeat;
}
.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.twitted ul#twitter_update_list li {
	width:246px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:28px;
	color:#868686;
	margin: 0;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #c5c5c5;
}
.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}
.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #868686;
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #868686;
}
.twitted ul#twitter_update_list li.firstTweet {
}
.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}
.twitted p.profileLink {
	display: block;
	margin:0px -12px 10px 0px;
	padding: 0.3em 1em;		
	float:right;
}

/* Social List */
ul.social-list{
	width:244px;
	margin:5px 0px 13px 0px;
	float:left;
}
.social-list li{
	width:32px;
	height:35px;
	margin:4px 4px;
	list-style-type:none;
	display:inline-block;
	float:left;
}
#map-box{
	width:100%;
	height:350px;
	margin-bottom:36px;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
#map{
	width:100%;
	height:100%;
	position:fixed;
	z-index:80;		
	float:left;
}
#map a{
	border:none;
}

/* Contact Form */
#contactFormArea{
	width:100%;
	margin:0px 0px 20px 0px;
	padding:2px 0px 5px 0px;
	float:left;
}
label{
	width:201px;
	margin-bottom:2px;
	float:left;
}
.label-form-inline{
	width:190px;
	margin-right:23px;
	float:left;
}
.label-form-inline-last{
	width:190px;
	margin-right:0px;
	float:left;
}
/* Opera CSS Hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.label-form-inline label, .label-form-inline-last label{
	margin-bottom:-20px;
}
}
fieldset{
	border:0px;
}
.textfield{	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cecece;
	background-color:#ffffff !important;
	background:url(../images/search-pattern.png) repeat;
	font-size:12px; 
	width:175px; 
	padding:12px 10px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
}
.textarea{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cecece;
	background-color:#ffffff !important;
	background:url(../images/search-pattern.png) repeat;
	font-size:12px;
	overflow:hidden;
	width:601px; 
	padding:12px 10px; 
	margin:0px 0px 13px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
}
#buttonsend{
	display: inline-block;
	float:left;
}
.loading{
    background:url(../images/loading-contact.gif) top left no-repeat;
    padding-left:25px;
	color:#797979;
    margin:8px 0px 0px 20px;
    float:left;
}
.success-contact {
	width:100%px;
	font-size:12px;
	text-align:center;
    color:#3F9153;
	margin:10px 0px 30px 0px;
    padding:10px;
    background-color:#D7F7DF;
    border-top:1px solid #A3F7B8;
	border-bottom:1px solid #A3F7B8;
	clear:both;
	display:block;
} 
