@charset "UTF-8";

/* Load Universal Styles */

@import url('universal.css');

body {
	margin: 0px;
	background:url(../images/random/randomizer.php) bottom right no-repeat fixed;
}

/* STRUCTURE */

/* Flash Content */

div#flashhead {
	width:100%;
	height:300px;
	background:#f8f8f8 url(../images/bg_flash.png) center top repeat-x;
	text-align:center;
	clear:both;
}
div#flashcontent {
	position:relative;
	width:950px;
	height:300px;
	margin:0px auto;
}



/* Main Content */

div#main_container {
	width:984px;
	padding: 20px 20px 20px 20px;
	margin:0 auto;
	overflow:hidden;
	background: none;
}

/* Client Modules */

div.client {
	float:left;
	width:276px;
	height:145px;
	padding:10px;
	margin:10px 15px;
	background:#f8f8f8 url(../images/bg_flash.png) 0px 0px no-repeat;
	border:#e1e1e1 1px solid;
	overflow:hidden;
}

div.clientimg {
	width:276px;
	height:100px;
	margin: 0px 0px 10px 0px;
	background:#666;
}

span.client_title{
	display:block;
	font-size:16px;
	line-height:20px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:5px 0px 0px 0px;
	color:#666;
	
}
span.client_title_red{
	display:block;
	font-size:16px;
	line-height:20px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:5px 0px 0px 0px;
	color:#eb2a2e;
	
}

.client_desc{
	display:block;
	font-size:11px;
	font-style:italic;
}

/* Our Work */

h2.ourwork{
	display:block;
	width:197px;
	height:35px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background:url(../images/h2_contactus.png) 0px 0px no-repeat;
}

div#cs_left{
	float:left;
	width:287px;
	padding:40px 20px 20px 20px;
}

div#cs_left p{
	text-align: justify;
	line-height: 18px;
}
div#cs_right{
	position:relative;
	overflow:hidden;
	float:right;
	width:647px;
	padding:40px 0px;
}

div#contactinfo{
	width:200px;
	float:right;
}

div#contactform{
	width:420px;
	float:left;
}
	

/* Misc. */


.getflash{
	position:absolute;
	display:block;
	width:160px;
	height:41px;
	text-indent:-9999px;
	background:url(../images/getflashplayer.jpg) 0px 0px no-repeat;
	top:129px;
	left:395px;
}

/* hCard Styles */

div.vcard{
	color:#666;
}

div.adr {
	line-height:16px;
}

#strc{
	display:block;
	font-size:16px;
	line-height:20px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:5px 0px;
	color:#eb2a2e;
}

#fones{
	margin:10px 0px;
}

a.carddownload{
	display:block;
	height:18px;
	line-height:18px;
	margin:10px 0px;
	padding:0px 0px 0px 34px;
	background:url(../images/icon_hcard.png) 0px 0px no-repeat;
	color:#eb2a2e;
}

a.getdirections{
	display:block;
	height:18px;
	line-height:18px;
	margin:10px 0px;
	padding:0px 0px 0px 34px;
	background:url(../images/icon_directions.png) 0px 0px no-repeat;
	color:#eb2a2e;
}

/* Error Message */

div#errormessage h2{
	margin:0px;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p.thanks{
	line-height:18px;
}