/* ---------------------------------------------------------------------------
	
	Master Styles
					
	Site: http://indiginess.com
	
	Author: Matt Garcia http://mattgarcia.com
	
--------------------------------------------------------------------------- */

/* COLOUR PALETTE 

Dark Grey: #333333
Light Grey: #c1c1c1
Yellow: fed404
Red: 8f2a2a

*/

/* --------------------------------------------------------------------------
	RESET!
--------------------------------------------------------------------------- */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	GLOBAL
--------------------------------------------------------------------------- */

body { 
	margin: auto;
	font: .7em/165% "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;  
	color: #333333;	
	background: url(../images/background.jpg) no-repeat center top;
	text-align: center;
	background-color: #000000;
	}
	
#container {
	margin: 0 auto 0 auto;
}

/* --------------------------------------------------------------------------
	HEADER
--------------------------------------------------------------------------- */

#header {
	width: 100%;
	height: 67px;
	background-color: #000000;
}

#logonav_wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	width: 150px;
	margin: 10px auto 0 70px;
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: #000000 1px 1px 1px;
	font-weight: bold;
	text-align: left;	
}

#logo a:link, #logo a:visited, #logo a:active	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	}

#logo a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}

.strapline {
	color: #fed404;
	font-size: .7em;
}

#topnav {
	float: right;
	width: 475px;
	height: 30px;
	margin: 16px -100px 0 0;
	padding: 1px 0 0 0;
}

#topnav li {
	display: inline;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	font-size: .8em;
	font-weight: bold; 	
	text-decoration: none;
	border-bottom: 0;
}

#topnav a:hover, #topnav a.active {
	padding: 3px 5px 3px 5px;
	color: #fed404;
	}	

.divider {
	border-bottom: #fed404 1pt solid;
}

/* --------------------------------------------------------------------------
	MAIN WINDOW
--------------------------------------------------------------------------- */

#mainwindow_wrapper {
	width: 100%;
	height: 460px;
	margin: 0 auto 0 auto;
}

#mainwindow {
	width: 950px;
	margin: 0 auto 0 auto;
}

/* --------------------------------------------------------------------------
	MIDDLE NAVIGATION
--------------------------------------------------------------------------- */

#midnav {
	width: 950px;
	height: 20px;
	margin: -115px auto 6px auto;
	padding: 0 0 0 0;
	text-align: center;
}

#midnav ul {
	list-style: none;
	margin: 0 0 15px 0;
	text-align: center;
}

#midnav li {
	line-height: 10px;
	margin-bottom: -5px;
	padding: 25px 12px 0 12px;
	display: inline;
	text-align: center;
}

#midnav a:link, #midnav a:visited, #midnav a:active {
	font-size: .9em;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
	font-weight: bold; 
	text-decoration: none;
	padding: 7px 8px 7px 8px;
	border-top: #fed404 1px dotted;
	border-bottom: 0;
}

#midnav a:hover, #midnav a.active {
	text-shadow: none;
	color: #000000;
	text-shadow: none;
	padding: 7px 8px 7px 8px;
	border-top: none;
	background-color: #fed404;
}

/* --------------------------------------------------------------------------
	CONTENT AREA
--------------------------------------------------------------------------- */

#content_wrapper {
	margin: 0 auto 0 auto;
	width: 950px;
	background-color: #ffffff;
	height: 100%;
	padding-bottom: 40px;
}

#content_background {
	background: url(../images/background_content.gif) no-repeat;
}

#sidebar {
	float: left;
	width: 290px;
	margin: 0;
	height: 100%;
}

ul.subnav  {
	margin: 30px 25px 0 10px;
	list-style: none;
	padding: 0 0 0 0;
	font-size: 1.2em;
}
	
ul.subnav a {
	color: #b2b2b2;
	display: block;
	padding: 12px 10px 12px 20px;
	margin: -5px 0 0 0;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	background-color: #ffffff;
	height: 100%;
	text-align: left;
	border-bottom: #eeeeee 1px solid;
}
	
ul.subnav a:hover {
	background-color: #ffffff;
	color: #333333;
	text-shadow: none;	
	}

.subnav .active, .subnav a.active:hover {
	background-color: #ffffff;
	color: #000000;
	text-shadow: none;
	background-image: none;
}

ul.products  {
	margin: 25px 20px 0 10px;
	list-style: none;
	padding: 0;
	font-size: 1.4em;
}

.products a.seo {
	background: url(../images/background_productbutton.jpg);
}

.products a.socialmedia {
	background: url(../images/background_productbutton.jpg);
}

.products a.adwords {
	background: url(../images/background_productbutton.jpg);
}

.products a.maintenance {
	background: url(../images/background_productbutton.jpg);
}

.products a.hosting {
	background: url(../images/background_productbutton.jpg);
}

ul.products a {
	display: block;
	padding: 10px 20px 18px 18px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.8em;
	text-decoration: none;
	background-color: #000000;
	height: 100%;
	text-align: left;
	text-shadow: #000000 1px 1px 1px;
	border-bottom: 0;
}
	
ul.products a:hover {
	background-color: #ffffff;
	color: #ffffff;
	text-shadow: none;
	text-shadow: #000000 1px 1px 1px;
	}

ul.products a em {
	display:block;
	color: #fed404;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 5px 0 0 0;
	border-bottom: 0;
	}

ul.products a:hover em {
	display:block;
	color: #fed404;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 5px 0 0 0;
	text-decoration: underline;
	}

.sidebartext {
	display: block;
	padding: 20px 25px 20px 35px;
	margin: 0 5px 18px 0;
	color: #8f2a2a;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none;
	background-color: #ffffff;
	height: 100%;
	text-align: left;
	border-bottom: 0;
}

#textarea {
	width: 600px;
	padding: 25px 50px 10px 10px;
	margin: 0 0 0 290px;
	}

a:link, a:visited, a:active	{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	} 

a:hover {
	border-bottom: solid #fed404 1px;
	}	
	
a.top:link, a.top:visited, a.top:active {
	font-size: .8em;
	color: #c1c1c1;
	font-weight: normal; 
	text-decoration: none;
	padding: 3px 7px 5px 7px;
	margin: 0 0 0 460px;
	border-bottom: 0;
}

a.top:hover {
	color: #000000;
	text-decoration: none;
	}

.bodybanner ul {
	list-style: none;
	margin: 20px 0 0 -15px;
	padding: 0;
	font-size: 1em;
}
	
.bodybanner ul a {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #fed404;
}
	
.bodybanner ul a:hover {
	background-color: #333333;
	color: #ffffff;
	}

.bodybanner ul a em {
	display:block;
	color: #c1c1c1;
	font-style: normal;
	font-weight: normal;
	}

.bodybanner + p {
	margin-top: 20px;
}

.calltoaction_wrapper {
	width: 950px;
	margin: 0 auto 30px auto;
	height: 100%;
}

a.calltoaction:link, a.calltoaction:visited, a.calltoaction:active {
	display: block;
	padding: 5px 0 20px 0;
	margin: -1px 0 0 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.8em;
	text-decoration: none;
	background-color: #000000;
	text-shadow: #000000 1px 1px 1px;
	width: 950px;
	background: url(../images/background_calltoaction.jpg);
	border-bottom: 0;
}
	
a.calltoaction:hover {
	}

.contact {
	font-weight: normal;
}

.quote {
	font-style: italic;
}

.quote .strong{
	font-style: normal;
}

table, tr, td {
	vertical-align: top;
}		

.teamtable {
	width: 550px;
}

.teamimage {
	padding: 0 0 0 30px;
	}

.teamtext {
	padding: 0 0 0 30px;
	}

/* --------------------------------------------------------------------------
	PROMOTIONAL PANELS
--------------------------------------------------------------------------- */

.promopanel {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 1.8em;
	background-color: #000000;
	color: #333333;
	text-align: left;
}
	
.promopanel a:link, .promopanel a:visited, .promopanel a:active {
	height: 100px;
	display: block;
	padding: 30px 10px 5px 37px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	
.promopanel a:hover {
	color: #ffffff;
	}

.promopanel a em {
	display:block;
	color: #fed404;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 10px 0 0 0;
	}

.promopanel a:hover em {
	display:block;
	color: #fed404;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 10px 0 0 0;
	text-decoration: underline;
	}

.promopanel a.compliance {
	background: url(../images/background_calltoaction.jpg) no-repeat;
}

.promopanel a.branding {
	background: url(../images/background_calltoaction.jpg) no-repeat;
}

.promopanel a.photography {
	background: url(../images/background_calltoaction.jpg) no-repeat;
}

.promopanel a.maintenance {
	background: url(../images/background_calltoaction.jpg) no-repeat;
}

/* --------------------------------------------------------------------------
	TESTMIONIALS
--------------------------------------------------------------------------- */

.testimonial_wrapper {
	width: 950px;
	margin: 10px auto 10px auto;
	height: 100%;
}

.testimonial_text {
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
	float: left;
	width: 480px;
	margin: 10px 10px 0 10px;
}

.testimonial_image {
	width: 400px;
	margin: 0 0 0 520px;
	padding: 0 0 0 0;
}

.quotemark {
	color: #fed404;
	font-size: 12em;
	float: left;
	margin: 55px 0px -20px 0px;
	padding: 0 20px 0 0;
	height: 200px;
}

/* --------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------- */

#footer_wrapper {
	margin: 5px auto 0 auto;
	padding: 20px;
	text-align: center;
	color: #c1c1c1;
	border-top: #000000 1px solid;
	text-shadow: #000000 1px 1px 1px;	
	background: #000000 url(../images/background_footer.jpg) no-repeat center top;
}

#footer {
	width: 100%;
	margin: 0 auto 0 auto;
}

.sitemap_wrapper {
	width: 950px;
	font-size: 1.0em;
	margin: 20px auto 20px auto;
	clear: both;
}

.sitemap_wrapper table {
	width: 350px;
	margin: 5px auto 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
}

.sitemap a:link, .sitemap a:visited, .sitemap a:active {
	font-size: 1em;
	color: #ffffff;
	font-weight: normal; 
	text-decoration: none;
	padding: 2px 5px 4px 5px;
	border-bottom: 0;
}

.sitemap a:hover {
	background-color: #fed404;
	color: #000000;
	padding: 2px 5px 4px 5px;
	text-shadow: none;
	}

.sitemap a.strong:link, .sitemap a.strong:visited,.sitemap a.strong:active {
	font-size: 1em;
	color: #fed404;
	font-weight: bold; 
	text-decoration: none;
	padding: 2px 5px 4px 5px;
	border-bottom: 0;
}

.sitemap a.strong:hover {
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 4px 5px;
	}

.sitemap ul {
	list-style: none;
	margin: 0 0 25px 50px;
	text-align: left;
	font-size: 1.2em;
}

.sitemap li {
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}

#copyright {	
	margin: 40px auto 0 auto;
	height: 50px;
	padding: 10px 0 0 0;
	font-size: 1.0em;
	color: #333333;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	
}

#copyright a:hover {
	color: #fed404;
	text-decoration: none;
	}

#footer .contact {
	color: #fed404;
	padding: 4px 0 6px 10px;
	text-shadow: none;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	}

.footercontact {
	color: #fed404;
	padding: 4px 0 6px 10px;
	text-shadow: none;
	text-decoration: none;
	font-size: 1.4em;
	}
	
.smallprint {
	color: #c1c1c1;
	margin: 40px auto 0 auto;
	font-size: .8em;
	}

/* --------------------------------------------------------------------------
	TYPOGRAPHY
--------------------------------------------------------------------------- */

p {
	font-size: 1.2em;	
	line-height: 185%;
	margin-bottom: 1.6em;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;	
	margin: 10px 0 1em 0;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin: 40px 0 10px 0;
	}
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin: 30px 0 10px 0;
	padding: 10px 5px 10px 20px;
	color: #ffffff;
	display:block;
	text-shadow: #000000 1px 1px 1px;
	background: url(../images/button_calltoaction.jpg);
	}

h3 a:link, h3 a:visited, h3 a:active {
	color: #fed404;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	text-shadow: #000000 1px 1px 1px;
	border-bottom: 0;
}
	
h3 a:hover {
	text-decoration: underline;	
}
	
h4 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin: 5px auto 0 auto;	
	}


/* --------------------------------------------------------------------------
	LINKS
--------------------------------------------------------------------------- */

.rollover_X {
	display: block;
	width: 200px;
	height: 39px;
	background: url() no-repeat;
	text-indent: -9999px;
	margin-bottom: -25px;
	}
a.rollover_X:link, a.rollover_X:visited, a.rollover_X:active {
	background: url() no-repeat;
	}
a.rollover_X:hover {
	background-position: -200px 0;
	}


/* --------------------------------------------------------------------------
	LISTS
--------------------------------------------------------------------------- */

ul {
	list-style: bullet;
	margin: 0 0 25px 50px;
	text-align: left;
	font-size: 1.2em;
}

ol {
	margin: 0 0 25px 20px;
}

li {
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	list-style-image: none #fed404;
}

ol li {
	background-image: none;
	padding-left: 0;
}


/* --------------------------------------------------------------------------
	FORMS
--------------------------------------------------------------------------- */

form {
	margin: 3em auto;
	width: 80%;
	}

label {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	width: 160px;
	}

/* --------------------------------------------------------------------------
	MISC
--------------------------------------------------------------------------- */
	
.floatright {
	float: right;
	margin: 20px 20px 20px 40px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}

img {
	border:0;
	}

.superscript {
	color: #c1c1c1; 
	font-size: .8em;
	vertical-align: super;
	}

.clear {
	clear: both;
}

.white {
	color: #ffffff;
}

.yellow {
	color: #fed404;
}

.yellowstrong {
	color: #fed404;
	font-weight: bold;
}

.red {
	color: #a14141;
	
}


