body {
	margin: 0 auto;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background: url(img/bg_4.jpg) #fff repeat-x top;
}
object {
	outline:none;
}
div.clear {
	clear: both;
	height:1px;
}
p{
	margin: 0px auto;
	padding: 0px;
	padding-right:20px;
}
#container, #header, #main, #footertext {
	margin: 0 auto;
	width: 987px;
}
#header {
	height: 165px;
	background:url(img/logo.png) no-repeat;
	padding: 0;
}
#main {
	width: 987px;
	min-height: 510px;
	background:url(img/contentBg.png) no-repeat top;
}

#footer {
	background: url(img/footer_bg2.jpg) #000 repeat-x top;
	height:80px;
	color:#FFFFFF;
	
}
#footertext{
	width:987px;
	margin:0px auto;
}
#footertext a {
	color:#999;
	font-size:11px;
	text-decoration:none;
}
#footertext a:hover{
	text-decoration:underline;
	color:#CCC;
}
#footertext p {
	padding:0px;
	padding-left:30px;
	font-size:11px;
	text-align:center;
}
#footertext h1{
	padding:10px 0px 0px 30px;
	color:#777;
	font-size:15px;
	text-align:center;
}
#footerleft, #footercenter, #footerright {
	float:left;
	padding-left:50px;
	width: 270px;
}
#footercenter p{
	padding-top:12px;
}
#footercenter h1{
	padding-top:2px;
}
a {
}
a:link, a:visited, a:active {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #222;
}
img.left {
	float:left;
	margin-right: 15px;
}
img.right {
	float:right;
	margin-left: 15px;
}
img {border: none;}

/************ heading styles ****************/
h1 {
	font-style: normal;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin: 0px auto;
	text-align:left;
}
h2 {
	font-style: normal;
	color:#800000;
	font-size: 16px;
	font-weight:bold;
	margin: 0px auto;
	text-align:left;
	margin-bottom: 3px;
}
h3 {
	font-style: normal;
	color:#000000;
	font-size: 13px;
	font-weight:bold;
	margin: 0px auto;
	text-align:left;
}
h4 {
	font-style: normal;
	font-weight: bold;
	color:#000000;
	font-size: 2px;
	margin: 0px auto;
	text-align:left;
	padding:0px;
}
.inline{
	display:inline;
}

#left{
	min-height:500px;
	width:230px;
	float:left;
	padding-left:20px;
	padding-top:25px;
}
#leftfooter{
	float:left;
	width:230px;
	height:135px;
}
#right{
	min-height:400px;
	float:right;
	padding:25px 20px 5px 5px;
	width:690px;
	margin-bottom:20px;
}
#right h1{
	color:#000;
	font-size:16px;
	font-weight:bold;
}

#right .div1 {
	padding-top:2px;
	width: 9%;
	float: left;
	margin-bottom:10px;
}
#right .div2 {
	width: 91%;
	float: right;
	margin-bottom:10px;
}
#right .div6 {
	width: 91%;
	float: right;
	margin-bottom:10px;
	padding-top:8px;
}
#rightfooter {
	width:680px;
	float:right;
	padding-right:35px;
	padding-bottom:15px;
	margin-top:27px;
}
#rightfooter h1{
	color:#000;
	font-size:14px;
	font-weight:bold;
	}
#rightfooter .img {
	padding-top:2px;
	width: 9%;
	float: left;
}
#rightfooter .eyes {
	width: 15%;
	float: left;
	padding-top:8px;
}
#rightfooter .lips {
	width: 12%;
	float: left;
	padding-top:16px;
}
#rightfooter .para {
	width: 18%;
	float: left;
	padding-top:16px;
}
#rightfooter .tattoo {
	width: 19%;
	float: left;
	padding-top:8px;
}
#rightfooter .testimonails {
	width: 40%;
	float: left;
	padding-top:16px;
}
#FadeBannerContainer {
	float:left;
	width: 405px;
}
#buttonContainer {
	margin-right:5px;
	width:265px;
	height:180px;
	float:right;
}
#buttonContainer .top {
	float:left;
	padding:0px;
	width:100%;
	height:64px;
}
#buttonContainer .middle {
	float:left;
	padding:0px;
	width:100%;
	height:65px;
}
#buttonContainer .bottom {
	float:left;
	padding:0px;
	width:100%;
	height:52px;
}
#titleLeft {
	width:440px;
	float:left;
}
.urbangreymenu{
width: 212px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: url(images/bg_panels.png) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #bf5153;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
background: #ffffff url(images/bg_subpanels.png) no-repeat 0px 0px;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
color:#444;
}

.urbangreymenu ul li a:visited{
color: #444;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #999;
background: #ffffff url(images/bg_subpanels2.png) no-repeat 0px 0px;
}

#testimonials {
	width: 550px;
	margin-left:20px;
	padding-top:0px;
	font-style:italic;
	font-family:"Comic Sans MS", cursive;
}
#testimonials h6{
	font-style:normal;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
}
#bullet {
	width:100%;
	float:left;
}
#bullet .image{
	width:4%;
	float:left;
}
#bullet .text{
	width:96%;
	float:left;
	margin-bottom:15px;
}