/* CSS Document */


/*########################*/
/* HTML TAG RULES */
/*########################*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
}


body {
	
	background-image: url('images/squishy_bg.png');
	background-repeat: repeat-x;
	color:#373737;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	font-weight:300; 
	}


h1, h2, h3, h4, h5, h6  {
	font-weight:300; 
}

p  {}

a 	{
	color:#000000;
	text-decoration:none;
	}
a:link {}      
a:visited {}  
a:hover {text-decoration:underline;} 
a:active {} 

hr {}


content2 {
  padding: 20px;
  background: #FFFFFF;
  overflow:hidden;
  }
  
.col {
  background:#FFFFFF;
  float:left;
  width:22%;
  margin-right: 4%;
  margin-top: 5%;
  }
  
  .col p {font-size:11pt;}
  
.col-4 {margin-right:0;}


.modalDialog {
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 724px;
	position: relative;
	margin: auto;
	margin-top: 100px;
	padding: 5px 20px 13px 20px;
	border-radius: 1px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}




.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }





#wrap {
		width: 1140px;
		margin: 0 auto;
		position: relative;
}

.wrap_top {

}

.rathead{  padding:0px; width:100%; margin:0; position: absolute; top: 16px;  }

.rathead a { }




.header {
		width: 493px;
		height: 80px;
		position:relative;	
}

.header h1 {
		display:block;
		position:absolute;
		top:20px;
		left: 50px;
		font-size:20pt;
		font-weight:300;  
}



.nav {
		width: 630px;
		height: 80px;
		position: absolute;
		left:500px;
}

.nav ul {
		padding:0px;
		margin:0px;
		list-style:none;
		position:absolute;
		display:inline;
		font-size:12pt;
		top:25px;
}

.nav ul li {
		margin-left: 25px;
		display:inline;
		}

#content {
		width: 1140px;
		height: 435;
		position: relative;
}

.content_left {
		width: 745px;
		height: 465px;
		position: relative;
}

.content_left h2  { }


.content_left h2 span  {
		display:none;
}

.demo {
		width: 720px;
		height: 405px;
		top: 30px;
		position: absolute;
 }
 
 .demo_replace {
	 	width: 720px;
		height: 405px;
		top: 0px;
		position: absolute;
	 
 }

.content_right {
		width: 352px;
		height: 405px;
		left: 788px;
		top: 30px;
		position: absolute;			
}

.content_right h4 {
		font-size:18pt;	
		font-style: italic;
}


.content_right_fb {
		width: 60px;
		height: 60px;
		top: 345px;
		position:absolute;
}




.content_right_fb_text{margin-top: 46px; margin-left: 80px;}







#clients {
		clear:both;	
		width: 1140px;
		top: 1081px;
		margin-left: auto ;
		margin-right: auto ;
		position: absolute;

}

#clients h3 {
		text-align:center;
		font-size:20pt;	
		margin-left: auto ;
		margin-right: auto ;
		position: relative;
		}
		
.client_pics {
		margin-top: 30px;
		margin-left: 230px;
		position: relative;
}



#footer {
		width: 1140px;
		height: 50px;
		top: 1443px;
		text-align:center;
		margin-left: auto ;
		margin-right: auto ;
		position: absolute;

}