/******* CRICAVA CSS STYLESHEET ******/

/******* SHARED FOUNDATION CLASSES ******/


html
{
	height: 100%;
	overflow-x: hidden;
}

body 
{
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial, Verdana;
}

div.frame
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

div.smoke
{
	float: left;
	width: 980px;
	height: 580px;
	background: url(../img/smoke-2.png) no-repeat 0px -90px;
	position: relative;
	z-index: 1;
}

div.logo
{
	float: right;
	width: 747px;
	height: 150px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
	margin-top: -565px;
}


div.slogan
{
	float: right;
	width: 747px;
	height: 40px;
	background: url(../img/slogan-a_lot_more_than_coding.png) no-repeat;
	position: relative;
	z-index: 2;
	margin-top: -445px;
	left: 265px;
}


div.rac
{
	float: left;
	width: 220px;
	position: relative;
	z-index: 2;
	margin-top: -195px;
	left: 15px;
	text-align: right;
	font-size: 12px;
	color: #808080;
}

div.rac-links
{
	float: right;
	clear:both;
	margin-bottom: 5px;
	width: 100%;
}

div.content, #content
{
	float: left;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	margin-top: -395px;
	text-align: justify;
	color: #010101;
	position: relative;
	z-index: 3;
	left: 30px;
	background: transparent;	
	overflow: hidden;
	width: 730px;
	display:inline;
}

div.left
{
	float: left;
	width: 200px;
	background: url(../img/line-dashed.png) repeat-y top right;
	height: 240px;
	margin-right: 10px;
}

div.left img.title
{
	float: right;
	clear: both;
	margin-bottom: 5px;
	margin-right: 10px;
}

div.left img.bullet
{
	float: right;
	clear: both;
	margin-right: 10px;
}


div.right
{
	float: left;
	width: 345px;
	line-height: 17px;
	margin-top: -3px;
}

div.service
{
	float: left;
	clear: both;
	margin-top: 3px;
	width: 250px;
}


div.testimony
{
	float: right;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Verdana;
	width: 500px;
	text-align: justify;
	color: #a0a0a0;
	position: relative;
	z-index: 3;
	font-weight: bold;
	background: transparent;	
	
}

div.description
{
	line-height: 21px;	
	position: relative;
	left: 50px;
	top: 30px;
}	

div.client
{
	text-align: right;
	margin-top: 20px;
}

span.quotes
{
	float: left;
	width: 50px;
	height: 70px;
	background: url(../img/quote.png) no-repeat;
}

/****** PAGE SPECIFIC CLASSES ******/

/****** TITLES, INPUTS AND HRS *******/

a, a:link, a:visited
{
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #00aec7;
}

a:hover
{
	color: #e31d4c;
}

div.service a, div.service a:link, div.service a:visited, div.logo a, div.logo a:link, div.logo a:visited, div.menu a, div.menu a:link, div.menu a:visited, #map a 
{
	border: 0px dashed;
}


h1
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-transform: capitalize;
}

h2
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 18px;
	color: #00aec7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-transform: capitalize;
}

input.textInput
{
 	border: 1px solid #909090; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
}

textarea.textInput
{
	border: 1px solid #909090; 	
	font-family: Verdana;
 	font-size: 11px;
}

input.submitButton
{
	border: 1px solid #909090;
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
	background: #FFFFFF;
} 

hr 
{	
	height: 3px;	
	color: #3F4945;
	background-color: #3F4945;
	border: 0;
	padding: 0px;
}

img
{
	border: 0px solid;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
}


span.emphasize, span.factsHighlight
{
	font-weight: bold;
	color: #00aec7;
}

ul
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

ul li
{
	float: right;
	clear: both;
	width: 150px;
	list-style-type: none;
	background: url(../img/bullet-arrow-left.gif) center right no-repeat;
	padding-right: 10px;
}



ul li a
{
	font-family: Arial;
	font-weight: bold;
}