/* CSS styles for --SITENAME-- */
/* coded by DJENAN KOZIC :: --DATE-- */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background-color:#113460;
	padding:30px 0 30px 0;
	font-size:62.5%;
}

p {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ol {}
ul {}
li {}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a {
	color:#0d2a50;
	text-decoration:none;
	border-bottom:1px solid #0d2a50;
}
a:hover {}
a:active {}


/* HEADER */

#header {
	width:800px;
	height:375px;
	margin:0 auto;
	background:transparent url('images/header-bg.jpg') no-repeat top left;
	}

#header h1 {}


/* CONTENT */

#main {
	width:748px;
	margin:0 auto;
	background:#fff url('images/content-bg.jpg') no-repeat bottom left;
	padding:0px 26px 10px 26px;
	}

#main {}

	
	#main div.testimonial-wrapper {
		border-top:1px dashed #f00;
		padding:26px 0 26px 0;
		}
		#main div.testimonial-wrapper:first-child {
			border-top:none;
		}
	
	#main div.testimonial-wrapper blockquote {
		background-color:#eee;
		padding:0 16px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		margin:15px 0;
		}
		#main div.testimonial-wrapper blockquote p {
			font-style:italic;
			font-size:1.6em;
			font-family:Georgia, Garamond, serif;
			color:#444;
		}
		
		#main div.testimonial-wrapper blockquote p.attribution {
			padding-left:30px;
			font-family:Tahoma, Verdana, sans-serif;
			font-size:1.2em;
			font-style:normal;
		}
		
	#main div.testimonial-wrapper span.company-name {
		color:#3D6A8F;
		font-weight:bold;
	}
	
	#main div.testimonial-wrapper em {
		color:#ed1e39;
		font-style:normal;
	}
	
		
	
	#main p {
		font-family:Tahoma, Verdana, sans-serif;
		font-size:1.4em;
		line-height:1.6em;
		padding:0.8em 0;
		color:#4e7fad;
		}
	

	#main h1 {
		font-size:2.5em;
		font-family:Tahoma, Verdana, sans-serif;
		line-height:0.8em;
		padding:0 0 0.4em 0;
		color:#ed1e39;
		}
#main h2 {}
#main h3 {}
#main h4 {}
#main h5 {}
#main h6 {}

#main ol {}
#main ul {}
#main li {}

#main a {}
#main a:hover {}
#main a:active {}

#images {}

#clear { clear:all; }

/* FOOTER */

#footer {
	border-top:1px dashed #082140;
	padding:10px 0 5px 0;
	margin-top:5px;
	}

#footer p {}

#footer a {}
#footer a:hover {}
#footer a:active {}