@charset "utf-8";
/* CSS Document */

html {
	height: 100%;	
}

* a {
	outline: 0px;	
}

a { outline: none; }
-moz-any-link:focus { outline: none; }

body {
	margin: 10px 15px 10px 10px;
	
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #000;
	
	background-color: #7babd9;
}

#page {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	position: relative;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	min-height: 800px;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
}

#header {
	position: relative;	
	height: 160px;
}

#breadcrumb {
	color: #666;
	font-size: 11px;
	margin-bottom: 6px;
	margin-left: 7px;
	font-weight: bold;
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #999;
	text-decoration: none;
}

h1 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 22px !important;
	font-weight: bold !important;
	color: #2c4b86 !important;
	border-bottom: 1px #CCC solid !important;
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	margin-right: 7px !important;
	margin-left: 7px !important;
}

h1 div {
	width: 455px !important;	
}

.clear {
	clear: both;	
}
.spacer {
	height: 1px;	
}
.cl {
	text-transform: capitalize;	
}
.red {
	font-weight: bold;
	color: #C00;	
}

#logo {
	background: transparent url(../images/sprites.jpg) 0 -120px no-repeat;
	width: 350px;
	height: 110px;
	-moz-border-radius-topleft: 18px;
	-webkit-border-radius-topleft: 18px;
	border-radius-topleft: 18px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

/* ENQUIRE BUTTON */

#enquire {
	background: transparent url(../images/sprites.jpg) 0 0px no-repeat;
	width: 237px;
	height: 56px;
	top: 15px;
	left: 714px;
	position: absolute;
	display: block;
	z-index: 950;
}
#enquire:hover {
	background: transparent url(../images/sprites.jpg) -237px 0px no-repeat;
	width: 237px;
	height: 56px;
	position: absolute;
	display: block;
}

#enquire_text {
	width: 237px;
	height: 30px;
	position: absolute;
	display: block;
	top: 75px;
	left: 714px;
	text-align: center;
	font-weight: bold;
	z-index: 951;
	display: none;
}

.submit_button {
	background-color: #C00;
	width: auto;
	padding: 8px;
	color: #FFF !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #ee391c aa0000;
	text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #999;
	text-align: center;
}
.submit_button:hover {
	background-color: #A00;
}

/* MENU AND ITEMS */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 970px;
	height: 50px;
	background-image: url(../images/menu_bg.jpg);
	top: 115px;
	position:absolute;
	color: #FFF;
	float:left;
	left: 0px;
}

#menu ul, #menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	background-position: top right;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 17px;
	font-size: 14px;
}

#menu ul .sep {
	background-image: url(../images/menu_seperator.jpg);
}

#menu ul li a {
	color: #FFF;
	text-shadow: 1px 1px 1px #0d3569;
	text-decoration: none;
	padding: 5px 5px 6px 5px;
	margin-left: 22px;
	margin-right: 22px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #44609b;
	text-shadow: 0px 0px 0px #000;
	text-decoration: none;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* CONTENT */

#content_holder {
	position: relative;
	float: left;
	width: 739px;
	padding: 5px;
	border-right: 1px #CCC dotted;
}

#content_holder #content {
	padding-left: 8px;	
	padding-right: 8px;
	font-size: 13px;
	text-align: left;
	min-height: 800px;
}

#content .rel {
	left: 30px;
	position: relative;
}

#content_holder #content a {
	color: #425f9a;
	text-decoration: none;
	font-weight: bold;
}
#content_holder #content a:hover {
	color: #25477f;
	text-decoration: none;
	font-weight: bold;
}

#content_holder #content .floatleft {
	float: left;	
	margin-right: 15px;
	margin-bottom: 3px;
}

#content_holder #content .floatright {
	float: right;	
	margin-left: 5px;
	margin-bottom: 3px;
}

#content_holder .standard_box {
	-moz-border-radius: 5px;
	border: 1px #CCC solid;
	background-color: #EFEFEF;
	padding: 8px;
}

/* CONTENT SIDEBAR */

#content_sidebar {
	position: relative;
	float: left;
	width: 210px;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
}
#content_sidebar span {
	font-weight: bold;
}
#content_sidebar #qualifications {
	position: relative;	
	margin-top: 12px;
}
#content_sidebar #google_search {
	position: relative;	
	margin-top: 12px;
}
#content_sidebar #qualifications a {
	float: left;
}
#content_sidebar #qualifications #adwords {
	background: transparent url(../images/sprites.jpg) -150px -55px no-repeat;
	width: 70px;
	height: 60px;
	position: relative;
	display: block;
}
#content_sidebar #qualifications #analytics {
	background: transparent url(../images/sprites.jpg) -220px -55px no-repeat;
	width: 70px;
	height: 60px;
	position: relative;
	display: block;
}
#content_sidebar #qualifications #bee {
	background: transparent url(../images/sprites.jpg) -290px -55px no-repeat;
	width: 70px;
	height: 60px;
	position: relative;
	display: block;
	margin-bottom: 12px;
}
#content_sidebar #addthis {
	margin-top: 12px;	
}
#content_sidebar a {
	color: #000;
	text-decoration: none;
}
#content_sidebar a:hover {
	color: #000;
	text-decoration: none;
}
#content_sidebar #social_media {
	margin-top: 12px;	
}
#content_sidebar #social_media #rss {
	background: transparent url(../images/sprites.jpg) 0px -55px no-repeat;
	width: 50px;
	height: 52px;
	display: block;
	position: relative;
	float: left;
	margin-left: 16px;
}
#content_sidebar #social_media #facebook {
	background: transparent url(../images/sprites.jpg) -100px -55px no-repeat;
	width: 50px;
	height: 52px;
	display: block;
	position: relative;
	float: left;
	margin-left: 16px;
}
#content_sidebar #social_media #twitter {
	background: transparent url(../images/sprites.jpg) -50px -55px no-repeat;
	width: 50px;
	height: 52px;
	display: block;
	position: relative;
	float: left;
	margin-left: 16px;
}
#content_sidebar #clients {
	margin-top: 12px;
}
#content_sidebar #blog {
	margin-top: 12px;	
}
#content_sidebar .tab {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color: #92d3f1;
	padding: 4px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	float: left;
	text-align:center;
	white-space:nowrap;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	position: relative;
	display: block;
}
#content_sidebar .box {
	clear: both;
	margin-left: 5px;
	padding: 4px;
	border: 1px #CCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 200px;
	font-size: 12px;
}
#content_sidebar #clients .tab {
	margin-left: 35px;
}
#content_sidebar #blog .tab {
	float:right;
	margin-left: 0px;
}
#content_sidebar #blog a {
	left:-25%;
}
#content_sidebar #blog a:hover {
	color: #FFF;
	background-color: #0d3569;
	text-shadow: 0px 0px 0px #000;
	cursor: pointer;
}

#content_sidebar .inactive_tab {
	color: #FFF;
	background-color: #92d3f1;
	text-shadow: 1px 1px 1px #226c87;
}
#content_sidebar .active_tab {
	color: #FFF;
	background-color: #0d3569;
}
#content_sidebar .box p:first-child {
	margin-top: 0px;
}
/* FOOTER */

#footer {
	background-color: #5a73a7;
	margin: 5px 5px 4px 5px;
	padding: 5px;
	position: relative;
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	text-shadow: 1px 1px 1px #213e6d;
	text-align: center;
	letter-spacing: 0.3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}
#footer div {
	font-weight: normal;
}
#footer .footer_margin {
	margin: 8px;	
}
#footer a {
	color: #FFF;
	padding: 3px;
	text-decoration: none;
}
#footer a:hover {
	color: #5a73a7;
	text-decoration: none;
	background-color: #FFF;
	text-shadow: 0px 0px 0px #000;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#footer #fish {
	background: transparent url(../images/sprites.jpg) -351px -122px no-repeat;
	width: 100px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 10px;
}

/* BLOG FEED */

.blog_feed {
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	text-align: left;
	list-style: none;
}
.blog_feed .dots {
	border-bottom: 1px #CCC dotted;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.blog_feed li {
	padding: 3px;
	margin-bottom: 3px;
}
.blog_feed li:hover {
	color: #232323 !important;	
	background-color: #EFEFEF !important;
	text-shadow: 0px 0px 0px #000 !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
.blog_feed a {
	margin-bottom: 3px;
}
.blog_feed a:hover {
	color: #232323 !important;	
	background-color: transparent !important;
	text-shadow: 0px 0px 0px #000 !important;
}

.content_feed {
	text-decoration: none;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	text-align: left;
	list-style: none;
}
.content_feed .dots {
	border-bottom: 1px #CCC dotted;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.content_feed li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.content_feed li:hover {
	color: #232323 !important;	
}
.content_feed a:hover {
	color: #232323 !important;	
}

/* CONTACT FORM */

.contact_form {
	border-top: 1px #CCC dotted;
	padding-top: 15px;
	position: relative;
}

/* SLIDER */
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:237px;
	height:40px;
	overflow:hidden; 
}	

.odd td {
	background-color: #EFEFEF;	
	border-top: 1px #CCC dotted;
	border-bottom: 1px #CCC dotted;
}
.top td {
	border-top: 1px #CCC dotted;	
}
.bottom td {
	border-top: 1px #CCC dotted;	
}

.cornered {
	background-color: #425f9a;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 2px;
}

/*  PORTFOLIO  */

#portfolio img {
	background-color: #FFF;
	padding: 4px;
	border: 1px #CCC solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#portfolio img:hover {
	background-color: #FFF;
	padding: 4px;
	border: 1px #CCC solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* PNOTIFY CSS */

/* Notice
----------------------------------*/
.ui-pnotify {
	top: 18px;
	right: 18px;
	position: absolute;
	height: auto;
	/* Ensure that the notices are on top of everything else. */
	z-index: 9999;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify {
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
	margin: 0;
	position: absolute;
	top: .1em;
	left: .1em;
	bottom: -.2em;
	right: -.2em;
	z-index: -1;
}
.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
}
.ui-pnotify-closer {
	float: right;
	margin-left: .2em;
}
.ui-pnotify-title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .4em;
}
.ui-pnotify-text {
	display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
}
/* History Pulldown
----------------------------------*/
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	width: 70px;
	border-top: none;
	/* Ensure that the history container is on top of the notices. */
	z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}

.ui-pnotify .icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 17px;
}

/* CALL TO ACTION */
.call-to-action {
	font-weight: bold;
	font-size: 15px;
	color: #a53334;
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.call-to-action a {
	color: #a53334 !important;
	text-decoration: none !important;
}
.call-to-action a:hover {
	color: #333 !important;
	text-decoration: none !important;
}
.call-to-action #button1 {
	
}
.call-to-action #button1 img {
	float: left;
}
.call-to-action #button1 div {
	float: left;
	padding-left: 7px;
	padding-top: 8px;
	padding-right: 30px;
}
.call-to-action #button2 {
	margin-left: 30px;
}
.call-to-action #button2 img {
	float: left;
	padding-top: 3px;
}
.call-to-action #button2 div {
	float: left;
	padding-left: 5px;
	padding-top: 8px;
}

.itemToolbar a {
	font-size: 12px !important;
	font-family: "Century Gothic", Arial !important;	
}