/*
-----------------------------------------------------
CSS file for common/css/styles.css
FileName:  styles.css
Author: Tynan Szvetecz
revison date:  2006.05.11
-----------------------------------------------------
*/



/* ________________ General ________________ */

* {
margin : 0;
padding : 0;
}


body    {
font : 75% Verdana, Helvetica, Arial, sans-serif;
background : #751113;
color : #000;
text-align : left;
}

.body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #fff;
}

input {
font-family: verdana;
font-size: 10px;
background: #fff;
color:#000;
line-height:14px;
border: solid 1px #000;
padding: 1px;
}

/*.fixed_small input {
	width: 50px;
}

.fixed_long input {
	width: 100%;
}*/

textarea {
font-family: verdana;
font-size: 10px;
background: #fff;
color:#000;
line-height:14px;
border: solid 1px #000;
}

select {
font-family: verdana;
font-size: 10px;
background: #fff;
color:#000;
line-height:12px;
border: solid 1px #000;
}

a, a:link, a:visited, a:active {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 14px;
color: #FFF;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000;
margin-bottom:10px;
}

p a:link, p a:visited {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #751113;
font-weight: bold;
text-decoration: none;
}

p a:hover {
text-decoration: underline;
}



h2 {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 16px;
color: #B9995C;
font-weight:bold;
margin: 0px;
margin-bottom:5px;
margin-top:5px;
}


h3 {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
line-height: 16px;
color: #B9995C;
font-weight:bold;
margin: 0px;
margin-bottom: 10px;
}


ul, ol {

color:#000;
font-size:11px;
line-height:15px;
margin-left:30px;
margin-bottom:10px;
margin-top:10px;
display-style:inline;
}

li {
color:#000;
font-size:11px;
line-height:15px;
}


div#header h1 { display : none; }
div#services_title h1 {display: none; }
div#products_title h1 {display: none; }
div#employment_title h1 {display: none; }
div#contact_us_title h1 {display: none; }
div#in_the_news_title h1 {display: none; }


div.clear {
clear: both;
}

div#clear {
clear: both;
}

div#container {
position: absolute;
left: 50%;
top: 0;
right: auto;
bottom: auto;
margin-left: -512px;
width : 1024px;
border:1px solid #000;
background-color: #fff;
clear:both;
text-align : left;
z-index: 0;

}
/*
-------------------------------------------------

INSIDE PAGEs

-------------------------------------------------
*/	

div#top_border {
position:relative;
width:1024px;
height:22px;
padding:0px;
margin:0px;
background: #B9995C;  
}

div#watermark {
position:relative;
width:1023px;
height:100%;
padding:0px;
margin:0px;
background: #fff;
background : url(watermark.jpg) top right;
background-repeat: no-repeat;  
border:1px solid #fff;
border-right:none;
}

div#logo {
position:relative;
width:76px;
height:71px;
padding:0px;
margin:0px;
padding-left:20px;
float:left;
background : url(inside_logo.jpg) top right;
background-repeat: no-repeat;
}


div#menu {
	width:874px;
	height:30px;
	margin-top:12px;
	margin-left:20px;
	float:left;
	position:relative;
	text-align:left;
}


ul.nav,
.nav ul{
    color:#000;
	margin: 0px;
	height:30px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	text-align:left;
}

div#menu li,div#menu li a:link, div#menu li a:visited {
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing:2px;
	text-align:left;
	padding:0px;
	margin:0px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
} 

div#menu li a:hover {
	text-decoration:none;
	color:#751113;
}

ul.nav li{
	float: left;
}

div#dots {
	width:804px;
	height:30px;
	margin-top:10px;
	position:relative;
	background : url(dot.jpg);
    background-repeat: repeat-x;
}

/*
------------------------------------------------

CONTENT

------------------------------------------------
*/

div#content {
	width:725px;
	padding-top:20px;
	padding-left:37px;
	position:relative;
	float:left;
}

div#services_title {
	width:75px;
	height:26px;
	margin:0px;
	padding:0px;
	background: url(services.jpg);
}

div#products_title {
	width:84px;
	height:22px;
	margin:0px;
	padding:0px;
	background: url(products.jpg);
}

div#employment_title {
	width:100px;
	height:17px;
	margin:0px;
	padding:0px;
	background: url(employment.jpg);
}

div#in_the_news_title {
	width:99px;
	height:19px;
	margin:0px;
	padding:0px;
	background: url(in_the_news_title.jpg) no-repeat;
}

div#contact_us_title {
	width:93px;
	height:20px;
	margin:0px;
	padding:0px;
	background: url(contact_us.jpg);
}

div#sub_nav {
	width:205px;
	position:relative;
	padding-left:30px;
	margin-top:10px;
	float:left;
	text-align:left;
}

.ul sub,
sub.ul {
    color:#000;
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
}

div#sub_nav li,div#sub_nav li a:link, div#sub_nav li a:visited {
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing:1px;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	color: #000;
} 

div#sub_nav li a:hover {
	text-decoration:none;
	color:#751113;
}


/*
------------------------------------------------

FOOTER

------------------------------------------------
*/

div#footer {
	width:1014px;
	height:30px;
	position:relative;
	background-color:#000;
	padding-left:10px;
	
	
}


ul.footer_nav,
.footer_nav ul{
    color:#fff;
	margin: 0;
	height:30px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

div#footer li,div#footer li a:link, div#footer li a:visited {
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing:1px;
	font-size: 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
} 

div#footer li a:hover {
	text-decoration:underline;
}

ul.footer_nav li{
	float: left;
}


