html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

p, div{
    margin:0;
    padding:0;
}
ul{
    margin-top:0;
}
body{
    height:100%;
    max-height:100%;
    text-align:center;
    background:#ececec url('../images/bg.jpg') repeat-x top left;
}
body, div, p, td, input, textarea, select{
    font:12px Arial, Verdana, Helvetica, Sans-serif;
    line-height:20px;
}
a{
    text-decoration:none;
    color:#000;
}
a:hover{
    color:#ec0000;
}
h1,
h2,
h3,
h4{
    font-family:Georgia, Arial, Verdana, Helvetica, Sans-serif;
    font-weight:normal;
}
h1{
    font-size:24px;
    line-height:40px;
}
h2{
    font-size:20px;
    line-height:30px;
}
h3{
    font-size:16px;
    line-height:20px;
}
img{
    border:0;
}
img.icon,
img.pic{
    margin-bottom:-4px;
}
hr{
    color:#585858;
    background:#585858 none;
    border:0;
    height:1px;
    clear:both;
    margin:5px 0;
    display:block;
}
table{
    left:0;
    top:0;
    border:0;
}
th{
    font-size:12px;
    text-align:left;
}
td{
    vertical-align:top;
}
input, textarea, select{
    color:#585858;
}
button{
    cursor:pointer;
}
.float_list{
    overflow:hidden;
}
dl.float_list dt{
    clear:left;
    width:25%;
    font-weight:bold;
}
dl.float_list dd{
    width:70%;
}
dl.float_list dt,
dl.float_list dd{
    float:left;
    margin-top:5px;
}
ul.float_list{
    margin:0;
    padding:0;
}
ul.float_list li{
    float:left;
    list-style-type:none;
}
.error{
    color:red;
}
.highlight{
    color:#008000;
}
.highlight li{
    list-style-type:none;
    text-align:center;
}

.transparent{
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

#container{
    width:974px;
    text-align:left;
    margin:0 auto;
}
#header{
    height:390px;
    background:#fff url('../images/header.gif') no-repeat top right;
    position:relative;
    clear:both;
    margin-top:15px;
}
#logo_home{
	display:block;
	width:300px;
	height:75px;
	position:absolute;
	top:10px;
	left:30px;
}
#nav{
    list-style-type:none;
    overflow:hidden;
    position:absolute;
    left:0;
    top:90px;
    width:974px;
    padding:5px 0;
    margin:0;
}
#nav li{
    float:left;
    font-size:16px;
    padding:0;
    margin-left:25px;
    text-transform:lowercase;
}
#header_content{
	width:964px;
	height:270px;
	top:120px;
	left:5px;
	position:absolute;
}
#header_content .header_main{
	width:964px;
	position:absolute;
	bottom:0;
	left:0;
	height:120px;
}
#header_content #intro_txt{
    margin:0 20px;
}
#content{
    background-color:#fff;
    height:auto;
    min-height:300px;
    border-left:5px solid #b8b5b5;
    border-right:5px solid #b8b5b5;
    border-bottom:5px solid #b8b5b5;
}
#content p{
    margin:5px 0;
}
#misc_info{
    margin:50px 10px 0 0;
    border-top:2px dotted #E0E0E0;
}
#misc_info div img{
    float:left;
    margin-left:5px;
}
#misc_info div{
    clear:both;
}
#call_us p{
    font-weight:bold;
    font-size:14px;
    padding-top:10px;
}
#footer{
    list-style-type:none;
    margin:10px 0;
    overflow:hidden;
    width:100%;
    padding:0 20px;
}
#footer li{
	float:left;
	margin-left:40px;
}
#footer #argonova{
	margin:0 100px 0 0;
	color:#ACACAC;
}
#footer #argonova a{
    color:#ACACAC;
}
#footer #argonova a:hover{
    color:#ec0000;
}
