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

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;
}

/**************************************************************
	STANDARD HTML TAGS
**************************************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #E1E1E1;
}

img a {
	border: 0;
}

ul, ol {
	list-style: none;
}

h1, h2 {
	color: #16149B; /* 413DEF */
}

h3, h4 {
	color: #000;
}

h1 {
	font-size: 1.9em;
	line-height: 1.5;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2;
}

h4 {
	font-size: 1.1em;
	line-height: 1.1;
}

p {
	font-size: 15px;
	color: #000;
	line-height: 160%; 
	letter-spacing: 0.3px;
}

p a {
	text-decoration: none;
	color: #16149B; /* 413DEF */;
	border-bottom: solid 1px #16149B; /* 413DEF */;
}

p a:hover {
	border-bottom: dashed 1px #16149B; /* 413DEF */;
}


/**************************************************************
	WRAPPERS AND BLOCKS
**************************************************************/

#header-wrapper {
	height: 160px;
	width: 100%;
	display: block;
	position: relative;
}

#header-block {
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	width: 960px;
	display: block;
	position: relative;
	background: transparent url(/assets/images/background-header.jpg) top center no-repeat;
}

#navigation-block {
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 960px;
	display: block;
}

#content-wrapper {
	height: 100%;
	width: 100%;
}

#content-block {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	width: 960px;
	display: block;
	position: relative;
	background: transparent url(/assets/images/background-content.jpg) center repeat-y;
}

#footer-wrapper {
	height: 275px;
	width: 100%;
	display: block;
	position: relative;
}

#footer-block {
	margin-left: auto;
	margin-right: auto;
	height: 275px;
	width: 960px;
	display: block;
	position: relative;
	background: transparent url(/assets/images/background-footer.jpg) top center no-repeat;
}



/**************************************************************
	HEADER
**************************************************************/

#logo {
	padding-top: 10px;
	padding-left: 25px;
	float: left;
}

#navigation {
	float: right;
	height: 130px;
	margin-right: 35px;
}

#navigation ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	height: 100px;
	margin: 0px;
	padding: 30px 15px 0px 15px;
	bottom: 0px;
}

#navigation ul li a {
	font-size: 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li a span {
	font-size: 14px;
	color: #272727;
	text-transform: lowercase;
}

#navigation ul li:hover a {
	color: #FFF;
	text-decoration: none;
}

#navigation  ul li:hover a span {
	color: #D1D1D1;
	text-decoration: none;
}

#navigation ul li#navigation-home {
	width: 81px;
}

#navigation ul li#navigation-home:hover {
	background: transparent url(/assets/images/background-navigation-home.png) top center no-repeat;
}

#navigation ul li#navigation-about {
	width: 105px;
}

#navigation ul li#navigation-about:hover {
	background: transparent url(/assets/images/background-navigation-about.png) top center no-repeat;
}

#navigation ul li#navigation-services {
	width: 123px;
}

#navigation ul li#navigation-services:hover {
	background: transparent url(/assets/images/background-navigation-services.png) top center no-repeat;
}

#navigation ul li#navigation-portfolio {
	width: 137px;
}

#navigation ul li#navigation-portfolio:hover {
	background: transparent url(/assets/images/background-navigation-portfolio.png) top center no-repeat;
}

#navigation ul li#navigation-contact {
	width: 151px;
}

#navigation ul li#navigation-contact:hover {
	background: transparent url(/assets/images/background-navigation-contact.png) top center no-repeat;
}



/**************************************************************
	CONTENT
**************************************************************/

#content {
	margin: auto;
	padding: 10px 25px;
	height: 100%;
	width: 900px;
}

#banner {
	margin: auto;
	margin-bottom: 10px;
	height: 194px;
	width: 854px;
	display: block;
	position: relative;
	background: transparent url(/assets/images/background-banner.jpg) top center no-repeat;
	overflow: hidden;
}

#banner .banner-image {
	margin: 22px 30px;
	height: 150px;
	width: 150px;
	display: block;
	float: left;
	position: relative;
	background: url(/assets/images/ie-bg.png) top left repeat;
}

#banner .banner-content {
	margin: 30px 40px;
	height: 150px;
	width: 550px;
	text-align: right;
	display: block;
	float: right;
	position: relative;
}

#banner .banner-content p {
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.3px;
	line-height: 160%;
	font-weight: lighter;
}

#banner .banner-content p a {
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.3px;
	line-height: 160%;
	font-weight: lighter;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

#banner .banner-content p a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #FFF;
}


#content h1, #content h2, #content h3, #content h4 {
	padding-left: 30px;
}

#content p {
	padding: 10px 30px;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.3px;
	line-height: 160%;
	font-weight: lighter;
}

#content ol, #content ul {
	margin: 0px 30px;
	padding: 0px 30px;
}

#content ol {
	list-style-type: decimal;
	color: #16149B; /* 413DEF */;
}

#content ol li {
	margin: 5px 0px;
}

#content ol span {
	font-size: 16px;
	color: #000;
}

#content ul {
	list-style-type: circle;
	font-size: 24px;
	color: #16149B; /* 413DEF */;
}

#content ul li {
	margin: 5px 0px;
}

#content ul li span {
	font-size: 16px;
	color: #000;
}

#content ul li span a {
	text-decoration: none;
	color: #16149B; /* 413DEF */;
	border-bottom: solid 1px #16149B; /* 413DEF */;
}

#content ul li span a:hover {
	border-bottom: dashed 1px #16149B; /* 413DEF */;
}

#content ul li span p {
	margin-left: -30px;
}

/* HOME PAGE FEATURE BOX */
#content #feature-box {
	margin: 10px auto;
	height: 225px;
	width: 854px;
	padding: 0px 20px;
	display: block;
	background: transparent url(/assets/images/background-feature-home.jpg) top center no-repeat;
}

#content #feature-box .feature-content {
	float: left;
	width: 244px;
	height: 185px;
	margin: 0px 10px;
	padding: 20px 10px;
	display: block;
}

#content #feature-box .feature-content h2.feature {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-left: -30px;
}

#content #feature-box .feature-content p.feature {
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.3px;
	line-height: 160%;
	font-weight: lighter;
	text-align: left;
	margin: 0px -15px;
}

#content #feature-box .feature-content p.feature a {
	font-size: 16px;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.3px;
	line-height: 160%;
	font-weight: lighter;
	float: right;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
	margin-top: -10px;
}

#content #feature-box .feature-content p.feature a:hover {
	border-bottom: dashed 1px #FFF;
}

/* PORTFOLIO */
.portfolio {
	margin: 10px auto;
	width: 904px;
	display: block;
}

.portfolio h2 {
	width: 864px;
}

.portfolio p {
	position: relative;
}

.portfolio img.logo {
	margin-right: 20px;
	height: 170px;
	width: 170px;
	display: block;
	float: left;
	position: relative;
	background: url(/assets/images/background-portfolio-logo-1.jpg) top left no-repeat;
}

/*
.portfolio img.site {
	margin-left: 20px;
	padding: 20px;
	height: 220px;
	width: 320px;
	border:  solid 1px #E1E1E1;
	display: block;
	float: right;
	position: relative;
}
*/

.portfolio span.site {
	height: 204px;
	width: 304px;
	margin: 0px 0px 20px 20px;
	display: block;
	float: right;
	position: relative;
	list-style: none;
	overflow: hidden;
}

.portfolio span.site {
	display: inline;
}

.portfolio span.site a img{
	border: solid 2px #16149B; /* E1E1E1 */
	text-decoration: none;
}

.portfolio span.site a:hover img {
	border: dashed 2px #16149B;
	text-decoration: none;
}


/*
#content .portfolio-logo {
	margin: 10px -30px 10px 30px;
	padding: 10px 0px 0px 10px;
	height: 150px;
	width: 170px;
	display: block;
	float: left;
	position: relative;
	background: url(/assets/images/background-portfolio-logo.jpg) top left no-repeat;
}

#content .portfolio-content {
	margin: 10px;
	height: 150px;
	width: 630px;
	text-align: left;
	display: block;
	float: left;
	position: relative;
}
*/


/* FORM */
#content form {
	width: 580px;
	margin: 20px 0px 20px 155px;
}

#content label {
	width: 645px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #16149B; /* 413DEF */;
	float: left;
	position: relative;
}

#content .error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	position: absolute;
	right: 55px;
	margin-top: 2px;
}

#content input[type=text], #content select {
	width: 580px;
	margin: 5px 0px 20px 0px;
	padding: 7px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	float: left;
	border: 1px solid #272727;
	background: #FFF;
	position: relative;
}

#content textarea {
	height: 140px;
	width: 580px;
	margin: 5px 0px 20px 0px;
	padding: 7px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	float: left;
	border: 1px solid #272727;
	background: #FFF;
	position: relative;
}

#content input[type=button] {
	width: 200px;
	margin: 5px 0px 20px 200px;
	padding: 7px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	float: left;
	border: 1px solid #272727;
	color: #16149B; /* 413DEF */;
	background: #FFF;
}

#content input[type=button]:hover {
	color: #FFF;
	background: #16149B; /* 413DEF */;
}

#content textarea.small {
	height: 138px;
}

#content input[type=text]:hover, #content textarea:hover, #content select:hover {
	border: 1px solid #16149B; /* 413DEF */;
}

#content input[type=text]:focus, #content input[type=text]:active, 
#content textarea:focus, #content textarea:active,
#content select:focus, #content select:active {
	border: 1px solid #16149B; /* 413DEF */;
}

#content fieldset {
	border: 0px;
}



/**************************************************************
	FOOTER
**************************************************************/

#footer-box {
	margin: auto;
	height: 215px;
	width: 854px;
	padding: 50px 20px 10px 20px;
	display: block;
}

#footer-box .footer-content {
	float: left;
	width: 264px;
	height: 185px;
	margin: 0px 10px;
	display: block;
}

#footer-box .footer-content p {
	font-size: 14px;
	color: #000;
	line-height: 1.6em;
	float: left;
	margin-bottom: 4px;
}

#footer-box .footer-content img {
	margin-bottom: -2px;
	padding-right: 5px;
}



/**************************************************************
	MISCELLANEOUS
**************************************************************/

.centre {
	text-align: center;
}
