@import url("form.css");


/* This rule resets a core set of elements so that they will appear consistent across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style:none;
  font-size: 95%;
}

/* The body is the outermost layout component and contains the visible page content. */
body {
  background-color: #463f47;
  color: #2c2c2e;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties */
  padding: 0 0 0 0; /* Sets the padding properties for an element */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
  margin-bottom:15px;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #333333;
  margin-top:25px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 14px;
}

h3 {
	margin: 15px 0 10px 0;
	}

hr {
	clear:both;
	color:#6633FF;
	width:90%;
	margin-top:20px;
	margin-bottom:20px;
	}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #6600FF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #b92200;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #392f69;
}

.red {
	color:#FF0000;
	line-height:20px;
	}

/* This is a container for the page content.*/
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 98%;
  min-width:800px;
}
#outerWrapper #header {
  background: url(../images/golden-emuoil.png) #FFFFFF left top no-repeat;
  border-bottom: solid 3px #656586; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 1.8em;
  font-weight: bold;
  height: 120px;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties */
}

#outerWrapper #header h1{
  text-indent:-9000px;
}

#outerWrapper #header #headImage{
  float:right;
  margin:-20px 0 0 0;
}

#contentWrapper{
	background-color:#f4f2fc;
	}


#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 20px 15px 20px 15px; /* Sets the padding properties*/
  width: 13.8%;
}


#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  margin:0 0 0 0px;
  padding: 20px 20px 20px 20px; /* Sets the padding properties */
  width: 140px;
}

#outerWrapper #contentWrapper #leftColumn1.nav {
	float:left;
	}

#outerWrapper #contentWrapper #leftColumn1 h2{
	margin:0;
	padding:20px 0 0 0;
	margin-bottom:10px;
	}
	
#outerWrapper #contentWrapper #leftColumn1 ul a{
	background:#8281d1;
	display:block;
	padding:5px 0 0 5px;
	width:11.7em;
	height:1.7em;
	border:1px #FFFFFF solid;
	color:#ffffff;
	font-size:1em;
	text-decoration:none;
}

#outerWrapper #contentWrapper #leftColumn1 ul a:hover{
	background:#6666CC;
	}


/* Contains the main page content.  */
#outerWrapper #contentWrapper #content {
	background-color:#FFFFFF;
   margin: 0 17% 0 20%; /* Sets the margin properties */
   padding: 40px 10px 10px 15px; /* Sets the padding properties */
   border-left: solid 1px #a8a2d1;
   border-right: solid 1px #a8a2d1;
}

#outerWrapper #contentWrapper #content #product{
	float:left;
	width:24em;
	}
	
#outerWrapper #contentWrapper #content h2{
	margin-top:10px;
	margin-bottom:15px;
	text-decoration:underline;
	}
	
#outerWrapper #contentWrapper #content h2 a{
	color:#000000;
	text-decoration:underline;
	}
	
#outerWrapper #contentWrapper #content h2 a:hover{
	text-decoration:underline;
	color:#6600FF;
	}
	
#outerWrapper #contentWrapper #content #secondHeader{
	
	width:50%;
	}
	
#outerWrapper #contentWrapper #content #product img{
	float:left;
	border:none;
	}
	
#outerWrapper #contentWrapper #content #product #product_description{
	width:55%;
	float:left;
	}
	
#outerWrapper #contentWrapper #content #large_product{
	margin-left:30px;
}
	
#outerWrapper #contentWrapper #content #large_product img{
	float:left;
}

#outerWrapper #contentWrapper #content #large_product #large_product_details{
	padding-top:40px;
	width:57%;
	float:left;
	font-size:1em;
	}
	
#outerWrapper #contentWrapper #content #large_product_description{
	width:98%;
	margin-top:0;
	float:right;
	}
		
#outerWrapper #contentWrapper #content #product_header{
	padding-top:40px;
	}
	
#outerWrapper #contentWrapper #content #large_product_description blockquote ul li{
	list-style:disc;
	}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
  color:#FFFFFF;
}
#outerWrapper #footer {
  clear:both;
  background-color: #f4f2fc;
  border-top: solid 1px #a8a2d1; /* Sets the top border properties*/
  padding: 10px 10px 10px 10px; /* Sets the padding properties */
  text-align:right;
  font-size:0.8em;
}
