/* global */
* {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline-style: none;
}

ul, ol { list-style-type: none }
ul li, ol li { display: inline }	
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px }

strong { font-weight: bold }

body { 
font: 12px/1.8 Arial, Helvetica, sans-serif;
background: #000;
position: relative;
}

/* header */

#header_wrap {
height: 130px;
background: #262f35 url(/images/header.gif) top left repeat-x;
}

#header {
position: relative;
width: 950px;
margin: 0 auto;
}
	#header h1 {
	float:left;
	margin-left:-15px;
	width: 330px;
	height: 125px;
    background: transparent url(/images/logo.jpg) top left no-repeat;
	}
	#header h1 a {
	width: inherit;
	height: inherit;
	display: block;
	text-indent: -9999px;
	}
	
	ul#nav {
	width: 600px;
	float:right;
	padding-top:50px;
	}

	ul#nav li {
	display: inline;
	margin: 0 7px;
	font-size: 18px;
	font-weight: bold;
	}

	ul#nav li a {
	margin: 0;
	padding: 0;
	color: #fff;
	border: none;
	background: none;
	text-decoration: none;
	}

	ul#nav li a.here {
	color: #2b98e4;
	}


	ul#nav li a:hover {
	color: #2b98e4;
	}

/* Pagebar Content */

#pagebar_wrap {
height: 40px;
background: #6ac4e5 url(/images/bar.gif) top left repeat-x;
}

#pagebar {
position: relative;
width: 950px;
margin: 0 auto;
}
	#pagebar h1 {
	padding: 5px 0 9px 7px;
	color: #fff;
	font-weight:bold;
	font-size: 20px;
	}
	
	#pagebar h2 {
	padding: 5px 0 9px 7px;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	}
	
/* Splash Content */

#featured_wrap {
height: 400px;
background: #f6f9ff url(/images/bg-splash.gif) top left repeat-x;
}

#featured {
position: relative;
width: 950px;
margin: 0 auto;
}

	#featured img {
	width: 514px;
	height: 393px;
	float:right;
	}
	
	#copy {
	float: right;
	width: 430px;
	padding-bottom: 40px;
	margin-bottom: 5px;
	}
	
	#copy h2 {
	width: 400px;
	height: 60px;
	margin: 40px 0 15px 0;
	background: url(/images/h1_title.gif) no-repeat;
	text-indent: -9000px;
	}
	
	#copy h3 {
	height: 100px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(/images/h2_title.gif) no-repeat;
	text-indent: -9000px;
	}
	
	#copy p {
	line-height:18px;
	width:450px;
	font-size: 16px;
	color: #697987;
	}
	

	#copy h4 a{
	display: block;
	margin-top:40px;
	margin-left:100px;
	width: 178px;
	height:37px;
	background: url(/images/more_button.gif) no-repeat;
	border:none;
	text-indent: -9999px;
	}

	#copy h4 a:hover{
	text-decoration:none;
	background-position:0px -37px;
	}
	
/* Primary Content */

/* title elements */

h2#design, h2#marketing, h2#portfolio, h2#sample,
h2#apart, h2#tutorials {
height: 34px;
margin: 0 0 5px;
padding: 0;
background: url(/images/h2_custom.gif) no-repeat;
text-indent: -9000px;
}

h2#marketing {
background: url(/images/h2_marketing.gif) no-repeat;
}

h2#portfolio {
background: url(/images/h2_portfolio.gif) no-repeat;
}

h2#sample {
background: url(/images/h2_sample.gif) no-repeat;
}

h2#apart {
background: url(/images/h2_apart.gif) no-repeat;
}

h2#tutorials {
background: url(/images/h2_latestarticles.gif) no-repeat;
}

#primary_wrap {
min-height: 290px;
background: #ffffff;
border:1px solid #ffffff;
}

#primary {
width: 950px;
margin: 0 auto;
padding-top: 3em;
padding-bottom: 2em;
color: #000;
overflow: auto;
}


	.columnone {
	float: left; 
	width: 290px; 
	margin: 0 30px 0 0;
	}
	
	.first {
	margin-left: 10px !important;
	}
	
	.last {
	margin-right: 0 !important;
	}
	
	.columnone img {
	float: left; 
	margin: 10px 15px 5px 0;
	}

	.columnone p { 
	
	color:#666666;
	}
	
	#css {
	clear:both;
	margin: 80px 30px 0 10px;
	width: 290px;
	float: left;
	}
	
	#css img{
	width:320px;
	height:250px;
	margin-top:10px;
	margin-left:-40px;
	}
	
	#css a:hover {
	border-color: #069; 
	background: #069; 
	color: #fff;
	}

	#css a {
	color: #069;
	border: none;
	font-weight:bold;
	text-decoration: none;
	}

	#css ul {
	list-style: none;
	margin: 0 0 10px !important;
	font-size: 14px;
	line-height: 200% !important;
	text-decoration:none;
	}

	#css li {
	padding: 5px 0 10px 24px !important;
	background: url(/images/note.gif) no-repeat 0 5px;
	}

	#css p {
	color:#666666;
	margin-left:25px;
	margin-top:-10px;
	}

	#whyus {
	float: left; 
	width: 580px;
	margin: 20px 0px 0 0;
	}
	
	#whyus p {
	color:#666666;
	}
	
	div.checklist{
	margin-top:10px;
	padding-bottom:10px;
	background:#f5f5f5 url(/images/graybox_bottom.gif) no-repeat bottom left;
	}

	div.checklist ul{
	background:url(/images/graybox_top.gif) no-repeat top left;
	list-style-type:none;
	padding: 10px 10px 0 10px;
	}

	div.checklist ul li{
	background:url(/images/check.gif) no-repeat 0 5px;
	display: block !important;
	margin:0px 0;
	padding:3px 0 5px 20px;
	color:#666666;
	}
	
	#primary_wrap ul.web{
	list-style-type:none;
	margin-left:50px;
	}
	
	#primary_wrap ul.web li{
	background:url(/images/check.gif) no-repeat 0 5px;
	display: block !important;
	margin:0px 0;
	padding:3px 0 5px 20px;
	color:#666666;
	}
	
	.center{
	text-align:center;
	}
	
	.center a{
	color:#666666;
	font-size: 16px;
	font-weight:bold !important;
	}
	
	.center a:hover {
	border-color: #069; 
	background: #069; 
	color: #fff;
	}
	
	a.view{
	display:block;
	height:29px;
	width:116px;
	margin:5px auto;
	padding:0 0 0 10px;
	background:url(/images/index-view-bg.gif) no-repeat;
	text-align:left;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:29px;
	}

	a.view:hover{
	text-decoration:none;
	background-position:0px -29px;
	}
	
	.clearall {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom:20px;
	}
	
	
	
/* Footer Content */

#footer_wrap {
overflow: auto;
height:auto;
padding-bottom:20px;
border-top: 4px solid #bfbfbf;
background: url(/images/bg-footer.gif) repeat-x top left;
clear: right;
}

#footer {
width: 950px;
margin: 0 auto;
color: #454c55;
padding: 8px 0 0;
}

	#footer address { 
	float: right; 
	text-align: right;
	margin-top:5px;
	}
	
	#footer ul{
	margin-left:-20px;
	}
	#footer li{
	border-right:1px solid #ccc;
	padding:2px 6px;
	font-size:16px;
	}

	
	#footer a:link, a:visited {
	color: #069;
	text-decoration: none;
	}

	#footer a:hover {
	border-color: #069; 
	background: #069; 
	color: #fff;
	}

	#footer a.link {
	color: #069; 
	border: none; 
	background: none;
	}
	
	#footer li.first{
	border-right:none;
	color:#333333;
	font-weight:bold;
	}
	
	#footer li.last{
	border-right:none;
	}
	
	#footer p {
	color:000;
	font-size:16px;
	padding-top:5px;
	}
	
	.ads {
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	}
	
/* website design */

	h1#design {
	width: 400px;
	height: 60px;
	margin: 70px 0 15px 0;
	background: url(/images/h1_design.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h1#marketing {
	width: 400px;
	height: 60px;
	margin: 70px 0 15px 0;
	background: url(/images/h1_marketing.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h1#whytitle {
	width: 440px;
	height: 60px;
	margin: 70px 0 15px 0;
	background: url(/images/h1_why.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h1#portfolio {
	width: 400px;
	height: 60px;
	margin: 70px 0 15px 0;
	background: url(/images/h1_portfolio.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h2#designtwo {
	height: 60px;
	background: url(/images/h2_design.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h2#portfoliotwo {
	height: 60px;
	background: url(/images/h2_portfolio2.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h2#marketingtwo {
	height: 60px;
	background: url(/images/h2_internetmarketing.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h2#whysub {
	height: 60px;
	background: url(/images/h2_why.gif) no-repeat;
	text-indent: -9000px;
	}
	
	h2#contactus {
	height: 60px;
	background: url(/images/h2_contact.gif) no-repeat;
	text-indent: -9000px;
	}
	
	img#web_design {
	width: 514px;
	height: 393px;
	position: absolute;
	display: block;
	right: -30px;
	}
	
	img#why {
	width: 514px;
	height: 393px;
	position: absolute;
	display: block;
	right: -60px;
	}
	
	h3#sub_blurb {
	line-height:20px;
	width:420px;
	font-size: 18px;
	padding-top: 5px;
	color: #697987;
	}
	
#secondary_wrap {
min-height: 290px;
background: #ffffff;
}

#secondary {
width: 950px;
margin: 0 auto;
padding-top: 3em;
padding-bottom: 2em;
color: #000;
overflow: auto;
}

.column1 {

	margin-right:40px;
	width: 400px;
	float: left;
	margin-top:5px;
	}

h3.sub{
color:#777;
font-size:20px;
font-weight:500;
margin-top:-35px;
}

	div.subchecklist{
	margin-top:10px;
	background:#f5f5f5 url(/images/sub_graybox_bottom.gif) no-repeat bottom left;
	}

	div.subchecklist ul{
	background:url(/images/sub_graybox_top.gif) no-repeat top left;
	list-style-type:none;
	padding:1px 10px;
	}

	div.subchecklist ul li{
	background:url(/images/check.gif) no-repeat 0 5px;
	display: block !important;
	margin:0px 0;
	padding:3px 0 5px 20px;
	color:#666666;
	}

	#secondary .column1 dt{
	color:#666;
	font-size:1.35em;
	font-weight:700;
	}
	
	#secondary .column1 dd{
	color:#666;
	margin:0 0 30px;
	}
	
	#secondary .column1 dd.last{
	margin:0;
	}
	
	#secondary .column1 dt.first{
	margin-top:5px;
	}
	
dt a.price{
background:url(/images/redbadge.jpg) no-repeat;
color:#fff;
display:block;
width:320px;
height:250px;
}
	
.column2 {

	margin-right:10px;
	width: 400px;
	float: right;
	margin-top:10px;
	}
	
#secondary .column2 dt{
	color:#666;
	font-size:1.35em;
	font-weight:700;
	}
	
	#secondary .column2 dd{
	color:#666;
	margin:0 0 30px;
	}
	
	#secondary .column2 dd.last{
	margin:0;
	}
	
	#secondary .column2 dt.first{
	margin-top:5px;
	}
	
.gallery-image-box{
position:relative;
top:20px;
left:0;
width:950px;
overflow: auto;
min-height: 700px;
height: 100%;
margin-bottom:15px;
}

.gallery-image-box ul li {
display: -moz-inline-block;
display: inline-block;
float: left;
width: 395px;
height: 300px;
margin-top: 10px;
margin-bottom:20px;
margin-left: 50px;
}

.gallery-image-box li a {
width: 100%;
height: 100%;
text-decoration:none;
}


.gallery-image-box li img {
width: 395px;
height: 226px;
background: #fff;
border: 5px solid #c5c5c5;
}

.gallery-image-box li img:hover {
border: 5px solid #7aaaec;
}
	
.gallery-image-box li span.store-name {
float: left;
width: 100%;
padding: 2px 0 7px 0;
margin-left:5px;
font-size: 12px;
color: #333333;
text-align: center;
}

h2#ipod {
height: 34px;
width: 100%;
padding: 0;
background: url(/images/h2_ipod.gif) no-repeat;
text-indent: -9000px;
}

h2#dog {
height: 34px;
width: 100%;
padding: 0;
background: url(/images/h2_dog.gif) no-repeat;
text-indent: -9000px;
}

h2#mbt {
height: 34px;
width: 100%;
padding: 0;
background: url(/images/h2_mbt.gif) no-repeat;
text-indent: -9000px;
}
