@charset "utf-8";
/* CSS Document */

body {
	background:#C0C0C0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/********************** HEADER GLOBAL STYLES ***********************/

#header-wrapper {
	background:#272727;
	width:auto;
	height:80px;
	margin:0;
	padding:0;
}

#header-container {
	width:960px;
	height:80px;
	margin:0 auto;
}

#header {
	float:left;
	margin:15px 0 0 0;
	padding:0;
}

#nav {
	float:right;
	width:350px;
	height:40px;
	margin:15px 0 0 0;
}

#nav ul {
	list-style-type:none;
}

#nav ul li {
	display:inline;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
}

#nav a {
	text-decoration:none;
	color:#FFFFFF;
}

#nav a:hover {
	border-bottom:#FF0 2px solid;
}

/*************** BILLBOARD GLOBAL STYLE ********************/
#billboard-wrapper {
	background:#FF0;
	width:auto;
	height:400px;
	margin:0;
	padding:0;
}

#billboard-container {
	width:960px;
	height:400px;
	margin:0 auto;
}

#content-left {
	background:url(../img/iPhone-billboard6.png) no-repeat;
	width:335px;
	height:340px;
	float:left;
	margin-top:60px;
}

#content-right {
	background:url(../img/iPhone-billboard4.png) no-repeat;
	width:600px;
	height:300px;
	float:right;
	margin-top:50px;
}
/******************** SERVICE GLOBAL STYLES ****************/
#service-wrapper {
	background:#c0c0c0;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

#service-container {
	width:960px;
	height:562px;
	margin:0 auto;
}

#service-content {
	background:url(../img/Services.png) no-repeat;
	width:945px;
	height:562px;
	float:left;
}


/***************** CONTENT GLOBAL STYLES *****************/

#content-wrapper {
	background:#C0C0C0;
	width:auto;
	height:300px
	margin:0 auto;
}
	
#content-container {
	/*background:#0F0;*/
	width:960px;
	height:300px;
	margin:0 auto;
	padding:0;
}

#content-container .box1 {
	/*background:#fff; */
	width:315px; 
	height:250px; 
	float:left;
	margin:35px 7px 0 0;
	border-right:1px dashed #808080;
}

#content-container .box2 {
	/*background:#fff; */
	width:315px; 
	height:250px; 
	float:left;
	margin:35px 0 0 0;
}

#content-container .box3 {
	/*background:#fff;*/ 
	width:315px; 
	height:250px; 
	float:right;
	margin:35px 0 0 0;
	border-left:1px dashed #808080;
}

#content-container h1 {
	color:#333;
	font-size:22px; 
	text-transform:uppercase; 
	padding:5px;
}

#content-container p {
	color:#333;
	font-size:14px; 
	padding:5px; 
	font-weight:bold;
}



/**************** REVIEW STYLE *****************/
#review-wrapper {
	/*background:#808080;*/
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}


#yelp-logo {
	background:url(../img/yelp-logo.png)no-repeat;
	width:225px;
	height:175px;
	/*margin-left:200px;*/
}

#write-review {
	width:100px;
	height:20px;
	margin:10px 0 0 0;
}

#review-left {
	width:960px;
	height:auto;
	/*margin:15px 0 0 205px;*/
	overflow:hidden;
}

#review-left p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 5px;
}

#review-left img {
	padding:5px;
}

/************* CONTACT GLOBAL ********************/
#contact-wrapper {
	background:#c0c0c0;
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
}

#contact-container {
	width:960px;
	height:500px;
	margin:0 auto;
}

#contact-info {
	width:300px;
	height:400px;
	float:left;
	margin:25px 0 0 15px;
}

#contact-map {
	width:600px;
	height:400px;
	float:right;
	margin:25px 15px 0 0;
}
iframe .map {
	border:#FF0000 5px solid;
}

#contact-info p {
	padding:5px;
	line-height:25px;
}

/************* FOOTER GLOBAL STYLE **************/

#footer-wrapper {
	background:#666;
	width:1349;
	height:58px;
	margin:0 auto 0 auto;
	position:static;
}

#footer-content {
	width:960px;
	height:58px;
	margin:0 auto;
}
#footer-content p {
	color:#CCC;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 170px;
}