@import url("reset.css"); /* Resets for all browsers */
@import url("clearfix.css"); /* Easy float clearing */

body{
	margin:0;
	padding:0;
	background: url('../images/background.jpg') repeat;
	font-family: Verdana;
	color: #C6C0B6;
}

#wrapper{
	width:880px;
	margin: 0 auto 10px;
}

#nav{
	background: url('../images/nav.jpg') no-repeat;
	width: 880px;
	height: 53px;
}

#inner_nav{
	padding: 16px 0 0 70px;
}

#inner_nav ul, #inner_nav li{
	float:left;
	padding-right:5px;
}

#header{
	background: #000000 url('../images/header.gif') no-repeat;
	width: 880px;
	height: 354px;
}

#content{
	background: url('../images/shadow.jpg') repeat-y;
	padding: 0 0 20px 0;
}

#footer{
	background: url('../images/footer.jpg') no-repeat;
	height: 24px;
	width: 880px;
}

/*Start of Navigation Styles*/
#featured_design a{
	float:left;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url('../images/featured_design.gif');
	height: 220px;
	width: 640px;

}

#featured_design a:hover{
	background-position: 0 -219px;
}

#home a{
	background: url('../images/home.gif');
	height: 37px;
	width: 60px;
}

#services a{
	background: url('../images/services.gif');
	height: 37px;
	width: 71px;
}

#pricing a{
	background: url('../images/pricing.gif');
	height: 37px;
	width: 62px;
}

#portfolio a{
	background: url('../images/portfolio.gif');
	height: 37px;
	width: 71px;
}

#templates a{
	background: url('../images/templates.gif');
	height: 37px;
	width: 81px;
}

#hosting a {
	background: url('../images/hosting.gif');
	height: 37px;
	width: 108px;
}

#help a{
	background: url('../images/help.gif');
	height: 37px;
	width: 50px;
}

#blog a{
	background: url('../images/blog.gif');
	height: 37px;
	width: 50px;
}

#recommend a{
	background: url('../images/recommend.gif');
	height: 37px;
	width: 108px;
}

#startup a{
	background: url('../images/startup.gif');
	height: 37px;
	width: 108px;
}

#policy a{
	background: url('../images/policy.gif');
	height: 37px;
	width: 62px;
}

#contact a{
	background: url('../images/contact.gif');
	height: 37px;
	width: 77px;
}

#nav a {
	display:block;
	overflow: hidden;
	text-indent:-9999px;
}

#nav a:hover, .current_page a{
	background-position: 0 -37px !important;
}


#service_nav{
	padding:15px 0 0 0;
}

#service_nav ul, #service_nav li{
	float:left;
}

#service_nav li{
	display: block;
	padding:0 0 0 20px;
}

#service_nav_first{
	padding-left:10px !important;
}

#service_nav a{
	display: block;
	padding-top:10px;
	background: url('../images/service_sign.gif');
	height: 25px;
	width: 110px;
	font-family: Verdana;
	font-size: 10px;
	color: #CCD3D0;
	text-align: center;
	text-decoration: none;
}

#service_nav a:hover, .current_service a, .current_portfolio a{
	background-position: 0 -35px !important;
	color:white;
}

#portfolio_nav_first{
	padding-left:55px !important;
}

#template_nav ul{
	float: right;
	padding-right:5px;
}

#template_nav li {
	float:left;
	padding-right: 5px;
}

#template_nav {
	font-size: 11px;
	color: #7C6D52;
	text-align: right;
}

#template_nav ul {
	text-align: right;
}

#template_nav li {
	display: block;
	padding: 4px 4px 2px;
	margin: 0 2px;
}

#template_nav a{
	display: block;
	padding: 2px 4px;
	margin-top: -2px;
	border: 1px solid #333333;

}



/*End Navigation Styles*/


#left_content{
	float:left;
	clear: both;
	margin:20px 0 0 95px;
	width:420px;
}

#left_content_sub{
	float:left;
	clear: bottom;
	margin:30px 0 0 15px;
	width:640px;
}

#left_content_portfolio{
	float:left;
	clear: bottom;
	margin:10px 0 0 15px;
	width:575px;
}

#right_content{
	float:left;
	margin:10px 0 0 20px;
	width:295px;
}


#right_content_sub{
	float:right;
	margin:0 0 0 20px;
	width:295px;
}


#mailform{
	margin:20px 0 0 15px;
	padding:0px 54px;
	width:175px;
	height: 334px;
	background: url('../images/form_background.gif')
}

#left_content_sub p{
	font-size: 12px;
	line-height: 1.8em;
}

#left_content_sub ul{
	font-size: 12px;
	line-height: 1.8em;
	list-style-type: circle;
	margin:0 0 0 30px;
	padding:0;
}

#left_content_portfolio p{
	color: #C6C0B6;
}

#policies li, #policies h2 {
	padding: 0 55px 5px 0;
}

.swirl{
	float:left;
}

.featured_design{
	float:left;
	margin-left:20px;
}

.hrule{
	padding: 20px 0 25px 0;
}

.tagline{
	margin: 20px 0 0 130px;
}

.product_header{
	padding: 0 0 10px 5px;
}

.product_listing{
	padding:0 0 0 10px;
}

.product_image{
	float:left;
	padding:0 10px 20px 10px;
}

.product_image_sub{
	float:right;
	padding:20px 0 0 15px;
	width:305px;
}

.callout_999{
	margin-top:10px;
	padding-left:60px;
}

.submit_button{
	width:62px;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	background: url('../images/submit_button.gif');
}

.portfolio_piece{
	margin:0 0 5px 19px;
	padding:3px;
	background-color: #7C6D52;
	border: 1px solid black;
}


.portfolio_p{
	float:left;
	font-size: 11px;
	padding-left:9px;
}

.port_options{
	margin-left:143px;
}

.port_web{
	margin-left:55px;
}

.template_piece{
	margin:0 0 30px 19px;
	padding:3px;
	background-color: #7C6D52;
	border: 1px solid black;
}

.title{
	font-size: 16px;
	font-weight: bold;
}

.light_brown{
	color: #7C6D52;
}

.dark_brown{
	padding-top: 45px;
	text-align: center;
	color: #382F1A;
}

.privacy{
	padding:35px 0 0 58px;
	font-size: 9px;
}

.orange{
	color: #ff6600;
}

.orange_link a{
	color: #ff6600;
	text-decoration: underline;
}

.orange_link a:hover{
	color:#C6C0B6;
}


.required{
	font-size:10px;
	color: #9B1204;
}

.pricing{
	font-size: 14px;
}

.pricing td{
	padding: 8px;
	border-bottom: 1px dotted #7C6D52;
}

.policy{
	margin: 15px 0 0 0;
	color:#ff6600;
}

.message{
	background: #7C6D52;
}

.sign_background {
	float: right;
	margin: 4px 14px 0 0;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #333333;
}

.divider {
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}

.small2 {
	font-size: 12px;
	line-height: 18px;
}

.left, #left_content_sub .left {
	text-align: left;
	padding-left: 30px;
}

.row_color {
	background: #3D3219;
	border-right: 7px solid #281D01;
	border-left: 7px solid #281D01;
	text-indent: -2px;
}

#left_content_sub .table_callout {
	background: url('../images/row_background.gif') repeat-x;
	color: #352b03;
}

#left_content_sub .table_callout td {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #6e4400;
}

fieldset{
	border: none;
}

label{
	font-size: 11px;
	color: #382F1A;
}

input{
	font-size: 11px;
	font-weight: bold;
	width: 175px;
	border: none;
	background: #8a7e64;
	color: #281D01;
}

ol{
	padding: 5px 60px 0 20px;
	list-style: decimal;
	font-size: 12px;
}

ol li{
	padding: 5px 0 0 0;
	line-height: 1.5em;
}

#policies p{
	padding: 0 55px 0 0;
	line-height: 1.5em;
	text-align: justify;
}

a{
	text-decoration: none;
	color:#C6C0B6;
}

a:hover, #left_content_portfolio a:hover{
	color:#ff6600;
}

a:visted{
	color: #CCD3D0;
}

#left_content_portfolio a{
	color: #7C6D52;
	text-decoration: none;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 30px;
	padding-bottom:15px;
}

h4{
	float: left;
	margin-left: 20px;
	font-size: 20px;
	padding-bottom: 15px;
	color: #ff6600;
	width: 400px;
}

hr {
	border:1px solid #281D01;
}

p{
	font-size: 13px;
	margin-bottom:12px;
}

#left_content_sub table {
	margin-top: 0px;
	font-size: 11px;
	width: 90%;
	border-collapse: collapse;
}

#left_content_sub td{
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#left_content_sub th {
	padding-bottom: 5px;
}

.ctp a {
	color: #ff6600;
	border: 1px solid #ff6600;
}
