/**********************
Layout Style
**********************/
@import url("coda-slider.css");
@import url("jquery.fancybox.css");


/**********************
Body Style
**********************/

body{
padding:0;
margin:0;
border:0;
background:#f9f9fb url(../images/main-bg.jpg) repeat-x;
font: 11px/18px "Lucida Grande", Tahoma, sans-serif;
color: #545454;

}




/**********************
page Style
**********************/
#page{
padding:0;
margin:0;
}


/**********************
wrap Style
**********************/
#wrap{
position:relative;
padding:0;
width:960px;
margin:0 auto;
z-index:20;



}
:focus {
outline: 0;
}

ol, ul {
list-style: none;
}

.hide {
display: none;
}

strong {
font-weight: bold;
color: #000;
}

.clear {
clear: both;
}

p {
line-height: 22px;
margin-top: 0px;
}
h1 {
font-size: 20px;
color: #0C356A;
margin: 0px 0px 10px 0px;
}
h2 {
font-size: 14px;
color: #0C356A;
margin: 0px 0px 10px 0px;
}

h3 {
font-size: 12px;
color: #0C356A;
margin: 0px 0px 0px 0px;
font-weight:bold;
}

h4 {
font-size: 20px;
color: #383838;
margin: 0px 0px 10px 0px;
}
h5 {
font-size: 14px;
color: #383838;
margin: 0px 0px 10px 0px;
}
h6 {
font-size: 12px;
color: #383838;
margin: 0px 0px 0px 0px;
}
.sub_box_text h2 {
font-size: 16px;
color: #0C356A;
margin: 0px 0px 15px 0px;
padding-top: 10px;
}

ul {
}
li {
}

a {
text-decoration: none;
color: #347BA2;
}

a:hover {
}

img {
border: none;
}

blockquote {
border-left:3px solid #0C356A;
margin:0 0 0 2.5em;
padding-left:1em;
padding-right: 1em;
}
#page {
width: 960px;
margin: 0 auto;
padding: 0px 0px 30px 0px;
background-repeat: repeat-x;


}
#page_secondary {
width: 960px;
margin: 0 auto;
padding: 35px 0px 30px 40px;
background-image: url(../images/left_bg.jpg);
background-repeat: no-repeat;
height: 100%;
}
/**********************
header Style
**********************/

#header_wrap {
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 421px;
	/**background-image: url(../images/header.jpg);**/
	background-position: top center;
}
#header_wrap_alt {
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 421px;
	background-image: url(../images/header_alternative.jpg);
	background-position: top center;
}
#header {
	width: 980px;
	height: 421px;
	margin: 0 auto;
}
#header_upper {
	width: 960px;

	float: left;
}
#header_logo {
	width: 208px;
	float: left;
	padding:3px 0 0 20px;
	height: 62px;
}
#header_lower {
	width: 980px;
	float: left;

}
#header_lower_alt {
	width: 892px;
	float: left;
	padding-left:43px;
}
#header_sub {
	float: left;
	width: 390px;
}
.header_sub {
	float: left;
	width: 390px;
}
#header_sub_text {
	float: left;
	padding-left: 30px;
	width: 250px;
	margin-right: 10px;
}
#header_sub_text_secondary {
	float: left;
	width: 250px;
	margin-top: 40px;
	color: #ffffff;
}
#header_sub_text_secondary p {
	width: 250px;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}
#header_sub_button {
	float: left;
	padding-top: 20px;
	width:50px;
}
#header_sub_button_alt {
	float: left;
	width:50px;
}
#header_secondary {
	width: 980px;
	height: 187px;

	margin: 0 auto;
}
#header_wrap_secondary {
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 187px;
	background-image: url(../images/head_bg_secondary.jpg);
	background-position: top center;
}
#header_sub_headline {
	float: left;
	width: 390px;
	height: 220px;
}
#header_sub_port {
	float: left;
	width: 390px;
	margin-top: 15px;
}
#header_sub_secondary {
	float: left;
	padding-top: 0px;
	width: 390px;
	padding-left:35px;
}
#header_sub_secondary_right {
	float: right;
	padding-top: 0px;
	width: 390px;
	margin-top: 40px;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
}


#navs {
	float: right;
	background-repeat: no-repeat;
	width: auto;
}
#navs a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	display: block;
	float: left;
	padding:  12px 10px 12px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#navs a:hover {
	background-image: url(../images/nav_hover2.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#navs_left {
	float: left;
	height: 45px;
	width: 26px;
	background-image: url(../images/nav_left.png);
}
#navs_right {
	float: left;
	height: 45px;
	width: 25px;
	background-image: url(../images/nav_right.png);
	margin-left: 0px;
}
#navs_center {
	height: 45px;
	background-image: url(../images/nav_center.png);
	float: left;
	background-repeat: repeat-x;
	margin-right: 0px;
	width:auto;
}
#navs  li {
	display: inline;
}
#navs  ul {
	margin: 0;
	padding-left: 5px;
}


/**********************
mainContent Style
**********************/
#mainContent{
	position:relative;
	float:left;
	width:950px;

	margin:0;
}

/**********************
features Style
**********************/
.features{
padding:0px;
margin:0px; 

overflow:hidden;
}

.hp-admin-screen{
margin: 8px 0 0 0px;
float:right;
height:338px;
width:510px;
position:relative;
z-index:105;
	
	}

.administrators-img{
	float:left;
	padding:10px;
	margin:30px 20px 0 15px;
	position: relative;
	}
	
.features .hpEmail{
	padding: 15px 0 0 10px;
	float:left;
	font-size:12px;
	width:200px;
	
}
.features .hpPassword{
	padding:15px 0 0 0px;
	float:left;
	font-size:12px;
	width:200px;
	
}
.h-text1 
{
padding:20px 0 0px 0px;
width:420px;
font-size:22px;
float:left;
line-height:22px;
margin:  20px 0 15px 0px;
position:relative;
z-index:105;
font-weight:bolder;
}
.h-text1
{
 color:#f5a322;
 font-family:Arial Black;
 position:relative;
z-index:105;
}
.p-text1{

padding:0px 0 0 0px;
color:#fff;
font-size:16px;
width:420px;
float:left;
line-height:26px;
position:relative;
z-index:105;
font-weight:bold;

}


.p-text1 p
{
    
     color:#fff;
     font-family:Arial Black;
     font-weight:bold;
}


.example
{
	border:solid 5px #eeeeee;
	background-color:White;
	padding:10px;
	
}

.login-textbox
{
	border:solid 1px #f5a322;
	width:150px;
	font-size:14px;
}
.MembersLogin{text-align: right; float:left; padding-right:20px; padding-top:8px; width:300px;}
.MembersLogin p{text-align: right; float:left; padding-right:20px; color:#f5a322; padding-top:8px; width:300px;}
.members-slide a {color:#f5a322;}
/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#contentInside {



	background: transparent url(../images/bg-maincontent.jpg) top left no-repeat;
	margin: 0px 0 0;
}

#topMain {


	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	overflow: hidden; 
}

#who {
	width: 565px;
	float: left;
	padding: 0 0 0 0;
}

#who img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 5px 5px 5px;
	float: left;
}

#who h3 {
	color: #393939;
	font: 18px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 435px;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	padding: 0 0 10px 5px; 
	margin: 0 0 10px 0;
}

#who p {
	margin: 0 0 0 0;
	
	font-size:12px;
}

#who p.more {
	text-align: right;
	margin-top:10px;
}

#who p.more a {
	text-decoration: underline;
}

#services {
	width: 345px;
	float: right;
	margin: 0px 0 0 0;
	padding: 0 0 0 0px; 
	border-left: 1px solid #e4e4e4;
}
#services h2{
padding-left:30px;
text-align:center;
}
#services li {
display: block;
padding: 5px 0 5px 20px;
}

#services li h5 {
color: #111;
font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
font-weight: bold;
}

#services li h5 a {
color: #111;
}

#services li p {
color: #545454;
font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li#first {
border-bottom: 0px solid #e4e4e4;
float:left;
width:120px;
height:105px;
}

#services li#first:hover {
text-decoration: none;


}

#services li#second {
border-top: 0px solid #fff;
float:left;
width:120px;
height:105px;
border-bottom: 0px solid #e4e4e4;

}

#services li#second:hover {
text-decoration: none;

}

#services li#third {
border-top: 0px solid #fff;
float:left;
width:120px;
height:105px;

}

#services li#third:hover {
text-decoration: none;

}
#services li#fourth {
border-top: 0px solid #fff;
float:left;
width:120px;
height:105px;
}

#services li#fourth:hover {
text-decoration: none;
}
#services li#fifth {
border-top: 0px solid #fff;
float:left;
width:100px;
height:85px;
}

#services li#fifth:hover {
text-decoration: none;

}
#services li#sixth {
border-top: 0px solid #fff;
float:left;
width:100px;
height:58px;
}

#services li#sixth:hover {
text-decoration: none;

}
/* --- Content: Second Row --- */

#browser-shots
{
width: 948px;
position:relative;



}
#browser-shots ul
{
margin:25px 0 0 0;
padding:0px;

}

#browser-shots li.one
{
border-top: 0px solid #fff;
float:left;
width:314px;
height:55px;
/**border-bottom: 1px solid #e4e4e4;**/
background: url(../images/first.png) top left no-repeat;

}
#browser-shots li.one h2
{
padding: 20px 0 0 75px;

}
#browser-shots li.two
{
border-top: 0px solid #fff;
float:left;
width:315px;
height:55px;
/**border-bottom: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;**/
background: url(../images/third.png) top left no-repeat;

}
#browser-shots li.two h2
{
padding: 20px 0 0 75px;

}
#browser-shots li.three
{
border-top: 0px solid #fff;
float:left;
width:314px;
height:55px;
/***border-bottom: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;**/
background: url(../images/second.png) top left no-repeat;

}

#browser-shots li.three h2
{
padding: 20px 0 0 75px;

}


#bottomMain {
	border-top: 0px solid #e4e4e4;
	padding:10px 0px 10px 0;
	clear:both;
	margin: 10px 0 25px 0;
	overflow: hidden; 
}

#notes {
	width: 290px;
	padding: 0 25px 0 0;
	float: left;
}

#swipe {
	width: 270px;
	padding: 0 25px 0 25px;
	float: left;
	border-right: 1px solid #d8ccab;
	border-left: 1px solid #d8ccab;
}

#bulb {
	width: 220px;
	float: left;
	padding: 0 0 0 25px;
}

#notes h4, #swipe h4, #bulb h4 {
	color: #000;
	font: 18px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 10px 0;
	height: 20px;
	padding: 12px 0 0 25px;
}

#notes h4 {
	/**background: url(../images/h4-notes.jpg) top left no-repeat;**/
		color:#000;
}

#swipe h4 {
	/**background: url(../images/h4-swipe.jpg) top left no-repeat;**/
		color:#000;
}

#bulb h4 {
	/**background: url(../images/h4-bulb.jpg) top left no-repeat;**/
		color:#000;
}
#notes p {
	font-size:12px;
	color:#fff;
}

#swipe p {
	font-size:12px;
		color:#fff;
}

#bulb p {
	font-size:13px;
	color:#8dba77;
}
/* --- FOOTER --- */

#footer, .push {
    height: 10px;
    padding: 15px 0 0 0;
}

#footer {
	background: transparent url(../images/bg-h3.jpg) top left repeat-x;
}

#footer-inner {

	margin: 0 auto;
	overflow: hidden;
}

#footer-inner p {
	float: left;
}

#footer-inner p.validate {
	float: right;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer-inner p.validate a {
	color: #555;
	background: url(../images/valid.jpg) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 25px 0 0;
	height: 20px;
	display: block;
	float: left;
}


#page_secondary {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0px 30px 40px;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#sub_boxes {
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/vert_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:auto;
}
.sub_box {
	width: 270px;
	float: left;
	background-image: url(../images/vert_separator.gif);
	padding: 15px 20px 10px 30px;
	background-repeat: no-repeat;
	background-position: left;
}
.sub_box_right {
	width: 270px;
	float: left;
	background-image: url(../images/vert_separator.gif);
	padding: 15px 20px 10px 30px;
	background-repeat: no-repeat;
	background-position: left;
}
.sub_box_text {
}
.sub_box_image {
	margin-right: 8px;
	vertical-align: middle;
	float: left;
	width:auto;
}
#secondary {
	color: #666666;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;

}

#featured_wrap {
	float: left;
	width:auto;
}
#featured {
	width: 815px;
	float: left;
	background-repeat: no-repeat;
	padding: 20px 20px 10px 20px;
	background-image: url(../images/featurebg.jpg);
	height: 248px;
}
#featured_image {
	padding: 5px;
	float: left;
	border: solid 1px #cacaca;
	min-width: 400px;
	min-height: 190px;
	width:auto;
}
#featured_text {
	float: left;
	margin-left: 20px;
	width: 365px;
}
#featured_bottom {
	width: 855px;
	height: 12px;
	margin: 0 auto;
	background-image: url(../images/featurebg_bottom.jpg);
	float: left;
}
#main_content {
	float: left;
	width: 960px;
}
#main_content_left {
	width: 600px;
	float: left;
}
#main_content_left_secondary {
	width: 720px;
	float: left;
}
#main_content_right {
	width: 285px;
	float: right;
	background-image: url(../images/right_sidebar_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 10px 20px;
}
#main_content_right  ul {
	padding: 0px;
	margin: 0px 0px 15px 10px;
}
#main_content_right  li {
	padding-left: 25px;
	height: 30px;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#logo {
	height: 75px;
	width: 150px;
}

.inline_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
	margin: 5px 10px 0px 0px;
	width:auto;
}
#products {
	width: 525px;
}
.product_box {
	border-bottom: dotted 1px #a4a4a4;
	float: left;
	width: 525px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.product_box_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
	width:auto;
}
.product_box_description {
	float: left;
	margin-left: 15px;
	width: 320px;
}
.image_wrap {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 180px;
}
.image {
	float: left;
	border: 4px solid #ccc;
	width: 172px;
	height: 120px;
}
.image_caption {
	float: left;
	padding: 3px 0px 3px 0px;
	font-size: 10px;
	color: #424242;
	width: 100%;
	text-align: center;
}

a.button {
	background: url(../images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	line-height:25px;
}
a.button:hover {
	background: url(../images/button_o.jpg) repeat-x;
	border:1px solid #32312f;
}

.input {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#DDDDDD;
	font-size:11px;
	margin-right:4px;
	padding:5px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#left_navigation {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation ul {
	margin-left: 0px;
	padding-left: 0px;
}
#left_navigation li {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
}
#left_navigation a {
	color: #175386;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
}
#left_navigation_contact {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_contact a {
	color: #175386;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}
#left_navigation h2 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 34px;
	margin: 0px;
	width: 140px;
	line-height: 12px;
}
#left_navigation li:hover    {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(../images/nav_hover.png) repeat-y;
	display:block;
}
#left_navigation_blog {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_blog ul {
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
}
#left_navigation_blog li {
	list-style-type: none;
	padding-left: 0px;
}

.active    {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(../images/nav_hover.png) repeat-y;
	display:block;
}
.page_column {
	float: left;
	width: 305px;
	margin-right: 20px;
	background-image: url(../images/column_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 15px 15px 15px;
	border-top: 1px solid #dddddd;
	margin-top: 15px;
}
.page_column  .img  {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	width:auto;
}
.page_column h4 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 5px 0px;
}
.page_column h5 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 0px 60px;
}
.button {
	background: url(../images/button_bg.jpg) repeat-x;
	padding:4px 20px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	background-color: #22457A;
}
.portfolio_featured_cell {
	width: 720px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-image: url(../images/featured_project.jpg);
	background-repeat: no-repeat;
}
.portfolio_featured_image {
	float:left;
	margin: 35px 20px 0px 20px;
	width:auto;
}
.portfolio_featured_description {
	float:left;
	margin-bottom: 0px;
	width: 380px;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
}
.portfolio_featured_bottom {
	float:left;
	width: 720px;
	height: 19px;
}
.portfolio_cell {
	width: 720px;
	float: left;
	padding-bottom: 15px;
	margin:15px 0px;
	border-bottom: dotted 1px #ccc;
}
.portfolio_image {
	float:right;
	margin: 0px 0px 0px 20px;
	width:auto;
}
.portfolio_description {
	float:left;
	margin-bottom: 0px;
	width: 440px;
	margin: 0px 0px 0px 0px;
}

.image_portfolio_small {
	border: solid 8px #ccc;
}



#footer_wrap {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 61px;


}
#footer {
	width: 100%;
	padding: 25px 0px 0px 0px;
	font-size: 11px;
	color: #000;
	height: 36px;
	margin: 0 auto;
}
#footer a {
	color: #333333;
}
#footer p {
	padding-bottom:5px;
}
#footer  a:hover  {
	text-decoration: underline;
}
#footer_l  {
	float: left;
	width: 400px;
}
#footer_r  {
	float: right;
	width: 400px;
	text-align: right;
}

