/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/



body {
background-color: #ccc;
margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
line-height: 14px;
	color: #585858;
}

/* STRUCTURE */

#container {
background-color: #fff;
width: 621px;
margin: 0 auto;
}


#header {
background:url('http://www.spaciousmind.com/dev/EdgMiami/images/header.png') no-repeat;
height: 198px;
width: 621px;
margin: 0 auto;
padding: 0;
}


#logo {
height: 142px;
width: 621px;
float: left;
margin: 0;
padding: 0;
}


#nav {
width: 571px;
float: right;
margin-top: 14px;
text-align: right;
padding: 0 30px 0 20px;
}

#content {
width: 580px;
margin: 0 auto;
padding: 0;
}

#content #introtext {
width: 310px;
float: left;
padding: 0px 0 0 0;
margin: 0 0 10px 0;

}

#content #coupon {
float: right;
width: 250px;
padding: 0px 0 0 0;
}

#content #text1 {
float: left; 
width: 396px;
margin-bottom: 10px;
}

#content #testimonial {
width: 160px;
height: 90px;
background: #f79333 ;
float: right;
padding: 5px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
}

#content #clients {
margin: 10px 0;
width: 585px;
text-align: left;
}


#footer {
margin: 0 auto;
width: 621px;
padding: 10px 0 30px 0;
height: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #175381;
text-align: center;
font-size: 15px;
}

.clr {
clear: both;
}


#identity1 {
float: left;
width: 370px;
}

#identity-text {
float: left;
width: 210px;
}

/* TYPOGRAPHY */

p {
margin: 0 0 16px 0;
padding: 0 0 0 0;
}

#content #introtext p {
color:#175381;
}

#content #coupon p {
text-align: right;
}


#content #text1 ul {
width: 400px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}

#content #text1 li {
	float: left;

	padding: 0 18px 8px 0;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 15px;
color: #991b1e;
}

#content #testimonial p {
text-align: center;
color: #fff;
font-family: Georgia, Times, serif;
font-size: 14px;
line-height: 18px;
}

#content #identity-text h2 {
font-size: 32px;
color: #f89e46;
line-height: 34px;
font-family: Helvetica, Arial, sans-serif;
margin: 10px 0 10px 0;
}

#content #identity-text p {
color: #f89e46;
}


a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav a {
color: #fff;
font-size: 16px;
}

#homelink 
{ display:block; text-indent: -9999px; height: 150px; width: 621px; margin: 0; }



#footer a {
font-weight: bold;
color: #175381;
font-size: 18px;
}



strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}


/* IMAGES */

#content #coupon img {
border: 2px solid #ccc;
}

#content #clients img {
display: block;
margin-left: 14px;
}



