/*
Theme Name: estyle
Theme URI: http://www.warface.co.uk
Description: estyle - Advanced Email Marketing
Author: warface
Author URI: http://www.warface.co.uk
Tags: custom header
*/

/* Containers */

body {
	background:#fff url(images/gradient_bg.png) repeat-x scroll 0 0;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #909090;
	margin:0;
	}
	
#wrapper {
	width: 960px;
	text-align: left;
	margin:0 auto;
	}

#header-container {
	height: 130px;
	}
	
#headercontent {
	background: url(images/contact-number.png) no-repeat scroll 0 0;
	background-position: 620px 40px;
	height: 128px;
	width: 790px;
	text-align:right;
	float:right;
	}

#footer-container {
	font-size:10px;
	height: 80px;
	width: 960px;
	clear:both;
	padding-top:40px;
	margin-bottom:80px;
	}

#sidecontent {
	width: 200px;
	float:left;
	}

#sideboxheader {
	background: url(images/box-top.png) no-repeat scroll left top;
	width: 180px;
	float:left;
	margin-bottom:-10px;
	padding:12px;
	}

#sidebox {
	background: #eaeaea url(images/box-bottom.png) no-repeat scroll left bottom;
	width: 183px;
	margin: 0px 0px 10px -12px;
	padding: 5px 10px 25px;
	}

#sidenav {
	background: #eaeaea url(images/box-bottom2.png) no-repeat scroll left bottom;
	width: 183px;
	margin: 0px 0px 10px -12px;
	padding: 5px 10px 10px;
	}

#page-content {
	margin-right:40px;
	margin-left:230px;
	}

#service-boxes {
	width:730px;
	margin-top:20px;
	}

#contentblock {
	background:url(images/divider.png) no-repeat scroll left bottom;
	}

#formblock, #contentblock {
	float:left;
	margin-bottom:15px;
	}

#footer-logos {
	background:url(images/footer-logos.gif) no-repeat scroll 0 0;
	width:960px;
	height:66px;
	margin-top:10px;
	margin-bottom:20px;
	}
	
#warface {
	background: url(images/button-warface.png) no-repeat 0 0;
	float:right;
	display:inline;
	height:45px;
	width:50px;
	margin-top:-20px;
	}


/* --- slider --- */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	text-indent:-8000px;
	}

#slider, #slider li{ 
	width:960px;
	height:366px;
	overflow:hidden;
	float:left;
	margin-top:-15px;
	}

#prevBtn, #nextBtn{ 
	display:block;
	width:39px;
	height:130px;
	position:absolute;
	margin-left:-20px;
	top:220px;
	}
	
#nextBtn{
	margin-left:940px;
	overflow:visible;
	}
	
#prevBtn{
	overflow:visible;
	}														

#prevBtn a, #nextBtn a{  
	display:block;
	width:39px;
	height:132px;
	}	
	
#nextBtn a{ 
	background:url(images/slide-arrow-right.png) no-repeat 0 0;	
	display:none;
         }

#prevBtn a {
	background:url(images/slide-arrow-left.png) no-repeat 0 0;	
	}
	
#prevBtn a:hover, #nextBtn a:hover { 
	background-position: 0px -130px; 
	}
	
#prevBtn, #nextBtn{
	overflow:hidden;
	}
		
/* --- slider --- */


/* --- Links and Hovers --- */

a.client-login {
	background: url(images/button-clientlogin.jpg) no-repeat 0 0;
	width:93px;
	height:17px;
	float:right;
	text-align:center;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	font-family: Verdana, Arial, Sans-Serif;
	color: #666;
	padding-top:5px;
	}
	
a.client-login a {
	font-weight: bold;
	text-transform: uppercase;
	}

a.client-login:hover {
	background-position: 0 -22px;
	color: #fff;
	}
	
a.herobutton {
	background: url(images/button-hero.png) repeat-x scroll 0 0;
	height: 25px;
	width: 192px;
	float:left;
	font-size: 12px;
	letter-spacing:-0.25px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:center;
	color: #fff;
	padding-top:7px;
	margin-top:25px;
	margin-right:10px;
	}
	
a.herobutton:hover {
	background-position:0px -32px;
	color: #fff;
	}
	
a.contactbutton {
	background: url(images/button-contact.png) repeat-x scroll 0 0;
	height: 20px;
	width: 183px;
	float:left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	padding: 8px 10px;
	}
	
a.contactbutton:hover {
	background-position:0px -36px;
	color: #fff;
	}

a {
	color:#b80000;
	}

a:hover {
	color:#b80000;
	text-decoration:none;
	}
	
a.readmore {
	font-size:10px;
	color:#b80000;
	text-transform: uppercase;
	text-decoration:none;
	}

a.readmore:hover {
	text-decoration:underline;
	}

a.titlelink {
	font-weight: bold;
	text-transform: uppercase;
	}
	
a.link1 {
	background: #B80000;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	padding:0px 4px 2px 4px;
	}

a.link1:hover {
	background: #fff;
	color:#B80000;
	}
	
a.link2, .subnav a {
	color:#606060;
	font-weight:bold;
	text-transform: none;
	text-decoration: none;
	}
	
a.link2:hover, .subnav a:hover {
	color:#B80000;
	}
	
a.link3 {
	text-decoration:none;
	}
	
a.link3:hover {
	color:#606060;
	}

.menu a {  
	color:#4b4b4b;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	}

.menu a:hover {
	background:#b80000;
	color:#fff;
	padding:2px 6px;
	margin-left:-6px;
	margin-right:-6px;
	}
	
.footermenu a {
	color:#949494;
	font-size: 10px;
	text-decoration:underline;
	}
	
.footermenu a:hover {
	color:#b80000;
	text-decoration:none;
	}	

.copyright {
	display:block;
	float:left;
	}

.right {
	float:right;
	}

.center {
	display:inline;
	text-align:center;
	}
	
.left{
	float:left;
	margin-right:50px;
	}

.service-box {
	background: url(images/button-service.png) repeat-x scroll 0 0;
	height:38px;
	width:222px;
	padding-top:6px;
	padding-left:10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	}
	
.service-box:hover  {
	background-position:0px -44px;
	}
	
	
/* Lists */

.menu {
	height:32px;
	margin-top:65px;
	clear:both;
	float:right;
	margin-right:-10px;
	}

.menu li {  
	margin-right:10px;
	}
	
.footermenu li {  
	list-style:none;
	display:inline;
	padding-right:10px;
	}

.menu li {  
	display:inline;
	list-style:none;
	padding-right:10px;
	border-right: 2px dotted #999;
	}

.subnav li, .postlist li {
	margin-bottom:5px;
	}

ul.subnav, ul.postlist {
	background: none;
	list-style-type:none;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	}

ul.sidenav, ul.postlist  { 
	list-style-type:none;
	margin: 0px 0px 0px -15px;
	}
	
ul.postlist {
	margin-left:5px;
	}

ul.bulletlist, li {  
	margin:0; 
	padding:0;
	}

ul.bulletlist li, ul.bulletlist-content li {
	list-style-type:none;
	background:url(images/bullet.gif) left center no-repeat;
	padding-left:15px;
	margin-left:4px;
	}

ul.bulletlist-content li {
	margin-left:5px; 
	}
	
ol {
	color:#B80000;
	}
	
ol p {
	color:#909090;
	margin-bottom:3px;
	}

ul li ul li a {
	visibility:visible;
	list-style-type:none;
	font-size:11px;
	color:#606060;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	}

ul li ul li a:hover {
	color:#B80000;
	}

/* Classes */

.cs-example {
	float:left;
	margin-right:10px;
	}

.img-service {
	float:left;
	padding-right:10px;
	}
	
.serviceicon {
	float:left;
	padding-right:10px;
	}
	
.divider {
	background: url(images/divider.png) no-repeat scroll 0 0;
	width:960px;
	height:1px;
	margin-bottom:10px;
	}

.banner {
	width:480px;
	height:288px;
	padding-left:480px;
	padding-top:50px;
	margin-top:15px;
	}

.herobanner {
	width:960px;
	height:159px;
	padding-left:15px;
	padding-top:180px;
	margin-top:15px;
	}

.label, .labelhero {
	line-height: 26px; 
	padding: 5px 0px; 
	border-left: 20px solid #B80000; 
	display:inline-block;
	padding-top:6px;
	padding-bottom:7px;
	}
	
.labelhero {
	padding-top:4px;
	padding-bottom:7px;
	}
	
.labelheader, .labelheaderhero {
	background: #B80000; 
	font-size:30px;
	display: inline; 
	margin:0px;
	padding-top:0px;
	padding-bottom:1px;
	}
	
.labelheaderhero {
	padding-top:4px;
	}
	
.labelheader strong, .labelheaderhero strong {
	color: #fff;
	font-weight:bold;
	position: relative; 
	left:-10px;
	}
	
.bigger {
	font-size:125%;
	line-height:32px;
	}

.banner p, .herobanner p {
	color:#fff;
	font-size:12px;
	line-height:1.05em;
	padding:4px 0 15px;
	width:341px;
	}
	
.herobanner p {
	padding:0px;
	width:452px;
	line-height:16px;
	text-transform:uppercase;
	}

.textbnr {
	width:480px;
	}
	
.textbnr p {
	line-height:16px;
	}
	
.darkgrey, b {
	color:#232323;
	}
	
.red {
	color:#B80000;
	}
	
.introcopy {
	color:#232323;
	}
	
.sidebar-indentcopy {
	margin-left:18px;
	display:block;
	}
	
.sidebar-indentheader {
	margin-left:6px;
	}

.sidebar-copy {
	color:#636363;
	font-size:10px;
	}
	
.sidebar-copy p {
	line-height:14px;
	}

.date {
	background: url(images/date.png) no-repeat scroll 0 0;
	height:38px;
	width:33px;
	float:left;
	margin-left:-17px;
	margin-right:10px;
	text-align:center;
	line-height:12px;
	padding-top:3px;
	}

.day {
	color:#fff;
	font-weight:bold;
	}
	
.month {
	color:#232323;
	font-weight:bold;
	}

/* Form elements */

.form-label {
	text-align:right;
	float:left;
	width:215px;
	margin-top:5px;
	margin-right:10px;
	}
	
.form-fields {
	margin-left: 225px;
	}

input, textarea {
	color:#B80000;
	font-family: Verdana, Arial, Sans-Serif;
	width: 300px;
	padding:5px;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	font-size:12px;
	height:18px;
	padding-left:10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	}
	
textarea {
	height:200px;
	}
	
.send input {
	background:#B80000;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 100px;
	height: 28px;
	margin-right:145px;
	float:right;
	border-style:none;
	padding-bottom:10px;
	}
	
.send input:hover {
	background:#9d0000;
	}

/* Typography */

strong {
	color:#313131;
	font-weight:normal;
	}
	
small {
	color:#313131;
	}
	
p {
	margin-bottom:14px;
	margin-top:6px;
	line-height:18px;
	text-align: justify;
	}

h1.logo a {
	background:transparent url(images/logonew.png) no-repeat scroll 0 0;
	height:116px;
	width:166px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	}

h2 {
	font-size:20px;
	font-weight:normal;
	text-transform: uppercase;
	}
	
h2.title {
	background:#b80000 none repeat scroll 0 0;
	font-size: 24px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	text-transform: uppercase;
	padding:2px 10px;
	margin-top:48px;
	position:absolute;
	}

h3.sidetitle {
	color:#b80000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
	}

h3.title {
	color:#232323;
	font-weight:normal;
	text-transform: uppercase;
	}
	
h3 {
	color:#B80000;
	font-weight:normal;
	letter-spacing:-1px;
	}
	
h4 {
	color:#313131;
	font-size:12px;
	font-weight:normal;
	text-transform: uppercase;
	}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	}

