/* 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:12px;
	color:#2B2B2B;
	line-height: 1.5em;
}


#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 16px;
	float:left;
}

#navbar ul li ul {
	width:130px;
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
  }
  
#navbar ul li ul li {
	width:200px;
	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:16px;
/*	_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;
	padding:10px;
	clear:left;
	background-color: #FFF;
}

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

#content_left {
	width:600px;
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#content_left .image_holder {
	/*margin: 0 10px;*/
	padding: 5px;
	border:1px solid #3a3a3a;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}

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

.image_holder .graceland_img {
	width:44px;
	height:36px;
	position:relative;
	bottom:39px;
	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-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#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-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

#footer ul li {
	float:left;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}

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

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




/* Typography */

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

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;
}
.download {
	height: 43px;
	width: 206px;
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:hand;
}
a.mail:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	text-align: left;
}
a.mail:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	text-align: left;
}
a.mail:hover {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
	text-align: left;
}
a.link:link {
	text-decoration: none;
	color: #4CB0D1;
	font-weight: bold;
	text-align: left;
}
a.link:visited {
	text-decoration: none;
	color: #4CB0D1;
	font-weight: bold;
	text-align: left;
}
a.link:hover {
	text-decoration: underline;
	color: #4CB0D1;
	font-weight: bold;
	text-align: left;
}
.grey {
	color:#999
}
a.h:link {
	text-decoration: none;
	color: #4CB0D1;
	font-weight: normal;
	text-align: left;
}
a.h:visited {
	text-decoration: none;
	color: #4CB0D1;
	font-weight: normal;
	text-align: left;
}
a.h:hover {
	text-decoration: underline;
	color: #4CB0D1;
	font-weight: normal;
	text-align: left;
}
.blue_text_small {
	color:#4CB0D1;
}
.blueH6 {
	color: #4CB0D1;
}
.intro {
	font-size: 19px;
	color: #000;
	font-weight: 600;
	line-height: 1.7em;
	font-family: "Times New Roman", Times, serif;
}
.highlighter {
	font-weight: bold;
	text-decoration: underline;
}
#callus {
	background-image: url(../img/telephone.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 268px;
	font-size: 30px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: 700;	
}
#cards {
	background-image: url(../img/cards_taken.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 278px;
	font-size: 30px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: 700;	
}
#testupper {
	background-image: url(../img/test_upper.png);
	background-repeat: no-repeat;
	width: 268px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 5px;
}
#testlower {
	background-image: url(../img/test_lower.png);
	background-repeat: no-repeat;
	width: 268px;
	height: 19px;
}
#offercard {
	height: 380px;
	text-align: left;
	background-image: url(../img/offers/business_card.jpg);
	width: 268px;
	background-repeat: no-repeat;
}
#offer {
	height: 380px;
	text-align: left;
	background-image: url(../img/offers/price_list.png);
	width: 268px;
	background-repeat: no-repeat;
}
.facebook {position: absolute;top: 45px;left: 964px;z-index:10;display: block;}
.facebook img {width: 44px !important;height:45px !important;}
.twitter {
	position: absolute;
	top: 45px;
	left: 1017px;
	z-index:10;
	display: block;
}
.twitter img {width: 44px !important;height:45px !important;}
.facebook img.end {margin-right: 0 !important;}
.twitter img.end {margin-right: 0 !important;}
.postit {
	position: absolute;
	top: 84px;
	left: 995px;
	z-index:10;
	display: block;
}
.postit img.end {margin-right: 0 !important;}#container #content_outter #content_inner #content_left #divider table tr td strong {
	font-size: 16px;
}
#container #content_outter #content_inner #content_left #divider {
	font-size: 10px;
}
.price {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

