/* 
** layout
*/
@import url("cake.forms.css");

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:95px; 
 background-color:#fff; 
 width:100%;
} 
 
#leftcol{
 width:135px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:615px; 
 float:right; 
 position:relative; 
 
  }
 
#rightcol{
 width:143px; 
 float:right; 
 position:relative; 
 background:#fff url(../img/images/bgcropped4_04.jpg) no-repeat top right;
}
 
#maincol{
 margin:0 0px 5px 0;
 background-color: #e2ebf4 ;  
 float: left; 
 display:inline; 
 position: relative; 
 width:472px;
 
 }
 
#footer{
 height:190px; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*printer styles*/ 
 @media print{ 
			/*hide the left column when printing*/ 
#leftcol{display:none;} 

			/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* 
** typo
*/
body, td,li,p {
	font: 0.9em Arial, Verdana, sans-serif;
}
#maincol {
	color:#006;
}
#maincol p {
	margin:10px 15px;
}
#header h1 {
	margin:0;
	margin-left:370px;
	margin-top:7px;
	padding:0;
	color:#ccc;
	font:italic 1.6em Arial, Verdana, sans-serif;
}
#header h4 {
	margin-top:10px;
	padding:0;
	margin-left:50px;
	color:#000066;
	font-size:1.2em;
}
/* header Img replace */
h2#logo {	
/*	width: 235px;
	height: 62px;
	background-image: url(../img/sheddenlogoplain.gif);
	background-image: url(../img/shedden_office_supplies.gif); 
	background-position: 35px 0px; */
/*	width: 235px;
	
*/	
	width:308px;
	height: 93px;
/*	background-image: url(../img/glasgow_office_supplies.gif);
	
*/	
	background-image: url(../img/sheddenwidenewTel.gif);
	
	background-position: 35px 0px;
	background-repeat:no-repeat;
}
h2#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#header h2 {
	margin:0;
	padding:0;
}
h2 {
/*	text-align:center;*/
	margin:0.3em;
	margin-top:0;
	padding-top:0.3em;
}
#maincol h2 {
	margin-right:0;
	margin-top:0;
	margin-left:15px;
	padding:1em 2em 0em 0em;
	font-size:1.1em;

}
#maincol h3 {
	background-color:#fff4c2;
	font-size:1em;
	font-weight:bold;
	padding:1.1em;	
}
#maincol .buttonpanel h5 {
	/*letter-spacing:0.25em;*/
	font-size:1em;
	text-align:right;
	font-weight:900;
}
#maincol .buttonpanel p, #maincol .buttonpanel h5 {
	margin:1em 0 0 1.5em;
	padding:0;
}

#maincol .buttonpanel a {
	color:#6151e0;
	text-decoration:none;
}
#maincol .buttonpanel a:hover {
	color:#627eb7;
	text-decoration:none;
}
#maincol .buttonpanel p {
	text-align:right;
}
#maincol p {
	line-height:1.3em;
}

#subscribers p {
	font-size:0.8em;
	margin:0.5em 1em 1em 1em;
	text-align:right;
	
}
#footer address {
	font: normal 0.8em Arial, Verdana, sans-serif;
}
#companydetails {
	margin-left:35px;
}

/* company logo */
b .n {
	color:#f00;
}
b.x {
	color:#000;
}
/* 
** generally useful settings 
*/
#flashMessage {
	width:75%;
	margin:1em auto;
	background:#fff4c2 url(../img/warn.gif) no-repeat 30px 10px; 
	border:1px dashed #888;
	padding:10px;
	color:#e00;
	
}
img {
    border: none;
}
/* 
** skin 
*/
body {
	background: #898076 url(../img/bgtileR.gif) repeat top left;	
}
#pagewidth {
	margin-top:1em;
	margin-bottom:1em;
	padding-top:15px;
	background: #fff url(../img/bgborder.gif) no-repeat top left;
	
}
#header {
	/* background: #fff url(../img/sheddenlogoplain.gif) no-repeat 35px 0px; */
	/*background:#fff url(../img/images/bgcropped4_01.jpg) no-repeat bottom right;
*/
/*	background:#fff url(../img/images/bgcropped5top_01.jpg) no-repeat bottom right;
*/	background:#fff url(../img/images/bgcropped5_office_01.jpg) no-repeat bottom right;
	
}
#maincol {
	background: #e2ebf4 url(../img/vertgradientbig.gif) repeat-x bottom left;
	padding-bottom:120px;
}
#footer {
	padding-bottom:1em;
	background: #fff url(../img/bgreverse.gif) no-repeat bottom left;
}
#replacedcap {
	width: 305px;
	height: 47px;
	background: #fff url(../img/captionout1.gif) no-repeat top left;
}
#replacedcap span {
   display: none;
}
#maincol .mainimg {
	float:right;
	margin:0px 0px 5px 10px;
}

div.imglink {
	margin:120px 0 0 0;
	text-align:center;	
}

div.imglink a img, div.imgside img {
	margin:0;
	padding:0;
}
div.imgside {
	text-align:center;
	margin:15px 5px;
}
/* this is used on contact page for example */
div#floatedimg {
	padding:5px;
	float:right;
	}
	
span.smalllink {
	font-size:80%;
	float:none;
	line-height:120%;
	margin:0 0 0 5px;
	
}

#maincol .buttonpanel img {
	float:right;
	margin:10px 10px 0 5px;
	padding:0;
}
#maincol .buttonpanel h5, div.buttonpanel p {
	width:225px;
}

/* 
** navigation menu and lists
*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
#menu {
	text-align:left;
	font-size:85%;
	margin: 0;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	/*border-size: 1px;*/
	border-width: 1px;
	border-right:none;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color:#6151e0;
	display: block;
	background:  url(../img/menu3.gif);
	padding: 8px 0 0 3px;
	}
	
#menu li a:hover, #menu li#current a {
	color: #627EB7;
	background:  url(../img/menu3.gif) 0 -32px;
	padding: 8px 0 0 3px;
	}
	
#maincol .buttonpanel{
	background: #efeff8 url(../img/vertgradient.gif) repeat-x top left;
	padding-bottom:8px;
	margin:0;
}

/* 
** forms need adjustment from cake defaults...
*/
form {
	font-size:100%;
}
form div.error_message {
	font-size:0.9em;
	color:#f00;
	font-weight:bold;
	padding:0.5em 1.5em;
	background-color:#fff4c2 ;
}
textarea {
	width:70%;
}
/* for spambots only so hide form other users */
#antispam {
	display:none;
	}
/* hide email from spammers */
#e_mail span {	
	display:none;
}
/* 
** footer
*/
#footer address, #footer p {
	margin:0.5em 0.5em;
	}
#footer hr {
		margin:0.5em ;
		border: none 0;
		border-top: 1px dotted #999;/*the border*/
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	
}
#footer ul {
	margin:0;
	padding:2px 8px 2px 15px;
	float:right;
}
#footer li {
	margin:0;
	padding:0px 0px 0px 5px;
	float:left;
	list-style:none;
	display:inline;
}