/* @override http://www.johnwrightsurveyor.com/css/screen.css */

body {
	background-color: #FFFFFF;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border-style: none;
	border-width: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
	padding: 0;
	color: #fe171d;
	text-transform: uppercase;
	line-height: 1.2em;
	font: 1.4em, Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 790px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: black;
	text-align: left;
	margin: 0 auto;
}

/* @group Header */

#header {
	height: 120px;
	background-color: #FFFFFF;
	position: relative;
	color: #FFFFFF;
}

#logo {
	position: absolute;
	bottom: 15px;
	left: 30px;
}

/* @end */

/* @group Navigation */

#navigation {
	background-color: #666666;
	color: white;
	height: 24px;
	text-transform: uppercase;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}
#navigation a{
	color: white;
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 14px;
	background-color: #666666;
}
#navigation a:hover{
	background-color: #F0F0F0;
	color: #333333;
}

#navigation ul, #navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation li {
	padding: 3px 10px;
	display: none;
}

/* @end */

/* @group Content */

/* @group Sub-Navigation */

#sub-navigation {
	float: left;
	width: 250px;
	color: black;
	
	font-size: 11px;
  margin-bottom: 30px;
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 11px;
  padding-left: 30px;
}

#sub-navigation a {
	text-decoration: none;
	color: black;
	padding: 2px 10px 2px 13px;
	/*display: block;*/
	/*width: 100%;*/
	background: url(../images/arr.gif) no-repeat 3px center;
}
#sub-navigation ul ul a{
	padding-left: 23px;
	background: url(../images/arr.gif) no-repeat 13px center;
}
#sub-navigation a:hover {
	background-color: white;
	color: #000000;
}
#sub-navigation h4 {
	color: white;
	background-color: #666666;
	padding: 6px;
  margin-bottom: 0;
}

#sub-navigation ul {
  background: #F0F0F0;
  padding: 4px 0 4px 4px;
}

#sub-navigation ul ul {
  padding: 0;
}

#sub-navigation ul, #sub-navigation ul li {
	display: block;
	list-style-type: none;
  margin: 8px 0 0;
}
/*#sub-navigation li {
  height: 20px;
}*/

/* @end */

#content {
	margin-top: 30px;
}

#text {
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: arial, "Times New Roman", Times, serif;
  padding-left: 310px;
  padding-right: 30px;
}

#text img {
	padding: 1px;
	border: 1px solid #666666 ;
}

.float_right_img {
	margin-top: 4px;
	float: right;
	margin-left: 20px;
}

/* @end */

/* @group Footer */

#footer {
	height:25px;
	text-align: center;
	background-color: #999999;
	font-size: 10px;
	color: white;
	clear: both;
	margin-bottom: 10px;
}

#copyright {
	float: left;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #F0F0F0;
}

#supplier {
	
	float:right;
	text-align: right;
	color: #F0F0F0;
	padding: 7px;
}
#supplier a{
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}

.float_right {
	float: right;
	margin-top: 33px;
	margin-right: 40px;
}

/* @end */
