@charset "UTF-8";
/*  
Theme Name: Entropy Digital.
Theme URI: www.entropydigital.co.uk
Description: This theme was developed for exclusive use by Entropy Digital Limited.
Version: 1.0
Author: Brad Bucceri
Author URI: http://www.plastikcow.com/
*/

/* -------------------------------------
/* Generic general styling
/* -------------------------------------*/
* {
padding: 0;
margin: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
	height: 10px;
}

body {
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
	line-height: 1.3;
}

a {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 940px;
	margin: 37px auto;
	padding-left: 10px;
	padding-right: 10px;
	/*height: 760px;*/
}

#header {
}

#logo {
	width: 245px;
	height: 98px;
}

/* -------------------------------------
/* Generic Nav and link styles
/* -------------------------------------*/

#nav {
	float: right;
	text-align: left;
	width: 650px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: bold;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 14px;
}

#nav a {
	color:#fefdcf;
	text-decoration:none;
}

/* -------------------------------------
/* Generic Body
/* -------------------------------------*/

#mainContent {
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
}

.nextPageBttn {
	float:right;
	line-height:1.6;
	text-align:right;
	width:200px;
	margin: 10px 0 0 0;
}

.nextPageBttnService {
	float:right;
	line-height:2;
	text-align:right;
	width:200px;
	margin: 10px 0 0 0;
}

.nextPageBttn a {
	color: #fefdcf;
	font-size: 0.8em;
}

.nextArrow {
	float: right;
	width: 31px;
	margin-left: 10px;
}


/* -------------------------------------
/* Form
/* -------------------------------------*/

.textField {
	background: url(images/formTextBg.jpg) no-repeat;
	width: 329px;
	height: 44px;
	border: none;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 3px;
	color: #abaa85;
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
	font-style: italic;
	font-size: 1.1em;
}

.textArea {
	background: #fefdcf;
	width: 329px;
	height: 150px;
	border: none;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #abaa85;
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
	font-style: italic;
	font-size: 1.1em;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}

.submitBttn {
	background: url(images/sendBttn.jpg) no-repeat;
	height: 39px;
	width: 99px;
	border: none;
	color: #fefdcf;
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
	font-style: italic;
	font-size: 1.1em;
	cursor: pointer;
}

/* -------------------------------------
/* Generic blog styles
/* -------------------------------------*/

.contentWrap {
	background: #ffffff;
	padding:8px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 600px;
}

/* -------------------------------------
/* Sidebar
/* -------------------------------------*/

.sidebar {
	float: right;
	width: 270px;
	color: #ffffff;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: -75px;
}

.sidebarItem li {
	margin-left: 14px;
	margin-bottom: 10px;
}

.sidebarItem {
	background: #ff9501;
	padding: 14px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}

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

#footer {
	border-top: dotted thick #fefdcf;
	padding:17px 16px 17px 0;
	font-family: Cambria,Georgia,Times,'Times New Roman',serif;
}

#footer a {
	text-decoration: none;
	color: inherit;
}

#footer a:hover {
	color:#fefdcf!important;
}

.footerBottomBorder {
	border-top: dotted thick #fefdcf;
	height: 30px;
}

#footer .titleContact h4 {
	margin-left: 42px;
	height: 27px;
	padding-top: 3px;
	font-size: 1.11em;
}

#footer .titleAddress h4 {
	margin-left: 47px;
	height: 30px;
	font-size: 1.11em;
}

.titleContact {
	background: url(images/contact.png) no-repeat left top;
	width: 200px;
}

.titleAddress {
	background: url(images/address.png) no-repeat left top;
	float: right;
	width: 200px;
}

.address,.contactBox {
	width: 200px;
	padding-top: 10px;
}

.address,.contactBox p {
}

.address {
	float: right;
	margin-right: 270px;
}

.rss {
	float: right;
	width: 36px;
	height: 36px;
	margin: 54px 0 0 0;
}

.twitter {
	float: right;
	width: 138px;
	height: 133px;
	margin-right: 39px;
}




