/* CSS Document */
/* ---------  CSS Styles for Scanplast  --------- */


/***********************************************************************/
/* ------------ Basic formatting ------------ */
/***********************************************************************/

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font: normal 76%/1.35em Helvetica, sans-serif;
	text-align: center; /* to centre content in IE */
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	}


h1, h2, h3, h4, h5, p, ul, ol, li {
	font: normal 1em/1.35em Helvetica, sans-serif;
	color: #2f2f14;
	/*color: #4F4F4F;*/
	padding: 0; /* so that the text isn't stuck against the div's side */
	margin: 0;
	text-align: left;
	}
h1 {
	font: 24px/24px Helvetica, Sans-serif;
	color: #666666;
	background: transparent url("images/bg_header.jpg");
	padding-bottom: 8px;
	}
h2 {
	font: 18px/18px Helvetica, Sans-serif;
	color: #CC0000;
	padding-bottom: 6px;
}
.black {
	color: #000000;
}
h3 {
	font: bold 1.1em/1.2em Helvetica, sans-serif;
	color: #CC0000;
	padding-top: 0.7em;
	}
h4 {
	/* left nave headers */
	font: bold italic 1em/1.2em Helvetica, sans-serif;
	padding-top: 1.2em;
	padding-bottom: 0.2em;
	color: #2f2f14;
	}	
h5 {
	font: 28px/24px Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 8px;
	}
p {
	padding-bottom: 0.5em;
	padding-top: .5 em;
}

p em {
	font-style: italic;
}

span {
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.thumbfloatLeft {
	float: left;
	margin-right: 20px;
	border-top-color: #999999;
	margin-bottom: 10px;
}
.thumbfloatRight {
	float: right;
	border-top-color: #999999;
	margin-left: 20px;
	margin-bottom: 10px;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol {
	margin-left: 3em;
	}
ul {
	list-style-type: square;
	}
ul ul {
	margin-left: 1em;
	}
li {
	line-height: 1.2em;
	padding-bottom: 0.6em;
	padding-left: 0;
	}
ul ul li {
	font-style: italic;
	}
blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.9em 1.1em;
	margin: 1.5em 3em 1em 3em;
	background-color: #D7D4CE;
	text-align: left;
	}
blockquote p.footnote {
	margin-left: 0;
	margin-right: 0;
}
sup {
	line-height: 0;
	}

.quote {
	font-weight: bold;
	color: #0066CC;

}

/***********************************************************************/
/* ------------ Table Styles ------------ */
/***********************************************************************/

table {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	border: none;
	vertical-align: top;
}

th {
}

tr, td {
	margin: 0;
	padding: 0;
	background-color: transparent;
	vertical-align: top;
}

table.campaigns, table.plain {
	width: 480px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
table.campaigns td, table.plain td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

table.campaigns h2,
table.campaigns p {
	padding-left: 15px;
	/*padding-right: 30px;*/
	padding-top: 0;
}
table.campaigns h2 {
	font-size: 1em;
	line-height: 1.2em;
}
table.campaigns p {
	font-size: 0.9em;
	line-height: 1.2em;
}
table.plain {
	border-top: none;
	border-bottom: 1px solid #ccc;
}

table.homepage{
	float: right;
	width: 582px;
}

table.homepage img{
margin-bottom: 10p;	
}

table.homepage td p{
	padding: 10px;
}

table.homepage td{
	padding: 5px;
}

td.homepageborders{
	border-right: solid 1px #999999;
}

td.homepagelinks{
background-color: #e4e4e4;
border-right: solid 1px #fff !important;
}

table.samples{
	width: 350px;
}

table.samples td{
	padding: 5px;
}

/***********************************************************************/
/* ------------ Default Linking Styles ------------ */
/***********************************************************************/

a {
	text-decoration: underline;
	color: #0066CC;
	}
a:link, a:visited {
	color: #0066CC;
	}
a:hover {
	color: #666666;
	}
a:active {
	color: #666666;
	}

/***********************************************************************/
/* ------------ Positioning Divs ------------ */
/***********************************************************************/


#masthead {
	height: 110px;
	width: 815px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	}

#mainNav {
	height: 23px;
	float: left;
	margin-left: 10px;
	margin-top: 36px;
	width: 620px;
}
	
	
#splash { 
	height: 180px;
	background: transparent url("images/bg_splash.jpg") no-repeat;
}

#sectionHeader {
	height: 44px;
	width: 555px;
	padding-left: 180px;
	padding-top: 8px;
}

#leftCol {
	margin-left: 40px;
	margin-top: 10px;
	}
	
#centreCol {
	margin-right: 50px;
	margin-top: 10px;
	width: 560px;
	margin-left: 180px;
}




/***********************************************************************/
/* ------------------- Functional Nav (Contact) ------------------- */
/***********************************************************************/

ul.funcNav {
	margin: 0 0 0 630px;
	list-style-type: none;
	text-align: center;			
	padding-right: 0;
	padding-left: 0;
	}
ul.funcNav li {
	padding: 0 0.7em;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	display: inline;
	float: left;
	}
ul.funcNav a {
	color: #fff;
	}
ul.funcNav a:link, ul.funcNav a:visited {
	color: #fff;
	}
ul.funcNav a:hover {
	color: #FF9933;
	}
ul.funcNav a:active {
	color: #fff;
	}

/***********************************************************************/
/* -------  Main/Top Navigation Rules with dropdown  ------------------- */ 
/***********************************************************************/


#nav, #nav ul {/* -------  width of the whole row of all of nav1  ------ */
	width: 580px;
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {/* -------  style for all links. including drop downs  ------ */
	display: block;
	/* width: 6em;*/
	text-decoration: none;
	padding: 0 0;
	color: #000000;
	text-align: center;
}

#nav a.daddy {
	text-align: left;
	padding: 0.25em 1em;
}

#nav li { /* -------  width individual nav1 top ------ */
	float: left; 
	padding: 0;
	/*width: 120px;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {  /* -------  drop down cell style  ------ */ 
	width: 10em;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}


 /* -------  css for the hover  ------ */ 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

 /* -------  css for the hover  ------ */ 
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

 /* -------  colour of rollover ------ */ 
 
#nav li:hover, #nav li.sfhover {
	background: #CCCCCC;
}



/* ------------------- footer nav ------------------- */


/* -------  width of all of nav1  ------ */
#footernav {
	float: right;
	width: 580px;
	margin-right: 60px;
}

#footernav ul {
	list-style: none;
	color: #666666;
}


#footernav a {
	display: block;
	text-decoration: none;
	padding: 0.25em 1em;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
}

#footernav a.daddy {
}

#footernav li { /* -------  width individual nav1 top ------ */
	float: left;
	padding: 0;
}




 /* -------  css for the hover  ------ */ 

#footernav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

 /* -------  colour of rollover ------ */ 
 
#footernav li:hover, #nav li.sfhover {
	background: #CCCCCC;
}




/* ------------------- extra old nav ------------------- */

ul.topNav {
	list-style-type: none;
	text-align: center;			
	margin-left: 0;
	padding-right: 0;
	}
ul.topNav li {
	margin-right: 0;
	padding: 0 1.5em;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #B90017;
	background: transparent url("images/bullets_mainNav_off.gif") no-repeat;
	display: inline;
	float: left;
	}
ul.topNav li.on {
	background: transparent url("images/bullets_mainNav_on.gif") no-repeat;
}
ul.topNav li.on_home {
	background: transparent url("images/bullets_mainNavHome_on.gif") no-repeat;
	padding-right: 4em;
}

ul.topNav a {
	color: #666;
	}
ul.topNav a:link, ul.topNav a:visited {
	color: #666;
	}
ul.topNav a:hover {
	color: #B90017;
	}
ul.topNavv a:active {
	color: #666;
	}

/***********************************************************************/
/* ------------------- Side Navigation Rules (Product List) ------------------- */
/***********************************************************************/

#leftCol p {
	list-style-type: none;
	margin: 0;
	color: #473A27;
	}
#leftCol a {
	color: #B90017;
}
#leftCol a:link, #sideNav a:visited {
	color: #B90017;
}
#leftCol a:hover {
	color: #790B19;
	text-decoration: underline;
}
#leftCol a:active {
	color: #B90017;
}

/***********************************************************************/
/* ------------------- Stray Para Styles ------------------- */
/***********************************************************************/

#ft p {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}


.thumbContainer {
	float: left;
	margin: 15px;
	border: 1px solid #000;
	clear: left;
}

#mainContent p, #mainContent h2, #mainContent h3 {
	padding-right: 30px;
}
#mainContent ul {
	margin-top: 0.8em;
}
#mainContent li {
	margin-right: 40px;
}

.sym_right_nav_bg {
	background-image: url(images/sym_header2.jpg);
	width: 287px;
}

#utilnav {
	height: 20px;
	float: right;
	margin-top: 14px;
	margin-right: 30px;
	text-align: right;
}


/***********************************************************************/
/* ------------------- Image styles ------------------- */
/***********************************************************************/
.sampleImage {
	margin: 0px 20px 0px 10px;
	float: left;
	border: 1pt solid #999999;
}

 
#custom-doc {
background: transparent url(images/container_bg.jpg) repeat-y;
	margin:auto;text-align:left; /* leave unchanged */
	width:67.09em;/* non-IE */
	*width:65.47em;/* IE */
	min-width: 815px;/* optional but recommended */
}

#bd {
	*width:815px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	/*padding-left:40px;*/
	/*padding-right:60px;*/
}


#ft {
	margin-top: 20px;
	height: 50px;
	*width:815px;
	/*padding-left:40px;*/
	/*padding-right:60px;*/
	background-image: url(images/footer_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;

}

#ft_home {
	height: 100px;
	*width:815px;
	/*padding-left:40px;*/
	/*padding-right:60px;*/
	background-image: url(images/footer_bg_home.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;

}
	

strong {
	font-weight: bold;
	
}
.yui-b li {
	list-style-type: square;
}

/*------------------------------
	LEFT SIDEBAR STARTS
-------------------------------*/


#leftCol ul {
	margin:0px 0px 0px 0px;
	padding:0;
}

#leftCol ul li {
	list-style: none; 
	margin:0;
	padding:0;
	text-align:right;
	vertical-align: middle;
}

#leftCol ul li a {
	padding-top: 7px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 5px;
	padding-right: 10px;
	display: block;
	text-indent: 10px;
	text-decoration:none;
	color:#999999 !important;
	_height: 1%;
	font: normal 12px Tahoma;
}

#leftCol ul li a:hover {
	text-decoration:none;
	color: #000 !important;
}

#leftCol .active{
	color: #B90017 !important;
}
