html,body {
	margin:0;
	padding:0;
}

body {
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-align:center;
	background: #000 url(../images/bg_fade.jpg) repeat-x;
	color: #fff;
}

p {
	margin:0 0 0 10px;
}

a {
	color: #CCC;
	text-decoration: none;
}

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

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #D02128;
	font-weight:bold;
}

h2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #60605F;
	font-weight:bold;
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 8px 4px 4px 14px;
}

hr {
  border: 0;
  width: 280px;
}

div#header {
	height:140px;
	width:1000px;
	background: url(../images/bg_header.jpg) no-repeat;
	margin:0;
	padding:0;
}

div#navigation {
	position:absolute;
	height:80px;
	width:498px;
	margin:60px 0 0 502px;
	padding:0;
}


div#container {
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0;
}


div#content {
	line-height: 16px;
	width:1000px;
	height:500px;
	margin:0;
	padding: 0;
}

div#footer {
	text-align:center;
	color: #FFF;
	clear:both;
	width:1000px;
	height: 156px;
	background: url(../images/bg_footer.jpg) no-repeat;
	margin:0;
	padding:0;
}

div#footer_ads {
	text-align:center;
	position:absolute;
	color: #FFF;
	clear:both;
	width:1000px;
	height: 90px;
	margin:14px 0 0 0;
	padding:0;
}

div#footer_ads a{
	margin:0;
	padding:0;
}

div#general {
	width:1000px;
	height:500px;
	margin:0;
	padding:0;
}

div#copyrightmap {
	color: #fff;
	margin:0;
	padding:4px;
	text-align:center;
}

div#copyright {
	color: #9DA5A5;
	font: 10px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	text-align:center;
}


#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0;
}


/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */


#nav-menu {
	position:absolute;
	height:80px;
	width:498px;
	margin:60px 0 0 502px;
	padding:0;
}



a.pill_but_01 {
	display: block;
	width: 204px;
	height: 80px;
	background: url("../images/but_01.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.pill_but_01 {
	background-position: 0 -80px;
}

a.pill_but_02 {
	display: block;
	width: 154px;
	height: 80px;
	background: url("../images/but_02.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.pill_but_02 {
	background-position: 0 -80px;
}

a.pill_but_03 {
	display: block;
	width: 140px;
	height: 80px;
	background: url("../images/but_03.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.pill_but_03 {
	background-position: 0 -80px;
}


a.blank_hit {
	width:270px;
	height:120px;
	position:absolute;
	margin: 19px 0 0 15px;
	padding:0;
}

.highlightit img{
	border: 1px solid #9DA5A5;
	margin: 3px;
	padding: 1px;
}

.highlightit:hover img{
	border: 2px solid #fff;
	padding: 0px;
}

.highlightit:hover{
	color: white; /* Dummy definition to overcome IE bug */
}

#content_header {
  width: 1000px;
  height: 60px;
  background: url(../images/bg_2col_top.jpg) no-repeat;
}
#content_left {
  float: left;
  width: 21px;
  height: 376px;
  background: url(../images/bg_2col_left.jpg) no-repeat;
}
#content_right {
  float: right;
  width: 21px;
  height: 376px;
  background: url(../images/bg_2col_right.jpg) no-repeat;
}
#content_footer {
  clear: both;
  width: 1000px;
  height: 64px;
  background: url(../images/bg_2col_base.jpg) no-repeat;
}

#content_title {
  font: 22px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color: #fff;
  position: relative;
  line-height: 40px;
  margin: 12px 0 0 652px;
  width: 290px;
  letter-spacing: -0.02em;
}

#content_info {
  font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color: #fff;
  position: relative;
  line-height: 20px;
  margin: 12px 0 0 652px;
  width: 290px;
  letter-spacing: -0.02em;
}

#content_h2 {
  font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color: #fff;
  position: relative;
  line-height: 18px;
  margin: 20px 0 0 652px;
  padding: 6px 0 0 0;
  width: 290px;
  letter-spacing: -0.02em;
  border-top: 1px solid #9DA5A5;
}

#content_link {
  font: 16px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color: #9DA5A5;
  position: relative;
  line-height: 26px;
  margin: 8px 0 0 652px;
  width: 290px;
  letter-spacing: -0.02em;
  text-decoration: none;
}

#content_link li {
  list-style: none;
}

#content_link a {
  color: #9DA5A5;
}

#content_link a:hover {
  color: #fff;
  text-decoration: none;
}

#photo_samples {
  position: absolute;
  margin: 0 0 0 20px;
  padding: 20px;
  width: 640px;
}

#movie_demo {
  position: absolute;
  margin: 0x;
  padding: 0px;
}

#contactus_form {
  position: absolute;
  color: #9DA5A5;
  margin: 0 0 0 20px;
  padding: 20px 0 0 0;
}

#contactus_form p {
  margin:0 0 10px 0;
}

.formbg {
	line-height: 26px;
	background-color: #000;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #fff;
	padding: 10px;
}
