/*#####################
		Universal
#######################*/
* {margin:0;padding:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	background-image:url(../img/bgBody.png);
	background-repeat: repeat;
}
#wrapper {
	background-image: url(../img/bgWrapper.png);
	background-repeat: repeat-x;
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #421E04;
}
#container {
	width: 808px;
	margin:0 auto;
}
/*#####################
		Header and Logo
#######################*/
#header {}
#header .inner {
	background-image: url(../img/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 168px;
	position: relative;
}

#header h1 {}
#header h1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	text-indent: -999em;
	width: 320px;
	height: 80px;
}

/*#####################
		Search 
#######################*/
#search {
	display: none;
}
#search h2 {
	display: none;
}
#seach form {}
#search input {}
#search input.submit {}
#breadcrumb {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10px;
	color: #663333;
	line-height:1em;	
}
#breadcrumb a {
	color: #993300;
}



/*#####################
		Navigation 
#######################*/
#navigation {
	position: absolute;
	top: 15px;
	left:15px;
	right:0px;
	
}

#navigation h2 {
	display: none;
}
#navigation ul {
	list-style:none;
	margin-left:20px;
}
#navigation li {
	display: block;
	float: left;
	background-image: url(../img/bgNav.png);
	height:37px;
	width: 122px;
}

#navigation li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999em;
	height: 37px;
	width: 122px;
	outline:none;
}

#navigation li:last-child {background-image: url(../img/bgNavR.png);width: 125px;}
#navigation li:last-child:hover,
#navigation li:last-child.active {background-image: url(../img/bgNavHoverR.png);}

#navigation li:hover,
#navigation li.active,
#navigation li.active_ie  {background-image: url(../img/bgNavHover.png);}

#navigation #navHome {
	background-image: url(../img/bgNavHome.png);
}
#navigation #navProducts {
	background-image: url(../img/bgNavProducts.png);
}
#navigation #navServices {
	background-image: url(../img/bgNavServices.png);
}
#navigation #navCompany {
	background-image: url(../img/bgNavCompany.png);
}

#navigation #navCareers {
	background-image: url(../img/bgNavCareers.png);
}


#navigation #navContact {
	background-image: url(../img/bgNavContact.png);
}

#members {
	display: none;
}


/*#####################
		Content 
#######################*/
#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#content span.top {
	display:block;
	background-image: url(../img/bgContentTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:25px;
}
#content > div.inner {
	background-image: url(../img/bgContent.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 50px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#content p {
	padding:0 0 20px 0;
	line-height: 1.3em;
	font-size:0.85em;
}
#content h2 {
	font-size: 1.4em;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#content h3 {
	margin:0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
}
#content h4 {}
#content h5 {}
#content h6 {}
#content a:link {}
#content a:visited {}
#content a:hover {}
#content em {}
#content strong {}
#content abbr,
#content accronym { cursor:help;}
#content blockquote {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.4em;
	font-size: 1em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}

#content ol {}
#content li {}
#content .md {
	font-size: 0.8em;
	font-family: "Courier New", Courier, monospace;
	list-style-type: none;
	overflow: auto;
}
#content .md li {
	display: block;
	float: left;
	width: 45%;
}
#content .md li + li {
	text-align:right;
}
#content .md strong {}
#content .btn {
	background-image: url(../img/bgContentBottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
}

/*#####################
		Content : Primary
#######################*/
#primary {
	text-align: justify;
	background-image: url(../img/bgPrimary.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 97%;
}
#primary h2 {}
#primary h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#primary a:link {
	color: #993333;
}
#primary a:visited {
	color: #663333;
	text-decoration: none;
}
#primary ul {
	padding:0 15px 15px 30px;
	line-height: 1.2em;
	font-size:0.8em;
}

/*#####################
		Content : Secondary
#######################*/
#secondary {
	width: 225px;
	float: right;
	background-image: url(../img/bgSecondary.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #66390C;
	font-size: 0.8em;
	display: none;
}
#secondary div.inner {
	background-image: url(../img/bgSecondaryShadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#secondary h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #E2D9CF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#secondary h4 {}
#secondary h4 a {}

#secondary ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}

#secondary li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#secondary li a {
	color: #FFCC99;
}
#secondary ul.md {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#secondary ul.md li {
	text-align: left;
	width: 100%;
}
#secondary ul.md li a {}
#secondary span.top {
	background-image: url(../img/bgSecondaryTop.png);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	background-position: center top;
}

#secondary span.btn {
	background-image: url(../img/bgSecondaryBottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

/*#####################
		Content : Tertiary
#######################*/
#tertiary {
	clear: both;
}
#tertiary h4 {
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CC33;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	line-height: 1em;
}
#tertiary h5 {
	font-weight: normal;
	font-size: 0.7em;
}
#tertiary ul {
	list-style-type: none;
}

/*#####################
		Footer
#######################*/
#footer{}
#footer div.inner {
padding:10px 30px 0;
}

#footer h5 {
	display: none;
}
#footer h6 {}
#footer #copy {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #663333;
	float: left;
	width: 50%;
	margin: 15px 0px 0px;
}
#footer #copy a {
	color: #996633;
}
#footer #credits {
	float: right;
	text-indent: -999em;
}
#footer #credits a {
	background: url(../img/odLogo.png) no-repeat;
	display: block;
	height: 38px;
	width: 26px;
}
/*#####################
		Other
#######################*/
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: block;
}
/*#####################
		Products
#######################*/
dl.products {
	width:48%;
	float:left;
	padding:0 1%;
	margin:0 0 25px 0;
}
dl.products dt span {
	font-size:1.1em;
	line-height: 1em;
	color: #CC6600;
	text-align:left;
}
dl.products dt img {border:2px solid #663300; padding:1px;}
dl.products dd {line-height:1.3em; font-size:0.9em;	background:#F3E9DD;	margin:0 3px 0 0;border-bottom:2px solid #663300;
}
dl.products dd.desc {
	height:8em;
	overflow:hidden;
	padding: 5px;
	border:none;

}
#primary dl.products dd ul {list-style:none;text-align:center;margin:0;padding:0;}
dl.products li {display:inline;}
dl.products li a img {border:solid 1px #FF6600; padding:1px; background:#fff;}
#contact {
	text-align: left;
}
#contact dt {
	font-size: 0.85em;
	font-weight: bold;
	margin:0 0 3px 0;
}
#contact dd {
	margin: 0px 0px 5px;
	font-size: 0.85em;
}
#contact .text {
	border: 1px solid #CCCCCC;
	width: 60%;
	font-size: 1em;
	line-height: 1em;
	padding: 3px 0px;
}
#contact .submit {
	font-size: 1em;
	line-height: 1em;
	padding: 3px 0px;
	width: 60%;
	cursor: pointer;
}
#rd_cms_error {
	background: #FF9999;
	border: 2px solid #CC3300;
	margin: 0px 0px 15px;
	padding: 5px;
}
#rd_cms_error ul {
	margin: 5px 0px 0px 15px;
}
