@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background-color:#ffffff;
	font-family: "verdana", arial, sans-serif;
	line-height:0;
	color:#ffffff;
	font-size:0;
	
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
.clearme{
	clear:both;
}
#wrapper{
	margin:0px auto;
	width:960px;
	height:auto;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}
#header{
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:90px;
	overflow:hidden;
}

h1 a{
	display:block;
	width:478px;
	height:90px;
	background:url(../images/logo.jpg) no-repeat top;
	text-indent:-999999px;
	outline:none;
}
#bullit_link{
	position:absolute;
	top:30px;
	right:0px;
	width:129px;
	height:33px;
}
a.bullit{
	display:block;
	width:129px;
	height:33px;
	text-indent:-999999px;
	outline:none;
	background:url(../images/bullit.jpg) no-repeat top;
}
#nav{
	position:relative;
	top:0px;
	left:0px;
	width:910px;
	height:auto; 
	padding:0px 0px 0px 50px;
}
#nav a{
	text-indent:-999999px;
	outline:none;
	float:left;
	margin-right:15px;
}

a.home, a.home:visited{
	display:block;
	width:39px;
	height:19px;
	background:url(../images/nav.gif) no-repeat 0px 0px;
	border-bottom:2px solid #ffffff;
}
a.home:hover{
	background:url(../images/nav.gif) no-repeat 0px 0px;
	border-bottom:2px solid #333333;
}
a.bullit2, a.bullit2:visited{
	display:block;
	width:37px;
	height:19px;
	background:url(../images/nav.gif) no-repeat -47px 0px;
	border-bottom:2px solid #ffffff;
}
a.bullit2:hover{
	background:url(../images/nav.gif) no-repeat -47px 0px;
	border-bottom:2px solid #333333;
}
a.links, a.links:visited{
	display:block;
	width:33px;
	height:19px;
	background:url(../images/nav.gif) no-repeat -95px 0px;
	border-bottom:2px solid #ffffff;
}
a.links:hover{
	background:url(../images/nav.gif) no-repeat -95px 0px;
	border-bottom:2px solid #333333;
}
a.contact, a.contact:visited{
	display:block;
	width:64px;
	height:19px;
	background:url(../images/nav.gif) no-repeat -135px 0px;
	border-bottom:2px solid #ffffff;
}
a.contact:hover{
	background:url(../images/nav.gif) no-repeat -135px 0px;
	border-bottom:2px solid #333333;
}
#images_wrap{
	width:800px;
	height:530px;
	position:relative;
	padding:10px 0px 20px 80px;
	top:0px;
	left:0px;
}
#images{
	width:800px;
	height:530px;
	overflow:auto;
	position:relative;
	top:0px;
	left:0px;
}

#images_inner{
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}
#images_inner table{
	border-collapse:collapse;
}
#images_inner img{
	float:left;
	margin-right:10px;
}
#copy_wrap{
	width:800px;
	height:auto;
	position:relative;
	padding:20px 80px 20px 80px;
	top:0px;
	left:0px;
	font-size:12px;
	line-height:14px;
	color:#666;

}
#copy_wrap p{
	margin-top:10px;
}
.links_image{
	float:right;
	width:530px;
	height:370px;
	
}
.contact_image{
	float:right;
	width:590px;
	height:472px;
	
}

a, a:active{
	color:#693;
	text-decoration:none;
}
a:hover{
	color: #666;
	text-decoration:none;
}