@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Instaprint Plus
Author: Jeff Sanders
Date Created: 5/1/2009
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
html {
	height: 100%;
}
body {
	border-top: 10px solid #000;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#inner_wrapper {
	margin: 0px auto;
	width: 900px;
}
	/* header info */
	#header {
		position: relative;
		height: 230px;
	}
		#header #flashLogo {
			width: 350px;
			height: 229px;
			display: block;
		}
		#header h1 {
			padding-left: 20px;
			line-height: 229px;
			display: block;
		}
		#header h3 {
			position: absolute;
			top: 110px;
			right: 20px;
			font-size: 24px;
			text-transform: none;
			width: 500px;
			float: right;
		}
	#content {
		position: relative;
		padding: 20px;
		padding-bottom: 400px;
	}
	.profile_left {
		margin-right: 20px;
		width: 230px;
		height: 525px;
		float: left;
		display: block;
	}
		.pink {
			background: url(../images/man_left.png) top left no-repeat;
		}
		.blue {
			background: url(../images/blue_man.png) top left no-repeat;
		}
		.woman {
			background: url(../images/green_woman.png) top left no-repeat;
		}
	#content_right {
		width: 610px;
		min-height: 300px;
		float: right;
		display: block;
	}
	
/* footer info */
#footer {
	padding-top: 20px;
	position: relative;
	margin-top: -360px;
	height: 400px;
	background: #009DC3;
}
	#footer h3 {
		font: 30px Arial, Helvetica, sans-serif;
		color: #FFBF00;
	} 
	#footer p {
		font: 14px/1.5em Arial, Helvetica, sans-serif;
		color: #fff;
	}
	#inner_footer {
		padding: 0px 20px 0px 20px;
		width: 860px;
		height: 360px;
		margin: 0px auto;
	}
	#services {
		width: 580px;
		height: 340px;
		border-right: 1px solid #00B0DD;
		display: block;
		float: left;
	}
		ul.serviceList {
			list-style-type: none;
			margin-right: 20px;
			float: left;
		}
		ul.serviceList li {
			padding: 2px 5px;
			width: 160px;
			font: 14px/2.0em Arial, Helvetica, sans-serif;
			color: #fff;
		}
		ul.serviceList li:hover {
			background: #0094B7;
		}
	#contact_us {
		padding-left: 30px;
		width: 230px;
		height: 340px;
		border-left: 1px solid #0086A8;
		display: block;
		float: left;
	}
	#copyInfo {
		height: 40px;
		background: #005A6F;
		clear: both;
	}
	#copyInfo p.copy {
		padding-left: 20px;
		font-size: 12px;
		display: block;
		float: left;
	}
	#copyInfo p.publisher {
		padding-right: 20px;
		font-size: 12px;
		display: block;
		float: right;
	}

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	position: absolute;
	top: 60px;
	right: 0px;
	list-style-type: none;
}
ul#nav li {
	padding: 0px 3px;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #30B2D1;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover {
	border-bottom: 5px solid #7FC41C;
}
#invitations ul#nav li a.invitations,
#printing ul#nav li a.printing,
#quote ul#nav li a.quote,
#other ul#nav li a.other ,
#location ul#nav li a.location {
	background: #7FC41C; 
	color: #fff;
	border-bottom: none;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px 10px 0px;
}
h3 {
	font: 26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7FC41C;
}
h4 {
	font: 26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #009DC3;
}
p {
	margin: 10px 0px;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
}
small {
	font: 10px Arial, Helvetica, sans-serif;
}
a {
	color: #009DC3;	
}

/* ------------------------------------------------------------------------
LINK ELEMENTS
--------------------------------------------------------------------------*/
#footer a {
	color: #fff;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------
LIST ELEMENTS
--------------------------------------------------------------------------*/
ol li {
	margin-left: 20px;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
}

/* ------------------------------------------------------------------------
HOME ELEMENTS
--------------------------------------------------------------------------*/
#slideshow {
	margin-bottom: 20px;
	width: 630px;
	height: 257px;
}
#txtbody {
	padding: 10px 20px 10px 20px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	overflow: hidden;
}
#desc {
	width: 315px;
	float: left;
	display: block;
}
#map {
	width: 245px;
	float: right;
	display: block;
}
#map img {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
iframe {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

/* ------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------*/
form {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
form p {
	font-size: 12px;
}
br {
	clear: both;
}
label {
	margin-bottom: 10px;
	width: 300px;
	float: left;
	display: block;
}
label.radio {
	padding-right: 10px;
	width: auto;
}
label.full {
	width: 100%;
}
input[type="text"], select {
	margin-bottom: 10px;
	padding: 2px 3px;
	width: 250px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
select {
	width: 258px;
	color: #333;
}
textarea {
	margin-bottom: 10px;
	padding: 3px;
	width: 500px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.attn {
	color: #FF0000;
}

/* ------------------------------------------------------------------------
OTHER SERVICES
--------------------------------------------------------------------------*/
ul.col {
	margin-top: 20px;
	margin-left: 20px;
	width: 46%;
	list-style-type: square;
	float: left;
	display: block;
}
ul.col li {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
--------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}