/* -----------------------------------*/
/* -------->> GLOBAL <<<-----------*/
/* -----------------------------------*/

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;

	background-image: url("/img/body_background.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

/* -----------------------------------*/
/* ------>> PAGE STRUCTURE <<<--------*/
/* -----------------------------------*/
#page {
	width: 760px;
	margin: 50px auto 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #0f0f0f;
}

#header {
	width: 100%;
}

#header #top{
	background-image: url("/img/header_top.jpg");
	background-position: center middle;
	background-repeat: repeat-x;
	width: 100%;
	height: 44px;
}

#header #picture{
	background-image: url("/img/header_pictures/mosaic.jpg");
	background-position: center middle;
	background-repeat: repeat-x;
	width: 100%;
	height: 164px;
}

#menu {
	background-image: url("/img/menu_background.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #8fb190;
	text-align: right;
	height: 22px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
	padding-left: 220px;
}
#menu ul{
	list-style: none;
}
#menu li{
	float: left;
}

#menu a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 23px;
	padding-top: 8px;
	display: block;
	width: 66px;
}
#menu a.Home, #menu a.News{
	width: 56px;
}
#menu a.Purchasing{
	width: 86px;
}

#menu li:hover, #menu li.iehover{
	background-image: url("/img/menu_link_hover.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content {
	padding: 10px;
	padding-bottom: 50px;
}

#content h1{
	color: #5a6c44;
	font-size: 20px;
}
#content h2{
	color: #670001;
	font-size: 14px;
}
#content p{
	color: #333333;
	font-size: 12px;
}
#content a{
	color: #5a6c44;
	text-decoration: none;
}
#content a:hover{
	color: #8fb190;
}

#content ul{
	list-style: none;
}
#content li{
	background-image: url("/img/custom_bullet.jpg");
	background-position: center left;
	background-repeat: no-repeat;

	padding-left: 20px;
}

#footer {
	width: 692px;
	margin: 0px auto 0px auto;

	background-image: url("/img/footer_background.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	height: 23px;
	padding-right: 70px;
}

#footer a{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
	float: right;
	display:block;
	padding-top: 6px;
}
#footer a.copyright{
	color: #555555;
	float: left;
}


.clear {
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}