/*******************************************************
Pure Elegance Chair Covers
Web design by jacob i design
www.jacobidesign.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#ffffff;
	background-color:#360901;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	padding:0;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	padding:5px;
	width:750px;
	height:160px;
	color:#ffffff;
	background-color:#360901;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0;
	padding:0px;
	width:190px;
	background-color:#360901;
/*change to background color from entire page*/
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
	font-size:16px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0;
	width:210px;
	background-color:#360901;
	height: 473px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	margin:0px;
	width:335px;
	background-color:#000000;
	border: thin dotted #FFFFFF;
	height: 473px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#columnThree h2 {
font-weight: 100;
color: #DBEAF0;
letter-spacing: -2px;
font-size: 28px;
padding: 10px 0 10px 0;
}

/* << ----------------// Footer //------------ */
#footer {
	margin:0;
	width:950px;
	height:20px;
	font-size:12px;
	color:#ffffff;
	background-color:#360901;

}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
font-size:12px;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
font-size:12px;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navcontainer { width: 145px;

 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 18px;
	width: 150px;
	background-color: #360901;
	font-size:larger;
	text-indent:15px;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
	background-image: url(img/dot.png);
}

#navcontainer a:hover
{
	background-color: #66221A;
	color: #EBE6CF;
	border: 0px none #FFFFFF;
	list-style-type: none;
	background-image: url(img/dot.png);
}
.style2 {color: #ebe6cf}
