/*-----------------------------
CSS FOR: AERTECH.ie
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 11-08-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #2e3191 url(../img/background_grad.gif) fixed top left repeat-x;
	color: #fff;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

h1{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	
}

h2{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	
}

h3{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 10px 20px;
	line-height: 1.5em;
}

p{
	font-size: 13px;
	line-height: 1.5em;
	color: #fff;
	padding: 0 0 10px 20px;
}

p.first{
	font-size: 14px;
}


/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#nav{
	width: 800px;
	height: 30px;
	margin:0 auto;
	text-align: left;
	padding:0 0 10px 0;
}

div#masthead{
	width: 100%;
	min-width: 800px;
	height: 160px;
	display: block;
	clear: both;
	margin:0 auto;
	padding:0;
	position: relative;
}

div#masthead_logo{
	width: 50%;
	min-width: 400px;
	height: 160px;
	background: url(../img/masthead_bg.gif);
	float: left;
}

div#content{
	width: 800px;
	min-height: 400px;
	margin:0 auto;
	background: url(../img/content_bg.png) no-repeat 50px 0;
	padding: 30px 0 0 0;
	text-align: left;
	clear: both;
}

div#content_left{
	float: left;
	width: 460px;

	padding: 0 0 20px 0;
}

div#sidebar{
	float: right;
	width: 300px;
}

div#footer{
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #205fac;
	padding:0;
}

div#footer_info{
	float: left;
	width: 290px;
	padding: 10px 0;
}

div#footer_nav{
	float: right;
	width: 500px;
	text-align: right;
	padding: 10px 0;
	
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead_logo h1 a{
	float: right;
	display: block;
	width: 520px;
	height: 160px;
	text-indent: -9999px;
	background: url(../img/masthead_logo.gif) top left no-repeat;
	margin: 0 -120px 0 0;
	border-bottom: none;
}
div#masthead_logo h1 a:visited{
	border-bottom: none;
}
div#masthead_logo h1 a:hover{
	border-bottom: none;
}

div#masthead h2{
	display: block;
	width: 259px;
	height: 57px;
	background: url(../img/tagline.gif) top right no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 25px 0 0 120px;
	}



div#nav ul#nav_list li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}

div#nav ul#nav_list a{
	display: block;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #205fac;
	border-bottom: none;
}

div#nav ul#nav_list a:visited{
	color: #205fac;
	border-bottom: none;
}

div#nav ul#nav_list a:hover{
	color: #fff;
	background: #2e3191;
	border-bottom: none;
}

div#nav ul#nav_list a.here{
	color: #fff;
	background: #2e3191;
	border-bottom: none;
}
div#sidebar a.sidebar_link{
	display: block;
	width: 280px;
	padding: 10px;
	border-bottom: none;
	margin: 0 0 10px 0;
	background: #262261;
	
}

div#sidebar a.sidebar_link:visited{
	display: block;
	width: 280px;
	padding: 10px;
	border-bottom: none;
	margin: 0 0 10px 0;
	background: #262261;
}

div#sidebar a.sidebar_link:hover{
	display: block;
	width: 280px;
	padding: 10px;
	border-bottom: none;
	margin: 0 0 10px 0;
	background: #2e3191;
}

a.sidebar_link span.sb_header{
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
}

a.sidebar_link span.sb_content{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}


div#sidebar div.sidebar_link{
	display: block;
	width: 280px;
	padding: 10px;
	border-bottom: none;
	margin: 0 0 10px 0;
	background: #262261;
	
}

div.sidebar_link span.sb_header{
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
}

div.sidebar_link span.sb_content{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}

div.sidebar_link span.sb_moreinfo{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}

div#footer p{
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #ddd;
}

div#footer a{
	color: #ddd;
	border-bottom: 1px dotted #ddd;
}
div#footer_nav ul#footer_links{
}

div#footer_nav ul#footer_links li{
	display: inline;
	line-height: 1.5em;
	padding: 0 5px;
	font-size: 10px;
}

div#content_left ul{
	list-style: square;
	padding: 0 0 10px 0;
}

div#content_left ul li{
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 40px;
}

div#content_left h3.case_study{
	display: block;
	background: #262261;
	padding:5px 0 5px 5px;
	margin: 0 0 10px 15px;

}

div#content_left img{
	max-width: 460px;
}
ul.clientlist{
	margin: -10px 0 0 0;
	padding:0 0 10px 0;
	background: #262261;
}
ul.clientlist li a{
	display: block;
	padding:10px 0 10px 15px;
	margin: 0;
	font-size: 12px;
	border-bottom: none;
	text-decoration: underline;
}

ul.clientlist li a:visited{
	text-decoration: underline;
	border-bottom: none;
	
}

ul.clientlist li a:hover{
	display: block;
	background: #2e3191;
	border-bottom: none;
	text-decoration: underline;
}

#contact_form p.contactmessage{
	padding: 2px 3px;
	border: 1px solid #f60000;
	color: #fff;
	margin: 0 0 5px 20px;
}

#contact_form .highlight{
	padding: 2px 3px;
	border: 1px solid #f60000;
	color: #fff;
	background: none;
}
/* ----------------------------------------------- CONTACT STYLES --------------------------------------------*/
input.contact-single{
	width: 100%;
}

textarea.contact-text{
	width: 100%;
	height: 100px;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{color: #f60000;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}
strong{font-weight: bold;}

img.image_left{
	float: left;
	border: 2px solid #262261;
	margin: 0 10px 10px 0;
}

img.image_right{
	float: right;
	border: 2px solid #262261;
	margin: 0 0 10px 10px;
}