
/*
---------------------------------------------------------------------
Screen Styles - Ambition.
2011 - Ambition Creative Ltd.
---------------------------------------------------------------------
*/


/*
---------------------------------------------------------------------
Global Tags
---------------------------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
	background: url(../images/background_page_tile.png) center top repeat-y fixed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	color: #cdd5da;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

h3 {
	width: 620px;
	height: 64px;
	text-indent: -999em;
	overflow: hidden;
}

h4 {
	margin: .3em 0 .2em 0;
	font-size: 1.8em;
	text-shadow: 0px 1px 2px #000;
}

h5 {
	margin: .5em 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0px 1px 2px #000;
}

p {
	padding: .7em 0;
	line-height: 1.6em;
	text-shadow: 0px 1px 2px #000;
}

a {
	color: #4b9de1;
}

a:hover {
	color: #8dbfe8;
}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 3px solid #2c3943;
}

blockquote p {
		padding: 0;
}

/*
---------------------------------------------------------------------
Common Classes
---------------------------------------------------------------------
*/

.content_divider {
	display: none;
}

.gallery_links {
	display: none;
}

.clear {
	clear: both;
}

.left {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.right {
	clear: both;
	float: right;
	margin: 0 0 0 10px;
	overflow: hidden;
}



/*
---------------------------------------------------------------------
Define Site Canvas
---------------------------------------------------------------------
*/

#wrapper {
	background: url(../images/background_page_head.jpg) center top no-repeat fixed;
	width: 100%;
	min-height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

#accessibility_nav {
	position: absolute;
	top: -9999px;
	left: 0;
}


/*
---------------------------------------------------------------------
Define Secondary Content Blocks
---------------------------------------------------------------------
*/

#secondary_content {
	position: absolute;
	top: 0px;
	left: 717px;
	width: 242px;
	height: auto;
}

#company_info {
	position: fixed;
	background: url(../images/sidebar_background.png) no-repeat;
	width: 240px;
	min-height: 721px;
	padding: 0 1px;
}

#company_info h1 a {
	display: block;
	background: url(../images/ambition_logo.png) no-repeat;
	width: 240px;
	height: 100px;
	text-indent: -999em;
	overflow: hidden;
}

ul#main_navigation {

}


ul#main_navigation li a {
	display: block;
	background-image: url(../images/main_navigation.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 33px;
	text-indent: -999em;
	overflow: hidden;
}

li#what_we_do_nav a {
	background-position: 0 0;
}

li#our_work_nav a {
	background-position: 0 -33px;
}

li#about_us_nav a {
	background-position: 0 -66px;
}

li#get_in_touch_nav a {
	background-position: 0 -99px;
}

li#what_we_do_nav a.selected, li#what_we_do_nav a:hover {
	background-position: -240px 0;
}

li#our_work_nav a.selected, li#our_work_nav a:hover {
	background-position: -240px -33px;
}

li#about_us_nav a.selected, li#about_us_nav a:hover {
	background-position: -240px -66px;
}

li#get_in_touch_nav a.selected, li#get_in_touch_nav a:hover {
	background-position: -240px -99px;
}

#testimonials {
	background: url(../images/quote_marks.png) 0 3px no-repeat;
	margin: 25px 14px;
}

#testimonials li {
	display: none;
	padding: 0 0 0 21px;
	color: #e5e7e9;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.6em;
	text-shadow: 0px 1px 2px #000;
}

#testimonials li.first {
	display: block;
}


#testimonials li p.credit {
	display: block;
	padding: .6em 0 0 0;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #8297a7;
	text-transform: uppercase;
}

/*
---------------------------------------------------------------------
Define Main Content Blocks
---------------------------------------------------------------------
*/

#main_content {
	width: 687px;
	padding: 0 15px 28px 15px;

}

#main_content ol {
	list-style: outside;
	list-style-type: decimal;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

#main_content ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0 0 .8em 0;
	line-height: 1.5em;
}

#main_content li {
	margin-left: 2.2em;
	padding: .2em 3em .2em 0em;
}

.body_block_wrapper {
	background: url(../images/content_block_footer.png) center bottom no-repeat;
	width: 680px;
	padding: 0 0 21px 0;
	overflow: visible;
}

.body_block_content {
	background: url(../images/content_block_header.png) center 28px no-repeat;
	width: 620px;
	height: auto;
	padding: 60px 30px 0 30px;
	overflow: hidden;
}

.body_block_content img {
	margin: 6px 0;
}

p.top_the_top {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	width: 620px;
	height: 21px;
}

p.top_the_top a {
	display: block;
	background-image: url(../images/to_the_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	height: 21px;
	text-indent: -999em;
	overflow: hidden;
}

p.top_the_top a:hover {
	background-position: left bottom;
}

.content_row {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 620px;
	overflow: visible;
}

.column_1, .column_2 {
	float: left;
	display: inline;
	width: 300px;
	overflow: visible;
}

.column_2 {
	margin: 0 0 0 20px;
}

p.subheader {
	padding: .4em 0 0 0;
	font-size: .8em;
	font-weight: bold;
	color: #8297a7;
	text-transform: uppercase;
}

#hello_message .body_block_content {
	width: 600px;
	padding: 45px 40px 0 40px;	
}

#hello_message h1 {
	background: url(../images/hello_header.png) no-repeat;
	margin: 20px 0 0 0;
	width: 600px;
	height: 138px;
	text-indent: -999em;
	overflow: hidden;
}

#hello_message h2 {
	background: url(../images/we_are_ambition.png) no-repeat;
	width: 600px;
	height: 82px;
	text-indent: -999em;
	overflow: hidden;
}

#hello_message p {
	padding: 12px 12px 16px 12px;
	font-size: 14px;
}

#whats_hot h3 {
	background: url(../images/whats_hot.png) no-repeat;
}

#what_we_do h3 {
	background: url(../images/what_we_do.png) no-repeat;
}

#our_work h3 {
	background: url(../images/our_work.png) no-repeat;
}

#about_us h3 {
	background: url(../images/about_us.png) no-repeat;
}

#get_in_touch h3 {
	background: url(../images/get_in_touch.png) no-repeat;
}


/*
---------------------------------------------------------------------
Define Footer
---------------------------------------------------------------------
*/

#footer {
	padding: 10px 30px;
	min-height: 500px;
}

#footer p {
	font-size: .9em;
}
