body {
	margin:0;
	padding:0;
	text-align:center;
	height:100.1%;
}

#wrapper {
	margin-right:auto;
	margin-left:auto;
    width:750px;
	text-align:left;
	border:0px solid green;
}

#header {
	position:relative;
	margin:30 0 0 0px;
	border:0px solid black;
}

#logo {
	position:relative;
	top:0px;
	left:0px;
	border:0px solid black;
}

#quote_request {
	position:absolute;
	top:15px;
	left:608px;
	border:0px solid black;
}

#headline {
	position:relative;
	z-index:1;
	height:75px;
	text-align:center;
	border:0px solid black;
}

#headline_inner {
	padding:15px;
	border:0px solid black; 
}

#headline_inner p {
	font:bold 11px arial, verdana, helvetica, san-serif;
	color:#585858;
	margin:0px 0px 6px 0px;
}

#breadcrumb {
	position:absolute;
	top:-25px;
	left:-60px;
	width:800px;
	text-align:right;
	border:0px solid black;
}

#breadcrumb p {
	font:11px arial, tahoma, verdana, helvetica, san-serif;
	color:#898989;
	padding:0px;
	margin:0px;
}

#content{
	position:relative;
	left:0px;
	top:0px;
	border:0px solid blue;
}

#content_left {
	width:580px;
	float:left;
	border:0px solid green;
}

#content_left_bg_top {
	width:580px;
	height:23px;
	background-image:url("/img/bg_body_top.gif");
	background-repeat:no-repeat;
	border:0px solid blue;
}

#content_left_inner {
	background:url("/img/bg_body_middle.gif") repeat-y;
	padding:2 25 0 25px;
	margin:0 0 -6 0px; /*accounts for the p h1 h2 etc. margins which if left break the box */
}

#content_left_bg_bottom {
	width:580px;
	height:31px;
	background:url("/img/bg_body_bottom.gif") no-repeat bottom left;
}

#boxes_wrapper {
	margin:15 0px;
	border:0px solid blue;
	float:left;
}

.box {
	float:left;
	background:url("/img/bg_dots.gif") repeat-y top right;
}

.box .title {
	margin:0 10 0 25px;
}

.box_left_inner {
	padding:10 0 0 40px;
	border:0px solid blue;
}

#content_right {
	float:right;
	width:145px;
	text-align:right;
	border:0px solid green;
}

#content_right_inner {
	padding:0 0 0 0px;
	border:0px solid blue;
}

#content_right_inner_links {
	margin:0 10 0 0px;
}

#clear {
	clear:both;
	height:15px;
	border:0px solid blue;
}

#footer {
	border:0px solid black;
}

#footer p {
	font:10px verdana, tahoma, arial, verdana, helvetica, san-serif;
	color:#ACACAC;
	line-height:16px;
	margin:0px 0px 6px 16px;
}

#footer a {
	color:#ACACAC;
	text-decoration:none;
}

.portfoliobox {
	float:left;
	background:url("/img/bg_dots.gif") repeat-y top right;
	margin-right:15px;
	padding-right:0px;
	width:205px;
}


/* Begin Text Selectors */

h1 {
	font:bold 18px arial, tahoma, sans-serif;
	color:#af0101;
	margin:0px 0px 6px 0px;
} 

h2 {
	font:bold 14px arial, tahoma, sans-serif;
	color:#636363;
	margin:0px 0px 6px 0px;
}

h3 {
	font:bold 12px arial, tahoma, sans-serif;
	color:#587960;
	margin:0px 0px 6px 0px;
}

p {
	font:11px verdana, tahoma, arial, verdana, helvetica, san-serif;
	color:#4e4e4e;
	line-height:16px;
	margin:0px 0px 12px 0px;
}

.extra_margins {
	margin:14px 0px 4px 0px;
}

a:link {
	color:#004FBB;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	background-color:#ebebeb;
	color:#000;
}

.graphic a:hover {
	text-decoration:none;
	background-color:#fff;
}

a:visited {
	text-decoration:underline;
	color:#002244;
}

p.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.quote {
	font:bold 14px verdana, helvetica, arial, san-serif;
}

img {
	border:0;
}


ul {
	font:10px verdana, helvetica, arial, san-serif;
	color:#000;
	line-height:16px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-top:0px;
	text-decoration:none;
	list-style:none;
}

ul.standard {
	font:11px verdana, tahoma, arial, verdana, helvetica, san-serif;
	color:#4e4e4e;
	line-height:16px;
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-top:0px;

	text-decoration:none;
	list-style-type:circle;

}

ul.list {
	font:11px verdana, tahoma, arial, verdana, helvetica, san-serif;
	color:#4e4e4e;
	line-height:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:0px;
	padding-left:20px;
	text-indent:0px;
	text-decoration:none;
	list-style-type:circle;
}

a#btn_special {padding:5px;padding-left:7px;display:block;color:#fff;text-decoration:none;}
a#btn_special:visited {}
a#btn_special:hover{color:#000;}


.red {
	color:#FF0000;
}

.nomargin {
	margin:0px;
}

p.line {
	text-align:center;
	color:#CCC; 
	margin:-4px 0px 10px 0px;
}

.italic {
	font-style:italic;
}

.clear {
	clear:both;
	height:15px;
	border:0px solid blue;
}

tr.clients {
	border-bottom:1px dashed #99AA99;
	padding-bottom:20px;
}

.portfoliowriteup {
	width:323px;
	border:0px solid black;
	float:right;
	
}

.float {
	float:left;
}

.portfolio_design_lg {
	text-align:center;
	padding:20 0 20 0px;
}

.dots {
	background:url("/img/bg_dots_hor.gif") repeat-x bottom left;
}

.img-shadow {
	float:left;
	background: url(/img/img-shadow.gif) no-repeat bottom right;
	background-color: #FFF;
	margin-bottom:0px;
	}

.img-shadow img {
  display: block;
  background-color: #FFF;
  border: 0px solid #000000;
  margin: 0px 5px 5px 0px;
  } 
  
.spiffy{ 
display:block;
} 
.spiffy *{ 
display:block;
height:1px;
overflow:hidden;
background:#000000;
} 
.spiffy1{ 
border-right:1px solid #919191;
padding-right:1px;
margin-right:3px;
border-left:1px solid #919191;
padding-left:1px;
margin-left:3px;
background:#3f3f3f;
} 
.spiffy2{ 
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
padding:0px 1px;
background:#303030;
margin:0px 1px;
} 
.spiffy3{ 
border-right:1px solid #303030;
border-left:1px solid #303030;
margin:0px 1px;
} 
.spiffy4{ 
border-right:1px solid #919191;
border-left:1px solid #919191;
} 
.spiffy5{ 
border-right:1px solid #3f3f3f;
border-left:1px solid #3f3f3f;
} 
.spiffy_content{ 
padding:0px 5px;
background:#000000;
} 

.submit{
color:#FFFFFF;
background-color:#1170CF;
font-weight:bold;
font-face:verdana,arial,sans-serif;
font-size:10px; 
}

.tableDark {
	background-color:#CCCCCC;
}

table.blognav {
	width:140;
}

table.blognav td {
	font:11px verdana, tahoma, arial, verdana, helvetica, san-serif;
	color:#4e4e4e;
}




table.table_features {
	width: 530px;
	border: 0px solid #ccc;

}

table.table_features td {
	border-bottom: 1px solid #e3e7f3;
	text-align: center;
	padding: 2px 2px 3px 2px;
}

tr#nohoverstyle:hover, tr#nohoverstyle2:hover,tr#nohoverstyle3:hover,tr#nohoverstyle4:hover,tr#nohoverstyle5:hover,tr#nohoverstyle6:hover,tr#nohoverstyle7:hover,tr#nohoverstyle8:hover,tr#nohoverstyle9:hover,tr#nohoverstyle10:hover {
	background: transparent;
	cursor: default;
} 


table.table_features tr:hover {
	background: #f1f1f1;
	cursor: pointer;
}



table.table_features tr.header td{
	padding-top:30px;
	padding-bottom:7px;
}
table.table_features tr.header_first td{
	padding-top:10px;
	padding-bottom:7px;
}
table.table_features td.client {
   font-size: 10px;
   min-width: 46px;
   font-weight: bold;
   line-height: 10px;
}

table.table_features td.element-header {
   font-weight: bold;
   font-size: 14px;
   width:180px;
   color:#af0101;
}

table.table_features td.element-style {
   font-size: 10px;
   width: 180px;
}

table.table_features td.element-header,
table.table_features td.element-style {
   text-align: left;
   padding-left: 6px;
}

table.table_features tr.short {
	height: 16px;
	background: #eee;
}

.table_features td {
	font-family:verdana, tahoma, arial, verdana, helvetica, san-serif;
	font-size:10px;
}
.table_features tr.prices {font-weight:bold;}
.table_features tr.prices td {font-size:11px;padding: 7px 2px 6px 2px;}
.table_features a {text-decoration:none;}
.table_features a:hover {background-color:transparent;}
.normal {font-weight:normal;}
span.green {color:#338e38;font-size:8px;font-weight:bold;}
.table_features img.btn_signup {margin-left:4px;margin-top:3px;}
