/* @override http://localhost/SWD/site/_assets/css/style.css */

/* --- COLOR SCHEME ---

---------------------- */

/* --- # GLOBAL STYLES ---*/
html {}

body {
	 font-family: "Avenir", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #ffffff;
}

strong, em, b, i {
    font-family: "Avenir", "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;   
}

a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover {
}

p {
	line-height: 1.9;
	margin: 1.5em 0;
	margin-top: 0;
}

/* --- WRAPPER STYLES ---*/
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0px auto;
}

#header {
	overflow: hidden;
	height: 165px;
}

#content {
	margin-top: 25px;
	xoverflow: hidden;
	margin-bottom: 25px	;
}

#p_home #content {
	margin-top: 40px;
}

#main {

}

/* --- # HEADER STYLES ---*/

h1#logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	margin-top: 5px;
	width: 318px;
	height: 112px;
	position: absolute;
}

h1#logo a {
	display: block;
	height: 100%;
}

#quote {
	background: url(../images/bg-quotes.png) no-repeat;
	width: 412px;
	height: 88px;
	float: right;
	color: #524f4f;
	margin-top: 18px;
}

#quote p {
	margin: 0;
	padding: 0px 65px;
	padding-right: 50px;
	padding-top: 2px;
	font-size: 1.1em;
}

#quote small {
	display: block;
	text-align: right;
	padding-right: 50px;
	font-size: 0.8em;
}



/* --- # NAV STYLES ---*/
#navbar {
	margin-top: 128px;
	background: #000;
	height: 25px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
}

#nav {
	width: 900px;
	margin: 0 auto;
}

#nav ul {
}

#nav li {
	width: auto;
}

#nav li a {
	xtext-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 0;
	padding-right: 30px;
}

#navbar li.active a {

}

#navbar li a:hover {
	color: #29aae2;
}

#nav li ul {}

#navbar .active ul {}

#nav li li {}

#nav li li a {}


/* --- # CONTENT PAGES ---*/
#title {

}

#title h2 {
	color: #29aae2;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 1em;
}

/* --- # FOOTER STYLES ---*/
#footer {
	clear: both;
	margin-top: 25px;
}

#company {
	font-size: 0.9em;
	margin-bottom: 5px;
}

#contact {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#contact a {
	color: #29aae2;
	text-decoration: none;
}

#social {
	float: right;
	margin-top: -20px;
}

#design {
	font-size: 0.8em;
}

#design a {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}

#signup {
}

#signup input {
}


