/* General Style - Reset to Zero - Basic Defaults */

html, body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #565656;
	}
td
	{
	font-family: arial, sans-serif;
	font-size: 12px;
	}
a img
	{
	border: 0px;
	}
p, h1, h2, h3
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h1
	{
	font-size: 20px;
	font-weight: bold;
	}
h2
	{
	font-size: 14px;
	}
h3
	{
	font-size: 12px;
	}
p
	{
	font-size: 12px;
	line-height: 1.4;
	}
a
	{
	color: #ffffff;
	text-decoration: none;
	}
a:hover
	{
	color: #b5121b;
	text-decoration: none;
	}
img
	{
	margin: 0px;
	padding: 0px;
	}
input, textarea
	{
	font-family: arial, sans-serif;
	}

/* All Pages CSS */

div.oa
	{
	width: 1039px;
	margin: 10px auto;
	border: solid 0px #221e1f;
	text-align: left;
	}
div.header
	{
	height: 91px;
	background: #000000;
	color: #ffffff;
	font-size: 28px;
	}
div.header img
	{
	padding: 0px 15px 0px 64px;
	}
div.eye_design
	{
	height: 177px;
	background: #a39161 URL(images/eye_design_2.png) no-repeat;
	}
div.eye_design p
	{
	width: 312px;
	color: #ffffff;
	line-height: 1.6;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 0px 64px;
	}
div.strapline
	{
	height: 28px;
	background: #a39161;
	border: solid 1px #8b7c53;
	border-width: 1px 0px;
	}
div.strapline p
	{
	padding: 5px 64px 0px 64px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}

/* Menu */

div.menu
	{
	background: #000000;
	height: 34px;
	padding: 0px 56px;
	overflow: hidden;
	}
div.menu a, div.menu a.on, div.menu a.off
	{
	display: block;
	padding: 5px 8px 0px 8px;
	height: 34px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}
div.menu a.off
	{
	background: #000000 URL(images/menu_item_background.png) 50% 0% no-repeat;
	}
div.menu a.on, div.menu a.off:hover
	{
	background: #b5121b URL(images/menu_item_background_on.png) 50% 0% no-repeat;
	}
div.menu_spacer
	{
	padding: 5px 3px 0px 3px;
	width: 3px;
	height: 34px;
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}

/* Footer */

div.copyright, div.copyright a
	{
	font-size: 12px;
	color: #444444;
	text-align: center;
	}

/* Content Area */

div.content
	{
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	background: #414042;
	}
div.content_left
	{
	width: 312px;
	float: left;
	padding: 8px 0px 10px 64px;
	}
div.content_right
	{
	width: 312px;
	float: left;
	padding: 8px 42px 10px 51px;
	}
div.content_address
	{
	width: 186px;
	float: left;
	background: #6d6e71;
	padding: 8px 5px 10px 5px;
	}
div.content_left p, div.content_right p
	{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: justify;
	}
div.content_address, div.content_address p
	{
	text-align: center;
	line-height: 1.4;
	}



div.input_r
	{
	background: #ffffff URL(images/input_r.png) 100% 0% repeat-y;
	}
div.input_bl
	{
	background: URL(images/input_bl.png) 0% 100% no-repeat;
	}
div.input_b
	{
	background: URL(images/input_b.png) 0% 100% repeat-x;
	}
div.input_br
	{
	background: URL(images/input_br.png) 100% 100% no-repeat;
	}
div.input_tr
	{
	background: URL(images/input_tr.png) 100% 0% no-repeat;
	}
div.input_inner
	{
	padding: 0px 11px 13px 11px;
	}
div.input_inner input, div.input_inner textarea
	{
	width: 100%;
	color: #000000;
	border: solid 0px #ffffff;
	}






