/* ==================================

 Designed and Developed by Alwayswater
 Office: NYC
 Year: 2007 
 
 =================================== */


/* ==== HTML Elements =============== */
body {
	background:#FFF;
	margin:0 1em 40px 1em;
	text-align:center;
	font-size:75%;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	color:#333;
}
html>body {
	font-size:12px;
}
p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}
h1 {
	line-height:2em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}
h2 {
	margin: 0.85em 0;
	padding: 0;
	font-size:1.7em; 
	font-weight:normal; 
	letter-spacing:2px; 
	color:#fc5970;
}
h3 {
	font-size:1.0333em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
}
blockquote { 
	padding:0; 
	margin:0 0 1.5em 0;
}
ul {
	padding:0;
	margin:0 0 1.5em 2em;
	list-style:square;
}
ol {
	padding:0;
	margin:0 0 1.5em 2em;
}
li { 
	margin:4px 0;
}
ul li ul { 
	list-style:circle;
}
ol li ol { 
	list-style-type:lower-roman;
}
img { border:none; }
a {
	color:#000;
}
a:hover {
	color:#666;
	text-decoration:none;
	padding: 0;
	margin: 0;
}


/* ==== Structure =============== */
#container {
	width: 1025px;
	text-align:left;
	margin:60px auto 0 auto;
	overflow: auto;
	position: relative;
}
#left {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#right {
	float: right;
	border-left: 2px solid #5d3229;
	margin:0;
	padding: 0 0 0 10px;
	width: 770px;
}


/* ==== Logo =============== */
h1#logo {
	display: block;
}
h1#logo span {
	display: none;
	visibility: hidden;
}


/* ==== Navigation =============== */
#navigation {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
#navigation ul {}
#navigation ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
#navigation a {
	color: #5d3229;
	text-decoration: none;
	font-size: 110%;
}
#navigation a:hover { margin: 0; padding: 0; }
#navigation a.active {
	color: #5d3229;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}


/* ==== Contact and Download Profile =============== */
#contact-profile {
	position: absolute;
	left: 67px;
	bottom: 0;
	text-align: right;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
#contact-profile a {
	display: block;
	color: #5d3229;
	margin: 10px 0 0 0;
	text-decoration: none;
}

#contact-profile a.active {
	color: #5d3229;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}


/* ==== Testimonials =============== */
#testimonials {
	overflow: auto;
	margin: 30px 0 0 0;
}
#testimonials blockquote {
	float: left;
	width:45%;
	margin: 0 25px 0 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 90%;
}
#testimonials blockquote p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.7em;
}
#testimonials blockquote big {
	font-weight: bold;
}
#testimonials cite {
	color: #999;
	font-style: normal;
	padding: 0;
	margin: 0 0 0 10px;
}