@charset "utf-8";

/* LAYOUT */

html {overflow-y: scroll;}

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	/* text-align: center; */ 
	color: #FFF;
}
.twoColFixRtHdr #container { 
	width: 900px;
	background: #000;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixRtHdr #header { 
	background: #000; 
	padding: 40px 0 20px 0; 
} 
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 300px; 
	background: #000; 
	padding: 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 350px 0 0; 
	padding: 0 0px; 
} 
.twoColFixRtHdr #footer { 
	padding: 20px 0 0 0; 
	background: #000; 
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* TYPE HEADERS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


h1 {
	color: #00abe3;
	font-size: 2.4em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 12px;
}

h2 {
	color: #00abe3;
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
}

h3 {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: left;
}


h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 6px;
}

h5 {
	font-size: 1.1em;
	line-height: 1.6em;	
	font-weight: bold;
	text-align: left;
}
h6 {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.6em;	
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
}

/* TYPE PARAGRAPH */
p {
	padding: 0;
	margin-top: 0;
}
p.small {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 12px;
}
p.large {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 12px;
}
p.list {
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 8px;	
}
p.testimonial {
	color: #CCCCCC;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 8px;	
	padding-top: 12px;
}
p.testimonial_name {
	color: #00abe3;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: right;
	margin-bottom: 12px;	
}

/* TYPE TEXT */
.text_p {
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
}
.text_p_dark {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
}


/* IMAGES */

.img_nav {
	border: 0px;
	height: 50px;
	width: 100px;
}

.img_link {
	border: 0px;
}

.img_sidebar_work {
	margin-top: 12px;
	border: 0px solid #000;
	height:92px;
	width: 92px;
}

.img_feature {
	border: 0;
	margin-top: 5px;
	margin-bottom: 12px;
}

.img_full_thumb {
	border: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #333;
	width: 268px;
	height: 268px;
}

.img_arrow_small {
	margin-right: 6px;
	padding-bottom: 1px;
}

.img_title_big {
	border: 0px;
	height: 19px;
	margin-bottom: 10px;
}

.img_spacer {
	border-bottom: 1px solid #333333;
	width: 550px;
	height: 1px;
	margin-top: 11px;
	margin-bottom: 12px;	
}

/* TABLES */

.cell_sidebar_top {
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
}
.cell_sidebar_bottom {
	padding-top: 8px;
}


.cell_website_header_client {
	color: #999999;
	background-color: #333;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: left;
	margin: 0;
	padding: 0 0 0 4px;
	border-right: 1px solid #000;
	width: 40%;
}

.cell_website_header_webdesign {
	color: #999999;
	background-color: #333;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: left;
	margin: 0;
	padding: 0 0 0 4px;
	width: 60%;
}
.cell_website_body_client {
	margin: 0;
	padding: 4px 10px 10px 4px;
	border-bottom: 1px solid #333;
	vertical-align: top;
}
.cell_website_body_webdesign {
	margin: 0;
	padding: 8px 4px 0 4px;
	border-bottom: 1px solid #333;
	vertical-align: top;
}


/* LINKS */

A.dark:link { text-decoration: none; color: #666; font-weight: normal; }
A.dark:visited { text-decoration: none; color: #666; font-weight: normal; }
A.dark:active { text-decoration: underline; color: #00abe3; font-weight: normal; }
A.dark:hover { text-decoration: underline;  color: #00abe3; font-weight: normal; }

A.light:link { text-decoration: none; color: #FFF; font-weight: normal; }
A.light:visited { text-decoration: none; color: #FFF; font-weight: normal; }
A.light:active { text-decoration: underline; color: #00abe3; font-weight: normal; }
A.light:hover { text-decoration: underline;  color: #00abe3; font-weight: normal; }

A.light_ul:link { text-decoration: underline; color: #FFF; font-weight: normal; }
A.light_ul:visited { text-decoration: underline; color: #FFF; font-weight: normal; }
A.light_ul:active { text-decoration: underline; color: #00abe3; font-weight: normal; }
A.light_ul:hover { text-decoration: underline;  color: #00abe3; font-weight: normal; }

A.blue_ul:link { text-decoration: underline; color: #00abe3; font-weight: normal; }
A.blue_ul:visited { text-decoration: underline; color: #00abe3; font-weight: normal; }
A.blue_ul:active { text-decoration: underline; color: #FFF; font-weight: normal; }
A.blue_ul:hover { text-decoration: underline;  color: #FFF; font-weight: normal; }

A.blue:link { text-decoration: none; color: #00abe3; font-weight: normal; }
A.blue:visited { text-decoration: none; color: #00abe3; font-weight: normal; }
A.blue:active { text-decoration: none; color: #FFF; font-weight: normal; }
A.blue:hover { text-decoration: none;  color: #FFF; font-weight: normal; }

A.light_bold:link { text-decoration: none; color: #FFF; font-weight: bold; }
A.light_bold:visited { text-decoration: none; color: #FFF; font-weight: bold; }
A.light_bold:active { text-decoration: underline; color: #00abe3; font-weight: bold; }
A.light_bold:hover { text-decoration: underline;  color: #00abe3; font-weight: bold; }

.twoColFixRtHdr #header A:link, A:visited, A:active, A:hover { text-decoration: none; color: #000; font-weight: normal; }
