body {
	background: #FFFFFF;
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	line-height: 130%;
}

h1 { 
	font-size: 18px;
	margin-left: 10px;
}

h2 { 
	font-size: 16px;
	margin-left: 10px;
}

p { 
	padding: 0 15px 0 15px;
}

img {
	border: none; padding: 0;
}

img .border	
 {
	border: solid 1px #dddddd;
}

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

a:hover {
	text-decoration: none;
}


/* container */

#container {
	width: 955px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #666;
	background: #fff;
}
	
/* header */

#logo {	
	width: 200px;
	height: 120px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}


/* menu */

#mainmenu {  
    width: 951px;
    height: 32px;
    font-size: 12px;
    overflow: visible;
    position: absolute;
    margin-top: 130px;
    margin-left: -1px;
	background:	url('../images/bg.gif') no-repeat; 
	}

/* essential menu styles */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			175px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#fff;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.75em 2.6em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background-image: url('../images/bg.gif') repeat scroll 0 0;
}

.sf-menu li li {
	background:		#787777;
	border-top:		1px solid #fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#484440;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* homepage items */

#product, .id-product {
	width: 154px;
	height: 220px;
	float: left;
	margin: -2px 3px 0 0;
	border: solid 1px #dddddd;
	background:	url('../images/product_bg.jpg') no-repeat bottom;
	}

#product h1,.id-product h1 {
	color: #c2272d;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 7px;
	line-height:130%;
}

#product a, .id-product a {
	text-decoration: none;
	line-height:100%;
	color: #666;
}

#product p, .id-product p {
	text-decoration: none;
	line-height:150%;
}

#homedescription {
	width: 600px;
	float: left;
	padding: 15px;
	margin-top: 3px;
	background: #f6f6f6;
	height: 210px;
}

#casestudies {
	width: 284px;
	float: left;
	padding:15px;
	margin-top: 3px;
	margin-left: 5px;
	background: #f6f6f6;
	height: 210px;
}
	
#casestudies h2 {
	color: #c2272d;
	margin-left:0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* internal page items */

#headerpic {
	width: 948px;
	margin-left: 0px;
	padding: 0px;
	height: 95px;
	float: left;
	background:	url('../images/top_pic.jpg') no-repeat;
}

#headerpic h1 {
	color: #fff;
	font-size: 18px;
	font-family: helvetica, arial, sans-serif;
	margin-top: 48px;
	margin-left: 15px;
}

#middle {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

/* left hand navigaion */

#leftside {
	width: 248px;
	height: 100%;
	float: left;
}

#leftside h2 {
	font-size:14px;
	position: absolute;
	width: 218px;
	padding: 15px;
	background: #999999;
	color: #333333;
	margin: 0px;
}

#navigation {
	width: 248px;
}

#navigation h2 {
	font-size:14px;
	width: 218px;
	padding: 15px;
	background: #999999;
	color: #333333;
	margin: 0px;
}


#navigation ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type:none;
	line-height: 250%;
}	
	

#navigation  a {
	dsiplay: block;
	padding: 10px;
	width: 248px;
	text-decoration: none;
	color: #333333;

}

#navigation a:link, #navlist a:visited
{
	color: #333333;
	text-decoration:none;
}

#navigation a:hover {
	background-color:#cccccc;
}


#nested {
	width: 950px;
	height: 100%;
	margin: 0px;
	margin-left:-2px;
	padding: 0px;
	clear: both;
}

#leftnested {
	width: 248px;
	padding: 0px;
	background-image: url('../images/lbg.gif'); 
	background-position: bottom;
	background-repeat: no repeat;
}


#maincontent {
	width: 694px;
	float: left;
	height:110%;
	background:	url('../images/top_gradient.jpg') no-repeat top;
	border: solid 1px #dddddd;
}

#fullcontent {
	width: 907px;
	float: left;
	height:100%;
	background:	url('../images/top_gradient.jpg') repeat-x top;
	border: solid 1px #dddddd;
	padding: 20px;
}

#fullcontent h1 {
	font-family: verdana;
	font-size: 12px;
	color:#cc3333;
	margin-top:20px;
}

#maincontent h1 {
	font-family: verdana;
	font-size: 12px;
	color:#cc3333;
	margin-top:20px;
}
				
#footer {
	height: 100px;
	width: 950px;
	float: left;
	font-size: 9px;
	color: #fff;
	background:	url('../images/footer_bg.gif') no-repeat top;
}






