/* 
CREATED BY HOTWIRE ADVERTISING AND WED DESIGN 
http://www.hotwireindustries.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	text-transform: none;
	color: #5c5c5c;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/floor_bg.jpg);
	background-repeat: repeat;
}

.clear	{
	clear: both;
}

img {
	border: 0;
}

.imgFloat {
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 10px 0 10px 15px;
}

a {
	color: #42a7de;
}

a:hover {
	color: #999999;
}

input {
	border: 1px solid #ccc;
	color: #42a7de;
}

textarea {
	border: 1px solid #ccc;
	color: #42a7de;
}

div.inner-wrap {
	width: 745px;
	/* change from left align site to centering the site */
	text-align: left;
	padding: 0;
	margin: 0;
}

#mainContainer {
	background-repeat: repeat-y;
	background-image: url(../images/shadow_wood.png);
	width: 745px;
	padding: 0 22px 10px 22px;
	margin: 0 auto;
	text-align: center;
}

#header {
	margin: 0;
}

#nav {
	color: #FFF;
	margin-top: 5px;
	padding: 3px 0 3px 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


#nav .inner-wrap {
	width: 730px;
}

#nav .inner-wrap ul {
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#nav .inner-wrap li {
	display: inline;
	padding: 0 20px 0 0;
}

#nav .inner-wrap li a {	
	text-transform: uppercase;
}

#content {
	margin: 35px 0 0 0;
	padding: 0 0 35px 15px;
}

#content .inner-wrap {
	width: 730px;
}

#leftContent {
	float: left;
	width: 470px;
}

#rightContent {
	float: right;
	width: 180px;
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	background-image: url(../images/testimonials_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.underline {
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 1px;
}

.dashedline {
	width: 100%;
	margin-top: 20px;
	background-image: url(../images/dashed_line.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

#rightContent .dashedline {
	margin-top: 0;
}

#printing_samples H2 {
	font-size: 19px;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	_margin: 0;
	#margin: 0;
}

#printing_samples img {
	padding-top: 30px;
	#padding-top: 20px;	
}

#footer {
	font-size: 10px;
	margin: 0;
	padding: 10px 0 0 15px;
	border-top: solid 1px #ccc;
}

#footer .inner-wrap {
	width: 730px;
}

#footerImage {	
	background-image: url(../images/shadow_wood_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 790px;
	margin: 0 auto;
	text-align: center;
}

H1 { 
	font-size: 28px;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
	color: #9e4e1a;
	margin: 0 0 0 0;
	_margin: 0 0 0 0;
	#margin: 0 0 0 0;
}

H2 {
	font-size: 19px;
	line-height: 28px;
	text-decoration: none;
	color: #9e4e1a;
	font-weight: normal;
	margin: 30px 0 0 0;
	_margin: 35px 0 0 0;
	#margin: 35px 0 0 0;
}

H3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 0 0 0 0;
	_margin: 0 0 0 0;
	#margin: 0 0 0 0;
}
