/* CSS Document */
/* created by stephen holsinger <sholsinger (at) gmail (dot) com> */

body {
	position: relative;
	text-align: center; /* IE center align fix */
	background-color: #EAEAEA;
	font: normal 12px "Trebuchet ms", Helevetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* etc classes */
.floatright {
	float: right !important;
}
.floatleft {
	float: left !important;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.noborder{
	border: 0 !important;
}
#ie6Warning {
	position: absolute;
	top: 150px;
	left: 200px;
	margin: 0 auto;
	width: 250px;
	padding: 5px;
	background-color: #FDFFBB;
	border: 4px solid #EAA01A;
	color: #000;
	font: bold 14px "trebuchet ms", helevetica, sans-serif;
	z-index: 9999;
}
#ie6Warning .close {
	position: absolute;
	top: -10px;
	right: -10px;
	float: right;
	cursor: pointer;
	color: #F00;
	background-color: #FFF;
	border: 2px solid #F00;
	padding: 2px 7px;
}


/* container */
#container {
	width: 600px;
	margin: 0 auto; /* center in standards browsers */
	text-align: left; /* IE center align fix - reset */
	position: relative;
}

/* header */
#head {
	position: relative;
	z-index: 200;
	height: 72px;
	margin: 0;
	padding: 0;
}
#head h1 {
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	background: #EAEAEA url("images/logo-text.gif") no-repeat 0 0;
	height: 42px;
	width: 261px;
	position: absolute;
	top: 10px;
	left: 71px;
}
#hdrBlossom { /* not actually in the header div, but positioned there. */
	position: absolute;
	top: 2px;
	left: -42px;
	z-index: 220;
	height: 122px;
	width: 132px;
	background: transparent url("images/blossom-trans.gif") no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#head ul.nav {
	margin: 43px 25px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	height: 29px;
	z-index: 300;
}
* html #head ul.nav {
	margin-right: 15px !important;
}
#head ul.nav li {
	margin: 0 4px;
	padding: 0;
	background: #D9D8D8 url("images/tab-d.gif") repeat-x 0 0;
	float: left;
}
#head ul.nav li a {
	text-decoration: none;
	color: #827D80;
	display: block;
	padding: 6px 4px 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background: #FFF url("images/tab-d.gif") repeat-x 0 0;
}
#head ul.nav li a:hover {
	background: #FFF url("images/tab-h.gif") repeat-x 0 0;
	color: #D4589E;
}
#head ul.nav li a.active, #head ul.nav a.active:hover {
	color: #000;
	background: #B7B5B6 url("images/tab-a.gif") repeat-x 0 0;
}
#head ul.nav li#hdrContact {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 7px;
	width: 45px;
	margin: 0;
	padding: 0;
}
#head ul.nav li#hdrContact a, #head ul.nav li#hdrContact a:hover {
	height: 7px;
	width: 45px;
	background: #EAEAEA url("images/contact-small.gif") no-repeat 0 0;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
#head ul.nav li#hdrSitemap {
	position: absolute;
	top: 15px;
	right: 3px;
	height: 9px;
	width: 50px;
	margin: 0;
	padding: 0;
}
#head ul.nav li#hdrSitemap a, #head ul.nav li#hdrSitemap a:hover {
	height: 9px;
	width: 50px;
	background: #EAEAEA url("images/sitemap-small.gif") no-repeat 0 0;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

/* main */
#main {
	position: relative;
	z-index: 190;
	background: #EAEAEA url("images/body-bg.gif") repeat-y 0 0;
	padding: 30px 25px;
	margin: 0;
}
#main p {
	text-indent: 3.5em;
}

	/* body links */
	#main a:link {
		color: #D562A7;
		text-decoration: none;
		border-bottom: 1px solid #B7B5B6;
	}
	#main a:hover {
		color: #B7B5B6;
		text-decoration: none;
		border-bottom: 1px solid #D562A7;
	}
	#main a:visited {
		color: #B82A7C;
		text-decoration: none;
		border-bottom: 1px dotted #B7B5B6;
	}
	a.moreInfo {
		padding-right: 10px;
		background: transparent url("images/arrow.gif") no-repeat right;
	}
	a.noBorder {
		border: 0;
	}
	a.popup {
		padding-right: 14px;
		background: transparent url("images/popup.gif") no-repeat top right;
	}

#main .col1 {
	z-index: 99;
	float: left;
	width: 310px;
	margin-right: 10px;
	position: relative;
}

#main .col2 {
	z-index: 10;
	position: relative;
}

	/* featured project */
	#main .featuredProject {
		float: right;
		width: 206px;
		color: #000;
		border-bottom: 1px solid #CF5E9E;
		padding-bottom: 10px;
	}
	#main .featuredProject p {
		text-indent: 0;
	}
	#main .featuredProject div.image {
		text-align: center;
	}
	#main .featuredProject h3 {
		font-size: 14px;
		border-bottom: 1px solid #CF5E9E;
		color: #827D80;
	}
	#main .featuredProject img {
		border: 0;
		margin: 0 auto;
	}

#mainTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 25px;
	background: #FFF url("images/body-top.gif") no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	text-align: left;
}
* html #mainTop {
	left: -345px;
}

/* contact page */
	#contactform fieldset {
		border: 1px solid #D562A7;
		padding: 20px;
	}
	#contactform label {
		width: 150px;
		float: left;
		clear: left;
	}
	#contactform span.req {
		color: #D562A7;
	}
	#contactform input.text {
		width: 150px;
		float: left;
	}
	#contactform textarea.bigtext {
		width: 500px;
		height: 200px;
		clear: left;
	}
	#contactform input.submit {
		background: #FFF url("images/tab-a.gif") repeat-x 0 0;
		text-decoration: none;
		color: #827D80;
		display: block;
		padding: 4px;
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		border: 1px solid #D562A7;
		-moz-border-radius: 4px;
		margin: 10px auto;
		float: none;
		cursor: pointer;
	}
	#contactform input.submit:hover {
		border-width: 2px;
		padding: 3px 4px;
	}

/* services + portfolio page */
	ul.services, ul.portfolio, ul.clientlist {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul.services li, ul.portfolio li {
		padding: 0;
		margin:  0 10px 20px;
		float: left;
		width: 240px;
		min-height: 140px;
		position: relative; /*( IE Fix for disappearing objects ) */
	}
	ul.services strong, ul.portfolio strong {
		display: block;
		border-bottom: 1px solid #D35DA4;
	}
	ul.services p {
		padding: 8px 10px;
		margin: 0;
	}
	ul.portfolio a, ul.portfolio a:link, ul.portfolio a:visited {
		color: #D562A7;
		text-decoration:none;
		border-bottom: none !important;
	}
	ul.portfolio a:hover {
		color: #B7B5B6;
	}
	ul.portfolio .image {
		display:block;
		clear:both;
		text-align: center;
	}
	ul.portfolio p {
		margin: 0;
		padding: 8px 0px;
	}
	ul.services li.odd p {
		background-color: #F9E6F1;
	}

/* footer */
#footer {
	margin: 0;
	padding: 25px 25px;
	background: #D867AB url("images/footer-bg.gif") repeat-y 0 0;
	position: relative;
	color: #FFF;
	text-align: center;
	clear: both;
	z-index: 230;
}
#mainBottomFooterTop {
	text-indent: -99999px;
	height: 48px;
	width: 600px;
	display: block;
	position: absolute;
	top: -29px;
	left: 0px;
	z-index: 240;
	background: transparent url("images/edges-b-f.gif") no-repeat 0 0;
	text-align: left;
}
* html #mainBottomFooterTop {
	left: -300px;
}

#footer ul.nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer ul.nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul.nav li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px 0 0;
	border-right: #B7B5B6 1px solid;
}
#footer ul.nav li.last a {
	border: 0;
}
#footer ul.nav li a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0;
	margin: 14px 0 0 0;
}

#footerBottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #D562A7 url("images/footer-bottom.gif") no-repeat 0 0;
	text-indent: -99999px;
	height: 25px;
	width: 600px;
	z-index: 250;
}