/* ------------------  general settings ---------------*/
/* # specifies an id and a .name is a class*/

body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	colour: black;
	background-color: white;
	font-size: 100.01%;
	text-align: center;
	text-decoration: none;
}

td, table {
	font: 1.0 em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	/*vertical-align: top;*/
	/*margin: 0px;*/
}


td.left {
	font: 1.0 em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	/*margin: 0px;*/
}

td.right {
	font: 1.0 em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	/*margin: 0px;*/
}

table.left {
	font: 1.0 em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	/*margin: 0px;*/
}

table.right {
	font: 1.0 em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	/*margin: 0px;*/
}

H1 {
	font-weight: bold;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: capitalize;
	font-size: 16px;
}
H2 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1 em;
	/*text-align: left;*/
}

H3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	color: red;
}

h4 {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	font-size: 9px serif;
	color: black;
}
H5 {
	/*margin: 0px 0px 0px 0px;*/
	padding: 0px;
	font-weight: normal;
	font-size: 30px sans-serif;
	text-align: left;
	color: red;
}


/* ------------------  use this for general product linking and titles ---------------*/
H6 {
	/*margin: 0px 0px 0px 0px;*/
	padding: 0px;
	font-weight: normal;
	font-size: 30px sans-serif;
	text-align: left;
	color: black;
}

H7 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1 em;
	text-align: left;
	color: black;
}


p {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1 em;
	text-align: left;
	color: black;
}

prod {
	/*margin: 0px 0px 0px 20px;*/
	padding: 0px;
	font-weight: normal;
	font-size: 40px sans-serif;
	color: black;
}

/* ------------------  IDs for template ---------------*/
#logo {
	/*background:url('images/pure_oil_logo.png') no-repeat;*/
	/*margin: 0px;*/
	padding: 0px;
	clear: none;
	/*float: left;*/
	height: 135px;
	width: 180px;
	display: block;
}

/* ------------------ linking ---------------*/

/* ------------------ menu linking ---------------*/

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: black;
}

/* ------------------ product linking ---------------*/


a:link.products {
	color: black;
}

a:visited.products {
	color: black;
}

a:hover.products {
	color: #009245;
}

/* ---------------------------   specify header area  --------------------------- */


#menu {
	/*background:url('images/pure_oil_drums.png');*/
	position: fixed;
	top: 100px;
	left: 5%;
	/*background-repeat:no-repeat;*/
	/*background-position:right bottom;*/
	/*margin: 0px;*/
	padding: 0px;
	/*clear: none;*/
	float: left;
	width: 160px;
	/*display: block;*/
}

#header-menu {
	/*margin: 0px;*/
	padding: 0px;
	font: 15px serif;
	color: #white;
	text-decoration: none;
	background: #009245;
}

/* ---------------------------   specify footer area  --------------------------- */

#footer {
	font-size: 11px serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: black;
	text-align: center;
}

/* ---------------------------   menu settings  --------------------------- */

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/bottom.gif) no-repeat  right bottom;
	color: red;
}
div.sdmenu div {
	background: url(../images/toptitle.png) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/toptitle.png) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: black;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : red url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

div.title {
	
}


#tlc, #trc { zoom: 1 }

#header
	{
	position: relative;
	margin-left: 8em;
	margin-right: auto;	
	margin-top: 2em;
	padding: 0;
	text-align: right;
	/*width:80%;	*/			/* <-- use this to tie width to viewport size */
	width: 54em;				/* <-- use this for a set width */
	background-color: white;
	/*background-color: #eeeeee;*/
	}
	
#header-logo
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 2em;
	padding: 0;
	text-align: right;
	/*width:80%;	*/			/* <-- use this to tie width to viewport size */
	width: 54em;				/* <-- use this for a set width */
	background-color: white;
	/*background-color: #eeeeee;*/
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	/*background-color: white;*/
	background-color: #fefefe;
	}
 	
#content
	{
	margin-left: 110px;
	margin-right: auto;
	padding:1em;
	}

#content h1
	{
	color:black;
	font-weight: bold;
	font-size: 2.5em;
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	/*color:#3b3b3b;*/
	color: red;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/*   ------ our special red border  ------ */

/* ---=== border code follows ===--- */
/*
	tlc-spot = top left corner
	trc-spot = top right corner
	blc-spot = bottom left corner
	brc-spot = bottom right corner
	lb-spot = left border
	rb-spot = right border
	tb-spot = top border
	bb-spot = bottom border 
*/

#tlc-spot, #trc-spot, #blc-spot, #brc-spot
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc-spot
	{
	background-image:url(../images/red_menu_bar_large_left.png);
	background-position: 0% 0%;
	}

#trc-spot
	{
	background-image:url(../images/red_menu_bar_large_right.png);
	background-position: 100% 0%;
	}
	
#blc-spot
	{
	background-image:url(../images/red_menu_bar_small_left.png);
	background-position: 0% 100%;
	}

#brc-spot
	{
	background-image:url(../images/red_menu_bar_small_right.png);
	background-position: 100% 100%;
	}

#tb-spot, #bb-spot
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb-spot
	{
	background-image:url(../images/red_menu_bar_large_middle.png);
	background-position: 0% 0%;
	}

#bb-spot
	{
	background-image:url(../images/red_menu_bar_small_middle.png);
	background-position: 50% 100%;
	}
	
#rb-spot
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#lb-spot
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
	
#tablewrapper{
border-collapse: collapse;
display: table;
table-layout: fixed;
}