@charset "UTF-8";

/************* reset ****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #333;

}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a {
	text-decoration: none;
	color: #bbb;
}
a img {
	border: none;
}

img, div { 

	behavior: url(iepngfix.htc); 

}
/***************** Static Body Area ***************/

body {
	background: #000 url(../images/bg.png) repeat-x scroll 0 0;

}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;

}

#container {
	width:750px;
	height: 250px;
	background: none;
	margin: 15% auto;
	padding: 0;
	position: relative;

	}

#card {
	width:730px;
	height: 220px;
	background: #fff;
	padding: 10px;
	margin: 0;
}
	
#title {
	width: 330px;
	height: 16px;
	margin: 0;
	padding:0 0 4px 0;
	float: left;
}

.emailH {
	width: 400px;
	height: 16px;
	float: left;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;

}
h1 a{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-align: right;
	padding: 0 0 2px 0;

}

#content {
	width: 710px;
	height: 160px;
	padding: 10px;
	float: left;
	
}

#content #flyAway{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#menu {
	width: 730px;
	height: 16px;
	float: left;
	padding: 4px 0 0 0;
	text-align: right;


}

#menu ul.menu li a{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	

}

#menu ul.menu li a:hover {
	color: #333;

}

#menu ul.menu li a.active {
	color: #333;
}

#menu ul.menu li {
	display: inline;
	padding: 0 25px 0 0;

}

#menu ul.menu li:last-child {
	padding: 0;

} 

#links {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin: 2px 0 0 0;
}
#links ul li:first-child {
	padding: 0 20px 0 0;

}

#links ul li {
	padding: 0 20px;
	display: inline;

}
#links ul li a {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-align: left;


}
#links ul li a:hover {
	color: #ece407;
} 
#links ul li a.active {
	color: #ece407;
}

/************** Content ******************/


/****Intro ***/

.introTop {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#777;
	margin: 20px 0 0 0;

}

.introBottom {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#333;


}

#content ul.webPortfolio li {
	display: inline;
	padding: 4px 0 0 4px;

}


#content ul.webPortfolio li:last-child {
	padding: 2px 0 2px 1px;

}

#content ul.webPortfolio li:first-child {
	padding: 2px 1px 2px 0;

}


#content ul.webPortfolio li a img {
	width: 122px;
	height: 60px;
	background: #111;
	padding: 6px 6px 12px 6px;
} 

#content ul.webPortfolio li h4 {
	position: absolute;
	top: -9999px;
	left: -9999px;

} 

#content ul.webPortfolio li a:hover img {
	width: 122px;
	height: 60px;
	background: #777;
	padding: 6px 6px 12px 6px;
} 

#lbCaption a:hover {
	color: #333;
}

#lbCaption  a.noDirect:hover {
	color: #bbb;
}

#content ul.brandPortfolio {
	padding: 10px 0 0 0;

}
#content ul.brandPortfolio li {
	display: inline;
	

}


#content ul.brandPortfolio li:last-child {
	padding: 2px 0 2px 1px;

}

#content ul.brandPortfolio li:first-child {
	padding: 2px 1px 2px 0;

}



#content ul.brandPortfolio li a img {
	width: 122px;
	height: 130px;
	background: #fff;
	border: 1px solid #eee;
	padding: 6px;
	
} 



#content ul.brandPortfolio li a:hover img {
	width: 122px;
	height: 130px;
	background: #fafafa;
	padding: 6px;
} 

#content ul.brandPortfolio li h4 {
	position: absolute;
	top: -9999px;
	left: -9999px;

} 



.hosting {
	width: 468px;
	height: 60px;
	margin: 5% auto;
	padding: 5px;
	border: 1px solid #777;
}

.hosting h4 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


#credits h4 {
	position: absolute;
	top: -9999px;
	left: -9999px;

} 
/*************** Contact Form *************/
.emailH h4{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#form-wrap {

	width: 710px;
	background: white;
	height: 160px;
	float: left;


}



#form-area {

	width: 710px;
	height:160px;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 ;

	

}

#form-area p {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

#form-area input, #form-area textarea {

	padding: 5px;
	width: 280px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background: #fdfdfd;
	font-weight: bold;
	color: #999;

}





#form-area textarea:focus, #form-area input:focus {

	border: 2px solid #ece407;

}



#form-area input.button {

	width: 100px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;

	

}

#form-area .formLeft {
	width: 355px;
	height: 160px;
	float: left;
	text-align: right;

}


#form-area .formRight {
	width: 355px;
	height: 160px;
	float: left;
	text-align: right;

}


.warning {

    font-weight: bold;

    color: #f00;

}
#form-area .securityLeft {
	width: 30px;
	float: left;
	padding: 15px 0 0 70px;
	}


#form-area .securityRight {
	width: 255px;
	float: left;

}

#form-area input.security {
	width: 150px;
}



form h2 {

    color: #036;

    font-size: 12px;

    font-weight: bold;

    margin: 0 0 5px 10px;

}



label {

	font-weight: bold;
	font-size: 12px;
	color: #777;

	display: block;

}

/**************** tabbed menu ****************/


.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* tabs *******/
#boxer{

	width: 710px;
	margin: 0;
	padding: 0;
}
#boxer ul{
	list-style: none;
	list-style-position: outside;
}
#boxer ul.tabs li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#boxer ul.tabs li{
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#boxer ul.tabs li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /tabs *******/
/******* boxContent *******/
.boxContent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px 10px 5px 10px;	
	font-size: 11px;
	height: 120px;
}


.boxContent h1 {
	line-height: 18px;
	vertical-align: middle;
	height: 24px;
	padding: 5px;
	font-size: 14px;
}


.boxContent ul {
	padding: 5px 0 0 0;

}

.boxContent ul li {
	padding: 0 0 0 20px;

}
/******* /boxContent *******/
/******* about *******/
.boxContent.about h1 {
	background:none;
}
.boxContent.about{
	display: block;
}
/******* /about *******/
/******* services *******/
.boxContent.services h1{
	background: none;
}
.boxContent.services{
	display: none;
}
/******* /services *******/
/******* rates *******/
.boxContent.rates h1{
	background:none;
}
.boxContent.rates{
	display: none;
}
.boxContent.rates a{
	color: #5f95ef;
}

p.indent {
	padding: 5px 0 0 0 ;
}
/******* /rates *******/

