a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #0d1e5f;
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
    color: #282b16;
}

*
{
	font-family:Verdana, Geneva, sans-serif;
    border: 0;
    margin: 0;
	font-size:12px;
}

body
{
	line-height: 18px;
	background-color: #000;
}

#main{
	margin: 0 auto;
	width: 1014px;
	color: #FFF;
}

#header_bg{
	width: 1016px;
	margin: 0 auto;
	background: url(images/header1.jpg) no-repeat top;
	height: 295px;
	background-position:bottom;
	overflow:hidden;
	border:white solid 4px;
}
#wrapper {
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:1020px;

}
#header{
	background-image: url(images/xtor-mesh-standing-black.png);
}
#brochures {
	width:300px;
	float:right;
}
#logo{
	text-align: left;
	width: 300px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 50%;
	margin-left:10px;
}

#logo a {
    text-decoration: none;
    text-transform: lowercase;
    font-style: italic;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}


#content{
	position: absolute;
	margin-top: 5px;
	width:750px;
	/*float: left;*/
}
#images {
	/*position:absolute;*/
	margin-top:50px;
	width: 250px;
	float:right;
}
#images img {
	border:white solid 4px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:normal;
	height: 30px;
	width:100%;
	padding-top:30px;
}

h2 {
	border-bottom:solid white 1px;
    font-size: 16px;
    font-weight:normal;
    color: #ffffff;
    padding-top: 20px;
	height:25px;
}

#downloads ul{
    list-style:outside;
    list-style-image:url(images/ls.png);
	padding:0;
	margin:0;
}

#downloads li{
}

#downloads a, #address a{
    text-decoration: none;
    color: #ffffff;
    font-weight:bold;
}

#downloads a:hover, #address a:hover {
    text-decoration: none;
}
.dashed{
    border-bottom: 1px dashed #ffffff;
}
