/* Main Style */

/* TAGS */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color: #444444;
	background-color: #b2b2b2;
	background-image: url(../images/bg_h2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	
	margin:0px;
	padding:0px;
}

img{
	border:none;
	vertical-align:bottom;
}

h1, h2, h3, h4, h5{
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h1{
	font-size:35px;
	padding-bottom:4px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
	color:#b2324c;
	font-weight:bold;
}

h3 a{
	font-size:14px;
	color:#b2324c;
	font-weight:bold;
	text-decoration:underline;
}

h4{
	font-size:24px;
	padding-bottom:8px;
	padding-top:1px;
}

h5{
	font-size:30px;
	padding-bottom:4px;
	padding-top:3px;
}

hr{
	border:none;
	border-bottom:1px dotted #666666;
	margin:0;
	padding:0;
}

blockquote{
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:8px 0px 5px 30px;
	margin:0px 0px 0px 10px;
	font-size:18px;
	line-height:22px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

sup{
	line-height:3px;
}

a{
	color:#b2324c;	
	text-decoration:underline;
	outline:none;
}

a.large{
	font-size:14px;
	font-weight:bold;	
}

hr{
	border:none;
	border-bottom:1px dotted #b2324c;	
}


/* IDs */

#container{
	width:997px;	
}

#header{
	margin-bottom:0px;
	padding-bottom:20px;
}

#header .left{
	width:135px;
	float:left;
	display:inline;
}

#header .right{
	width:862px;
	float:left;
	display:inline;
}

#header-image{
	background-image: url(../images/header_border.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:6px;
	height:302px;
}

#header-image #inner{
	background-image: url(../images/header_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:296px;
}

#nav{
	padding-top:5px;
}

#nav .left{
	margin:0px 4px 0px 6px;
	width:550px;
	float:left;
	display:inline;
	
	padding-top:4px;
	border-top:1px solid #333333;
}

#nav .right{
	width:302px;
	float:left;
	display:inline;
}


/* Navigation List */
#nav-ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
	line-height:12px;
}

#nav-ul li a{
	display:block;
	padding:6px 7px 6px 7px;
	color:#d9d9d9;
	font-size:11px;
	text-decoration:none;
	outline:none;
}

#nav-ul li a:hover{
	padding:6px 7px 6px 7px;
	background-color:#d9d9d9;
	color:#262932;
}

#nav-ul li{
	float:left;
	position:relative;
	margin-right:3px;
	background-color:#323233;
}

#nav-ul li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:inside;
	position:absolute;
	display:none;
	width:170px;
	top:24px;
	border-top:3px solid #CCCCCC;
}

#nav-ul li ul li{
	/*border-left:1px solid #262932;
	border-right:1px solid #262932;
	border-top:1px solid #262932;*/
}

#nav-ul li ul li a{
	width:170px;
	height:auto;
	float:left;
	border-bottom:1px solid #CCCCCC;
	
	padding-left:15px;
	background-image: url(../images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	outline:none;
}

#nav-ul li ul li a:hover{
	padding-left:15px;
	background-image: url(../images/square_bullet_w.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

#nav-ul li:hover ul, #nav-ul li.hover ul{
	display:block;
}


#content{
	width:764px;
	margin-left:141px;
	float:left;
	display:inline;
}

#content .left1{
	width:313px;
	margin-right:21px;
	float:left;
	display:inline;
}

#content .right1{
	width:430px;
	float:left;
	display:inline;
}

#content .left2{
	width:550px;
	float:left;
	display:inline;
}

#content .right2{
	width:214px;
	float:left;
	display:inline;
}



#footer{
	width:764px;
	margin:25px 0px 0px 141px;
	float:left;
	display:inline;
	font-size:11px;
	
	color:#323233;
	line-height:18px;
}

#footer a{
	color:#3e3d3d;
	text-decoration:none;
	
	outline:none;
}

#footer a:hover{
	color:#3e3d3d;
	text-decoration:underline;
}

#footer .left{
	width:609px;
	margin-right:3px;
	float:left;
	display:inline;
}

#footer .right{
	width:152px;
	float:left;
	display:inline;
}

#footer .left2{
	width:70px;
	margin-right:4px;
	float:left;
	display:inline;
	border-right:1px solid #3e3d3d;
}

#footer .right2{
	width:689px;
	float:left;
	display:inline;
}

#footer .copyright{
	width:313px;
	margin-top:3px;
	float:left;
	display:inline;
}

#news{
	background-image: url(../images/news-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 90px;		
}

#how-we-work img{
	float:left;
	display:inline;
	margin:0px 8px 8px 0px;
	border:1px solid #bbbbbb;
}

#how-we-work .how-we-work-left{
	float:left;
	display:inline;
	width:370px;
	margin-right:20px;
}

#how-we-work .how-we-work-right{
	float:left;
	display:inline;
	width:370px;
}

#tab-menu{
	padding-bottom:3px;
	border-bottom:1px solid #999;	
}

#tab-menu a{
	font-family: "Verdana", "Helvetica", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	color:#efefef;
	background-color:#b2324c;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	
	outline:none;
}

#tab-menu a.selected{
	color:#b2324c;
	background-color:#efefef;
}




/* Classes */

.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.smalltext{
	color:#a3a5a2;
	font-size:9px;
}

.smalltext a{
	color: #a3a5a2;
	text-decoration:underline;
	
	outline:none;
}

.smalltext-2{
	color:#333333;
	font-size:9px;
}

.smalltext-3{
	font-size:11px;
}

.largetext{
	font-size:22px;	
}

.purple-text{
	color:#b2324c;
	font-weight:bold;
}

.justify{
	text-align:justify;	
}

.pointer{
	cursor:pointer;	
}

.marginBtm10{
	margin-bottom::10px;	
}

.marginTop5{
	margin-top:5px;	
}

.marginTop10{
	margin-top:10px;	
}

.marginTop20{
	margin-top:20px;	
}

.marginBtm0{
	margin-top:0px;	
}

.marginLeft10{
	margin-left:10px;	
}

.marginLeft20{
	margin-left:20px;	
}

.marginRight30{
	margin-right:30px;	
}

.paddingTop4{
	padding-top:4px;	
}

.paddingTop8{
	padding-top:8px;	
}

.paddingTop10{
	padding-top:10px;	
}

.paddingTop20{
	padding-top:20px;	
}

.paddingTop30{
	padding-top:30px;	
}

.paddingTop60{
	padding-top:60px;	
}

.paddingBtm5{
	padding-bottom:5px;
}

.paddingBtm10{
	padding-bottom:10px;	
}

.paddingLeft10{
	padding-left:10px;	
}

.paddingLeft30{
	padding-left:30px;	
}

.paddingRight30{
	padding-right:30px;	
}

.hidden{
	display:none;	
}

.services-starter-websites{
	background-image: url(../images/service_websites_starter.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

.services-professional-websites{
	background-image: url(../images/service_websites_pro.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

.services-software{
	background-image: url(../images/service_software.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

.services-graphic-design{
	background-image: url(../images/service_graphic_design.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

.services-online-marketing{
	background-image: url(../images/service_online_marketing.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

.section{
	background-color:#e3e3e2;
	padding:5px;
}

.left9{
	float:left;
	display:inline;
	width:80px;	
}

.right9{
	float:left;
	display:inline;
	width:450px;
}

.left-inner-half{
	float:left;
	display:inline;
	width:275px;
}

.message{
	background:#eee;
	color:#000;
	display:none;
	width:460px;
	padding:10px;
}

.message-2{
	background:#eee;
	color:#000;
	width:460px;
	padding:10px;
}


/* Lists */

.list-square{
	list-style-image: url(../images/square_bullet.gif);
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 1px;
	list-style-position:inside;
}

.list-square li{
	margin-bottom:8px;
}

.list-square li a{
	padding:2px;
	background-color:#d6d6d6;
	color:#323233;
	text-decoration:none;
	
	outline:none;
}

.list-square li a:hover{
	background-color:#1c0b16;
	color:#efefef;
}

.list-square-2{
	list-style-image: url(../images/arrow_bullet.gif);
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 1px;
	list-style-position:inside;
}

.list-square-2 li{
	margin-bottom:4px;
}

.list-square-3{
	list-style-image: url(../images/square_bullet.gif);
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 1px;
	list-style-position:outside;
}

.list-square-3 li{
	margin-bottom:15px;
	margin-left:15px;
	padding-left:0px;
}



/* SERVICES */



/* PORTFOLIO */
#portfolio img{
	margin-bottom:3px;
	border:1px solid #bbbbbb;
}

.port-left{
	width:123px;
	display:inline;
	float:left;
	padding-right:5px;
}

.port-right{
	width:123px;
	display:inline;
	float:left;
}



/* FAQ */
.faq{
	padding-bottom:15px;	
}

.faq .top{
	background-image: url(../images/faq-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:7px;
	font-size:0px;
	line-height:0px;
}

.faq .middle{
	background-color:#FFFFFF;
	padding:0px 12px 0px 12px;
	font-style:italic;
}

.faq .middle .question{
	font-weight:bold;
}

.faq .btm{
	background-image: url(../images/faq-btm.png);
	background-repeat: no-repeat;
	background-position: left top;		
	height:18px;
	font-size:0px;
	line-height:0px;
}

.faq .link{
	padding-left:75px;
	line-height:10px;
}

.faq .link a{
	font-size:11px;
	
	outline:none;
}

/* Numbered Badge */
.badge-numbered-left{
	background-image: url(../images/badge-numbered.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:80px;
	float:left;
	display:inline;
}

.badge-numbered-right{
	padding-top:15px;
	width:470px;
	float:left;
	display:inline;
}

.badge-numbered-right .text{
	padding-bottom:8px;
}


/* Order Button */
.order-button{
	background-image: url(../images/black-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:265px;
	height:42px;
	padding:15px 4px 4px 15px;
	color:#efefef;
	
	float:left;
	display:inline;
}

.order-button .link-button{
	float:right;
	display:inline;
	width:121px;
	height:20px;
	padding-top:20px;
}

.order-button .small-text{
	color:#DFDFDF;
	font-size:10px;
	line-height:18px;
}

.order-button .large-text{
	color:#EFEFEF;
	font-size:30px;
	line-height:20px;
}



/* Accordian */
.acc-link{
	padding:4px 4px 4px 0px;
	border-bottom:1px dotted #aaa;
	cursor:pointer;
	background-image: url(../images/down_bullet.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	margin-bottom:8px;
}

.acc-link:hover{
	background-color:#eee;
	color:#efefef;
}

.acc-link h3{
	margin:0px;
}


/* SLIDESHOW */
#jFlowSlide{  }  
#myController { padding:2px 0;  width:540px; }  
#myController span.jFlowSelected { background:#4a4a4a;color:#c8c8c8;margin-right:0px; }  
 
.slide-wrapper { padding: 0px; }
 
.jFlowControl, .jFlowPrev, .jFlowNext { color:#4a4a4a; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }  
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #4a4a4a;color:#c8c8c8; } 



/* Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* Form Controls */
.form-width{
	width:550px;	
}

.textbox{
	padding:3px;
	width:235px;
	font-size:14px;
	background-color:#f3f3f3;
	border:1px solid #999;
	color: #444444;
	overflow:auto;
}

.button{
	width:121px;
	height:23px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background-image: url(../images/button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
}

.dumb-control{
	height:26px;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

/* Table Design */
#hor-minimalist-b
{
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #b2324c;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #d0bec2;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #111;
}

/* ORDER SECTION */
#order-progress{
	border-left:1px dotted #b2324c;
	margin-left:10px;
	padding-left:10px;
	font-size:14px;	
}

#order-progress .active{
	font-size:14px;
	color:#b2324c;
	border-bottom:1px dotted #b2324c;
	margin-bottom:5px;
}

/* FRONT PAGE TAGS */
.gray-bg{
	background-image: url(../images/gray_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:42px;
	padding:4px 0px 0px 9px;
	font-size:12px;
	color:#e9e9e9;
}

.twitter{
	padding:0px 0px 0px 46px;
	background-image: url(../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	height:42px;
}

.mail{
	padding-left:46px;
	background-image: url(../images/mail-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	height:42px;
}

.gray-text{
	color:#a3a5a2;	
}
.gray-bg a{
	color:#e9e9e9;
	text-decoration:underline;
}
