@charset "UTF-8";

body {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
}



/**************    Header   **********************/




#header {
	position: relative;
	height: 93px;
	background-repeat: no-repeat;
	background-image: url(images/header/RedHeader_r1_c1.gif);
}

.header_quotes {
	height: 71px;
	width: 250px;
	position: absolute;
	top: 10px;
	right: 180px;
	font-style: italic;
	z-index: 0;
}

#header_quote {
	z-index: auto;
}

.header_nav_rightcorner {
	background-image: url(images/header/header_r2_c10.png);
	height: 22px;
	width: 9px;
	z-index: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}

.header_nav_leftcorner {
	background-image: url(images/header/header_r2_c7.png);
	height: 22px;
	width: 9px;
	left: 0px;
	z-index: auto;
	position: absolute;
	top: 0px;
}

.header_nav {
	height: 22px;
	width: 195px;
	top: 68px;
	right: 50px;
	position: absolute;
	font-size: 14px;
	color: #FFCC99;
	padding-top: 3px;
	z-index: auto;
	background-color: #000000;
	text-align: center;
}	

.menulink {
	color: #ffcc99;
	text-decoration: none;
	display: inline-block;
}




/****************** Navbar *******************/



#header_navbar {
	background-image: url(images/header/header_r3_c3.png);
	height: 27px;
	z-index: 3;
	float: left;
	width: 100%;
}





/********************* Top Banner  *********************/




#top_container {
	width: 100%;
	float: left;
	background-image: url(images/header/header_r4_c3.png);
	background-repeat: repeat-x;
	height: 191px;
	clear: left;
}


.top_spacer {
	float: left;
	width: 218px;
	height: 100px;
}

.top_banner {
	background-image: url(images/banner5.jpg);
	z-index: 0;
	height: 162px;
	width: 553px;
	border: 2px solid black;
	margin-top: 11px;
    margin-right: -400px;
	float: left;
}





/*******************  Content  ************************/





#body_contain {
	width: 100%;
	float: left;
	padding-top: 0px;
}

.body_pagetitle {
	float: left;
	font-size: 14px;
	color: #990000;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 15px;
}

.body_menu_container {
	float: left;
	width: 165px;
	padding: 0px;
}

.top_menu_container {
	float: left;
	width: 151px;
	padding-top: 11px;
}

.top_menu {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.top_menu  li a{
	line-height: 20px;
	margin-top: 3px;
	background-image: url(images/menu.gif);
	height: 21px;
	width: 121px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #ffd1a9;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

.top_menu  li a:hover {
	color: white;
	background-position: right bottom;
	width: 121px;
}


.top_menu li a.selected {
	color: white;
	background-position: right top;
}





.body_content {
	float: left;
	width: 60%;
	height: 100%;
	padding-left: 60px;
	padding-bottom: 11px;
	padding-right: 25px;
	padding-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}





.body_pagenav {
	padding-top: 10px;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
}

.body_pagenav ul li {
	margin-top: 5px;
	margin-right: 2px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-top-width: thin;
	padding-right: 10px;
	display: inline;
}

.body_pagenav ul li a {
	display: inline;
	color: #a20301;
}

.body_portfolio {
	list-style-type: square;
	margin-right: 15px;
	float: left;
	padding: 15px;
}

.body_portfolio ul li a {
	color: #a6030e;
}

#contactlabel {
	text-align: right;
}

#imageviewer {
	padding-left: 5%;
}





/*******************  Footer **************************/




#bottom_navbar {
	background-image: url(images/header/header_r3_c3.png);
	background-repeat: repeat-x;
	height: 27px;
	text-align: center;
	color: #FFCC99;
	font-size: 10px;
	background-position: top;
	font-weight: lighter;
	padding-top: 7px;
	clear: left;
}

.products {
	padding: 10px;
}

.showcase {
	margin-right: 25px;
	float: left;
}

.showcase img {
	border-width: thin;
	border-color: black;
	border-style: solid;
    margin-top: 20px;
}

h2 {
	color: maroon;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

