@charset "ISO-8859-1";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	color: #444444;
	background-image: url('../img/hd_bg.gif');
	background-repeat: repeat-x;
	font-family : sans-serif;
	font-size: 12px
}

h1, h2, h3, h4, h5, h6 { font-size: 1em; }
p {
	line-height: 1.3;
}
img { border: none; }
th { text-align: left; }
address { font-style: normal; }
sup { font-size: 0.8em; }
table { border-collapse: collapse; }

a { text-decoration: underline; 
	color: #ffffff }
a:visited { text-decoration: underline; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.none {
	display: none;
}


/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	width: 960px;
	text-align: left;
}

#main {
	width: 730px;
	text-align: left;
	float: right;
}

#side {
	float: left;
	width: 210px;
	clear: both;
}

#content {
	min-height: 640px;
	clear: both;
	width: 705px;
	padding: 20px 0 0 25px;
	background-color: #FFFFFF;
}

#footer_top {
	clear: both;
	width: 960px;
	background-color: #4C4C4C;
	border-top: 2px solid #996600;
	margin-top: 15px;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto
}

#footer_wide {
	clear: both;
	width: 100%;
	background-color: #4C4C4C;
	border-top: 2px solid #996600;
	margin-top: 15px;
}


/* ------------------------------
	HEADER
------------------------------ */

#header #rogobox {
	width: 200px;
	margin: 6px 0;
}

#inquirybox{
	float: right;
	margin-bottom: 33px;
}

#inquirybox #inquirybtn{
	margin-top: 0px;
}


/* ------------------------------
	SIDE
------------------------------ */

#side ul {
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
}

#side ul li {
	padding: 0;
}

#side .bl {
	height: 28px;
}

/* ------------------------------
	CONTENT
------------------------------ */

#pagetop {
	padding: 30px 25px 20px 0;
	text-align: right;
	width: 705px;
	float: right;
	background-color: #FFFFFF;
	clear: both;
}



/* ------------------------------
	FOOTER
------------------------------ */
#footer_top ul {
	float: left;
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
	margin: 3px 0 3px 5px;
}

#footer_top ul li {
	float: left;
}

#footer ul {
	float: left;
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
	margin: 3px 0;
}

#footer ul li {
	float: left;
}

#cr {
	padding: 3px 0;
	float: right;
}


/* ------------------------------
	HOME
------------------------------ */

#wrapper_h {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#header_h {
	text-align: left;
	padding: 6px 20px;
}

#rogobox {
	float:left;
}

#main_h {
	width: 1000px;
	text-align: left;
	clear: both;
}

#content_h {
	clear: both;
	width: 960px;
	padding: 15px 20px;
}

#navibox1 {
	float: left;
	width: 320px;
	margin-top: 0px;
}

#navibox1 ul {
	list-style-type: none;
	font-size: 11px;
	margin-top: 15px;
}

#navibox1 ul li {
	padding-bottom: 7px;
}

#navibox2 {
	float: right;
	width: 620px;
	color: #FFFFFF;
}

#navibox2 ul {
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
}

#navibox2 ul li {
	float: left;
}