/* Start of CMSMS style sheet 'strategyworks' */
html, body {width:100%; height:100%; margin:0px; padding:0px;}

body { background:url(uploads/images/design/bg-body.jpg) repeat-x #fff bottom fixed; font:normal 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#000;}

img {border:0px;}

h1 { margin:0px; padding:0px; font:bold 25px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#979797;}
h2 { margin:0px; padding:0px; font:bold 25px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#979797;}
h3 { margin:0px; padding:0px; font:bold 17px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#979797;}
h4 { margin:0 0 15px 0; padding:0px; font:bold 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#000;}

a { text-decoration:none; color:#979797;}

.orange {color:#F0880F;}

.postdate {margin-top:0; font-size:10px; color:#999;}

#outside { height:100%; background-attachment:scroll;}

#container { width:960px; margin-left:20px;}

#header { height:130px; padding-left:240px; padding-top:50px; text-align:bottom; vertical-align:bottom; background:url(uploads/images/design/logo-strategyworks.gif) bottom left no-repeat;}

#sitebar { width:230px; margin-left:240px; margin-top: 50px; padding-right: 10px; float:left;}
#sitebar h1 { margin:0px; padding:0px; font:bold 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#979797;}

#content {height:300px; width:470px; margin-left:480px; margin-top:50px; padding-right:10px; overflow:auto;}
#content h3 strong {color:#F0880F}

#homesidebar {/*height:300px;*/ width:450px; margin-top:50px; padding-right:10px; float:left; /*overflow:auto;*/}

#footer {height:40px; clear:both; padding-top:20px; text-align:right; color:#fff;}
#footer a {color:#fff;}
#footer a:hover {color:#666;}

/*style of contact form*/

fieldset {magin:0; padding:0; border:0;}

label {display:block; width:70px; float:left;}

#name,
#email,
#subject,
#message { margin-left:100px; width:390px; border: 1px solid #979797; margin:0 0 10px 0;}

#message {height:145px;}

.button { margin-left:70px; float:left; width:60px; background:#ccc; border:1px solid #979797; color:#979797;}
.button:hover { background:#ccc; border:1px solid #000; color:#000;}

#container
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#container:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; height: 0; clear: both; visibility: hidden; }
#container { display: inline-block; }
/*\*/
#container { display: block; }
/* End of 'strategyworks' */

