@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ================================ END CSS RESET =================================*/

body {
	background-color: #e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	}

.clear {
	clear:both;
}

#bodyContainer {
	width:918px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:918px;
	margin:22px 0 10px 0;
}


#footer {
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
}

#footer a {
	color:#333;
}

#footer a:hover {
	text-decoration:none;
}

#footer .red {
	color:#F00;
}

#footer .pad {
	padding:0 20px;
}

#nav {
	font-size:17px;
	color:#000;
	text-align:center;
	padding:5px 0 15px 0;
	font-weight:bold;
}

#nav a {
	color:#000;
	padding:0 3px;
}

#nav a:hover {
	color:#000;
	text-decoration:none;
}

/* ============================= PAGE STYLES ============================= */

.clear {
	clear:both;
	}
	
.productimg {
	margin:10px 0;
	border:solid 2px #FFF;
	}

#content {
	width:888px;
	background-image:url(/images/background-fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#AF0506;
	line-height:1.3;
	color:#FFF;
	font-size:14px;
	padding:15px;
}

#content p{
	padding-top:14px;
}

.hometablePad {
	margin-top:6px;
	
}

.hometablePad td {
	padding:8px;
	text-align:center;
}

.contentTable {
	width:100%;
}

.contentTable ul {
	list-style-type:disc;
	margin-left:13px;
	}

.contentTableProds {
	width:100%;
}

.contentTable td {
	vertical-align:middle;
}

/* ============ ABOUT STYLES ============ */

#contentPicLeft {
	width:888px;
	margin-left:auto;
	margin-right:auto;
	padding-top:13px;
}

#contentPicLeftPhoto {
	width:210px;
	height:400px;
	float:left;
	padding-right:45px;
}

#contentPicLeftContent {
	width:568px;
	height:400px;
	float:left;
	display:table-cell;
	vertical-align:middle;
}

/* ============ GALLERY STYLES ============ */

#galleryPicLeftTitle {
	width:210px;
	float:left;
}

#galleryPicLeftPhoto {
	width:210px;
	float:left;
	padding-right:15px;
}

#galleryPicLeftContent {
	width:445px;
	float:left;
}

.gallTable td {
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

/* ============ PRODUCTS STYLES ============ */

#prodPicLeft {
	width:450px;
	float:left;
}

#prodPicLeftPhoto {
	width:210px;
	float:left;
}

#prodPicLeftContent {
	width:228px;
	float:left;
}

#prodNav {
	padding-left:35px;
	font-size:15px;
	font-weight:bold;
}

#prodNav .prodTitle {
	padding:0 0 15px 40px;
	font-weight:bold;
}

#prodNav a {
	color:#FFF;
	text-decoration:none;
}

#prodNav a:hover {
	color:#FFF;
	text-decoration:underline;
}

.prodTable {
	padding:10px;
}

.prodTable td {
	padding:5px;
}

/* ============ SPECIFIC PRODUCTS STYLES ============ */

#productsPicLeft {
	width:660px;
	float:left;
}

#productsPicLeftNav {
	width:228px;
	float:left;
}

h1 {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
	}

.prodPageTable td {
	padding:8px;
	vertical-align:top;
}

/* ============ CONTACT PRODUCTS STYLES ============ */

#contactPicLeft {
	width:670px;
	float:left;
}

#contactPicPhoto {
	width:210px;
	float:left;
}

#contactPicLeft a {
	color:#FFF;
	text-decoration:underline;
}

#contactPicLeft a:hover {
	color:#FFF;
	text-decoration:none;
}

.formTable {
	margin-top:15px;
}

.formTable td {
	padding:2px;
}

#contentForm p{
	padding-top:14px;
}

#contentForm {
	width:918px;
	background-image:url(/images/formBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#AF0506;
	line-height:1.3;
	color:#FFF;
	font-size:14px;
	clear:both;
}

#contentFormBottom {
	height:156px;
	width:918px;
	background-image:url(/images/formBottom.jpg);
	background-repeat:repeat-x;
	background-position:center;
	clear:both;
}
			   
.contentTableForm {
	width:100%;
}

.contentTableForm td {
	vertical-align:middle;
}

.smallText {
	font-size:11px; 
	font-style:italic;
}

/* ============ PATTERNS STYLES ============ */

#patterns td {
	padding:12px;
	text-align:center;
	line-height:15px;
	}