/* CSS Document */
html {
min-height: 101%;
}
* {
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background:url(../img/background.jpg) top repeat-x #4f4f4f;
	margin-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}


#container {
	width:950px;
	margin:auto;
	text-align:left;
}

#header {
	width:950px;
	height:34px;
	background: url(../img/header.png) no-repeat;
	behavior:url(iepngfix/iepngfix.htc);
	padding-top:196px;
}

#navbar {
	width:950px;
	height:34px;
} 

#navbar ul {
	padding-top:10px;
	list-style:none;
	color:#fff;
}

#navbar ul li{
	position: relative;
	height: 24px;
	padding: 0 19px;
	float:left;
}

#navbar ul li ul {
	width:130px;
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
  }
  
#navbar ul li ul li {
	width:110px;
	height:15px;
	padding: 3px 10px;
	margin: 0 0 0 19px;
	border-bottom: 1px solid #222;
	background: #3a3a3a;
}

#navbar ul li ul li.long_name {
	height: 26px;
}

#navbar ul a:hover{
	color:#FFFF00;
}

#navbar ul li:hover ul, #navbar ul li.over ul {
	display: block;
}

#navbar ul li a{
	color:#FFF;
	text-decoration:none;
}

#client {
	height:24px;
	float:right;
	margin-right:20px;
	_margin-right:10px;
}

#client a{
	color:#FFF;
	text-decoration:none;
}

#lock {
	width:16px;
	height:22px;
	float:left;
	background: url(../img/lock.png) no-repeat;
	behavior:url(iepngfix/iepngfix.htc);
}

#content_outter{
	margin-top:5px;
	width:930px;
	background:#141414;
	padding:10px;
	clear:left;
}

#content_inner{
	border:1px solid #3a3a3a;
	height:100%;
}

#content_left {
	padding: 10px 20px;
	width:600px;
	float:left;
}

#content_left .image_holder {
	margin: 0 20px;
	_margin: 0 10px;
	padding: 5px;
	border:1px solid #3a3a3a;
	float:left;
}

#content_left img.sample {
	margin: 20px;
}

.image_holder .graceland_img{
	width:44px;
	height:30px;
	position:relative;
	bottom:36px;
	left:auto;
	margin-bottom:-36px;
	background: url(../img/image_logo.png);
	behavior:url(iepngfix/iepngfix.htc);
}

#content_left hr {
	border:none;
	border-top:1px solid #3a3a3a;
	height:1px;
	margin: 20px ;
}

#divider {
	border-right:1px solid #3a3a3a;
	padding-right:20px;
}

#content_right {
	width:280px;
	float:left;
}

#content_right img {
	margin: 0 10px;
}

#content_right p{
	margin: 10px 10px 10px 30px;
}

#footer {
	width:950px;
	height:35px;
	background: url(../img/footer.png) no-repeat;
	behavior:url(iepngfix/iepngfix.htc);
	clear:both;
}

#footer ul {
	list-style:none;
	color:#fff;
	padding: 0 35px;
}

#footer ul li {
	padding: 10px 22px;
	float:left;
}

#footer ul li a{
	color:#FFF;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#FFFF00;
}




/* Typography */

h1 {
	display:none;
}

h2 {
	font-size:23px;
	font-weight:normal;
	letter-spacing: -0.08em;
}

.offer {
	margin-left:90px;
	_margin-left:80px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	letter-spacing: -0.08em;
	}
h4 {}

.blue_text {
	color:#4CB0D1;
}

#content_left p {
	margin: 10px 20px;
}

#content_left ul li {
	margin: 0 30px;
}

#content_left ul li a{
	color:#FFF;
}
.textbox {
	background-color: #CCC;
}

.button {
	background-color: #141414;
	height: 20px;
	width: 118px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	border: 1px solid #999;
	background-image: url(../img/favicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-right: 10px;
}
a.mail:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
a.mail:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
a.mail:hover {
	text-decoration: underline;
	color: #FF0;
	font-weight: normal;
	text-align: left;
}
.grey {
	color:#999
}
a.h:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
a.h:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
a.h:hover {
	text-decoration: underline;
	color: #FF0;
	font-weight: normal;
	text-align: left;
}
.blue_text_small {
	color:#4CB0D1;
}
.blueH6 {
	color: #4CB0D1;
}
