* {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	}
body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/bg_page.jpg) repeat-x left 94px;
	font-size:13px;
	}
#container {
	width:973px;
	margin:0 auto;
	}
h1 {
	font-size:15px;
	color:#fff;
	display:block;
	border-top:40px solid #fff;
	background:url(../img/shade_h.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-bottom:20px;
	float:left;
	}
h1 span {
	background:#848484 url(../img/h1_grey.gif) no-repeat right top;
	padding:0 10px 0 40px;
	width:250px;
	line-height:21px;
	display:inline-block;
	height:24px;
	}

fieldset {
	background:#f9f9f9;
	border:#ccc 1px solid;
	padding:20px;
	width:530px;
	}
	
input, textarea, select {
	border:1px solid #ccc;
	float:left;
	width:290px;
	}
#submit {
	background:url(../img/prev_purple.gif) no-repeat;
	padding-left:8px;
	margin:10px 0 0 170px;
	}
#submit input {
	padding:0 5px 0 15px;
	background:#9764C9 url(../img/h1_purple.gif) no-repeat right top; 
	border:none;
	width:90px;
	height:24px;
	color:#fff;
	font-weight:bold;
	float:none;
	text-align:left;
	cursor:pointer;
}
label {
		width:150px;
		display:block;
		float:left;
		clear:both;
		margin:3px 0;
		}
		
		
h2 {
	font-size:15px;
	color:#fff;
	line-height:21px;
	}
h3 {
	font-size:13px;
	margin-top:20px;
	}

.clear {
	clear:both;
	overflow:hidden;
	}	
.left {
	float:left;
	}
			
/* header and sabnav */

a#logo {
	background:url(../img/logo.gif) no-repeat;
	color:#666;
	font-size:15px;
	text-decoration:none;
	display:block;
	float:left;
	width:565px;
	height:67px;
	text-align:right;
	line-height:80px;
	margin-top:14px;
	}
ul#subnav {
	float:right;
	background:url(../img/shade_v.jpg) no-repeat;
	height:80px;
	padding-top:14px;
	
	}
ul#subnav li {
	margin-left:50px;
	float:left;
	 }
ul#subnav li a {
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	padding:30px 0 0 0;
	display:inline-block;
	background:no-repeat center top;
	}
ul#subnav li a:hover	{
	color:#00A7DF;
	}
	
/* main nav */	

ul#nav {
	clear: both;
	}
ul#nav li {
	display:block;
	margin:0 2px 0 0;
	float:left;
	border-bottom:#fff solid 14px; /* margin collapse fix */
	}
ul#nav li a {
	display:inline-block;
	width:193px;
	height:47px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:46px;
	font-family:Arial, Helvetica, sans-serif;
}	
ul#nav li a:hover,  /* nav select */
#webDesign #nav1,  
#emailDesign #nav2,
#logoPrint #nav3,
#artwork #nav4,
#resume #nav5 {
	background:url(../img/nav_select.png) no-repeat center top !important; 
	background:url(../img/nav_select.gif) no-repeat center top; /* for IE6 */
	}
	
/* content */	

#content {
	clear:both;
	border:#ccc solid 1px;
	padding:0 2px 40px 2px;
	}

#content a:hover {
	color:#00A7DF;
	}	
#content a {
border:none;
color:#666;
	text-decoration:none;
}	
/* homepage */		
	
#home #content {
	background:url(../img/bg_home.jpg) no-repeat 2px 2px;
	*background:url(../img/bg_home.jpg) no-repeat 3px 3px;
	}
#intro {
	padding:0 460px 30px 120px;
	height:165px;
	overflow:hidden;
	clear:both;
	}
#intro a, #intro a:hover, #home .sub p a {
	color:#000;
	}	
	
#home .sub {
	width:440px;
	white-space: nowrap;
	float:left;
	padding:0 0 30px 40px;
	}
#home .sub ul, #home .sub p {
	margin-top:35px;
	}
#home .sub li {
	background:url(../img/arrow.gif) no-repeat left center;
	margin-left:80px;
	padding-left:20px;
	}
#home .sub p {
	float:left;
	width:310px;
	white-space: normal;
	padding:0 0 30px 80px;
	}
	
/* portfolio */

#holder {
	padding:0 40px 40px 40px;
	}	
#holder a, #logoImg  {
	float:left;
	margin-right:40px;
	}
	
#logoImg  {
	width:460px;
	text-align:center;
	}
#logoPrint #logoImg {
	padding:40px 0;
	border:#CCC solid 1px;
	width:458px;
	}
	
#holder a span {
	display:block;
	padding: 0 20px;
	background:url(../img/icon_launch.gif) no-repeat left center ;
	
	}
#holder a:visited span {
	display:block;
	padding: 0 20px;
	background: url(../img/icon_launch_visited.gif) no-repeat left center ;
	
	}
	
#webDesign h2, #emailDesign h2, #logoPrint h2, #artwork h2 {
	float:right;
	color:#9764C9;
	width:386px;
	margin-bottom:20px;
	}
#emailDesign h2 {
	color:#f90;
	}
	
#logoPrint h2 {
	color:#00A7DF;
	}
#artwork h2 {
	color:#8CBA00;
	}

#webDesign h2 span, #emailDesign h2 span, #logoPrint h2 span {
	display:block;
	color:#666;
	font-size:13px;
	font-weight:normal;
	}

#holder {
	clear:both;
	}
#holder ul {
	padding:20px 0 0 0;
	float:right;
	min-height:60px;
	width:380px;
	}
#holder ul li {
	background:url(../img/icon_list.gif) no-repeat left 8px;
	padding:2px 20px;
	color:#666;
	}

#counter {
	background:url(../img/shade_counter.jpg) no-repeat 12px bottom;
	padding-bottom:12px;
	display:block;
	float:right;
	border-top:40px solid #fff;
	border-right:40px solid #fff;
	}
#counter.next {
	background:url(../img/shade_h_right.jpg) no-repeat 107px bottom;
	}
#counter.prev {
	background:url(../img/shade_h.jpg) no-repeat 12px bottom;
	}
#counter span {
	color:#9764C9; /* default for web design page */
	border:#9764C9 solid 2px; /* default for web design page */
	padding: 0 6px;
	font-weight:bold;
	float:left;
	display:block;
	height:20px;
	margin:0 2px;
	width:55px;
	text-align:center;
	}
	
#emailDesign #counter span {
	color:#f90;
	border:#f90 solid 2px;
	}
#logoPrint #counter span {
	color:#00A7DF;
	border:#00A7DF solid 2px;
	}
#artwork #counter span {
	color:#8CBA00;
	border:#8CBA00 solid 2px;
	}
	
#counter a, #counter a:hover  {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	float:left;
	display:block;
	height:24px;
	}
#counter a img {
	margin:0 5px 2px 5px;
	}
#butNext {
	padding:0 5px 0 15px;
	background:#9764C9 url(../img/h1_purple.gif) no-repeat right top; /* default for web design page */
}
#emailDesign #butNext {
	background:#f90 url(../img/h1_orange.gif) no-repeat right top;
	}	
#logoPrint #butNext {
	background:#00A7DF url(../img/h1_blue.gif) no-repeat right top;
	}
#artwork #butNext {
	background:#94C700 url(../img/h1_green.gif) no-repeat right top;
	}
	
#butPrev {
	padding:0 15px 0 5px;
	background:#9764C9 url(../img/prev_purple.gif) no-repeat; /* default for web design page */
}
#emailDesign #butPrev {
	background:#f90 url(../img/prev_orange.gif) no-repeat;
	}
#logoPrint #butPrev {
	background:#00A7DF url(../img/prev_blue.gif) no-repeat;
	}
#artwork #butPrev {
	background:#94C700 url(../img/prev_green.gif) no-repeat;
	}
	
#copy {
	clear:both;
	padding:0 40px;
	}
#copy p, #copy ul {
	margin-bottom:10px;
	}

#copy li {
	background:url(../img/arrow.gif) no-repeat left 8px;
	padding:2px 20px;
	color:#666;
	}
	
#resume h2 {
	color:#00A7DF;
	margin-bottom:5px;
	}

a#print {
	background:url(../img/icon_print.gif) no-repeat 0 0 ;
	margin:40px 40px 0 0;
	padding-left:30px;
	text-decoration:none;
	float:right;
}	
span.phone {
	background:url(../img/icon_phone.gif) no-repeat 0 5px ;
	padding-left:30px;	
}	
a.email {
	background:url(../img/icon_launch.gif) no-repeat 0 5px ;
	padding-left:30px;
	
}

	
	
/* footer */

#footer {
	color:#666;
	font-size:11px;
	padding:15px 0;
	}	