/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
	text-align: center;
	background-color:#404D6C;
}

h1 {
	font-size:20px;
	color:#555555;
}

#pagewrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1em;
}


/**** header ****/

div#header01 {
   height: 100px; /* adjust according to your image size */
   background: #FFFFFF;           
}

div#header01 {
	padding:0px; BACKGROUND-IMAGE: url('../images/logo_header.gif'); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #CCCCCC;
}


div#header03 {
   height: 150px; /* adjust according to your image size */
   background: #FFFFFF;           
}

div#header03 {
	padding:0px; BACKGROUND-IMAGE: url('../images/products_title.jpg'); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #CCCCCC;
}


div#header04 {
   height: 150px; /* adjust according to your image size */
   background: #FFFFFF;           
}

div#header04 {
	padding:0px; BACKGROUND-IMAGE: url('../images/enquiry_title.jpg'); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #CCCCCC;
}

div#header05 {
   height: 150px; /* adjust according to your image size */
   background: #FFFFFF;           
}

div#header05 {
	padding:0px; BACKGROUND-IMAGE: url('../images/contact_title.jpg'); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #CCCCCC;
}


.topheader {
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding-top: 35px; padding-right: 30px; padding-left: 10px;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #FF9900;
}

div#bell	{
	padding-left: 10px; padding-bottom: 5px;
	}
	


/********************
LEFT SIDEBAR STYLING
*********************/


div#leftsidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   padding-top: 100px;
   BACKGROUND-COLOR: #A1A7A;
   border: solid 0px #CCCCCC;
   padding:0px; BACKGROUND-IMAGE: url('../images/rec_side.gif'); MARGIN: 0px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #FFFFFF;   
}


/********************
SIDENAV STYLING
*********************/

/* Styling the basic apperance of the menu elements */
#sidenav a { 
   display: block; 
   margin: 1px; 
   padding-top: 5px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; 
   text-decoration: none; 
   color: #7685A3;
   background-color: #DDDDDD;
   text-align: left;
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 1em;
}


#sidenav li a { 
   border-right: 0px solid #C0C0C0;
   border-left: 0px solid #C0C0C0;
}

#sidenav a:hover	{ 
   background-color: #C0C0C0; 
}

h2	{
font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #555555;
font-size: 18px;
font-weight: bold;
}

h3	{
padding-top: 90px;
padding-bottom: 10px;
padding-left: 5px;
font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #555555;
font-size: 18px;
font-weight: bold;
}


/********************
MAINBODY STYLING
*********************/


div#mainbody {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 730px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   padding-top: 0px;
   BACKGROUND-COLOR: #A1A7A;
   border: solid 0px #CCCCCC;   
}

div#mainbody p {
   padding-top: 30px;
   padding-right: 15px;
   color: #555555;
   text-align: justify;
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 1.2em;
}

div#mainbody b {
/* explicit setting for these */
   font-weight: bold;
   font-size: 17px;
   color: #555555;
}

li	{
	line-height: 1.5em;
}

.proddetails {
   padding-top: 0px;
   padding-left: 35px;
   color: #555555;
   text-align: justify;
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: normal;
   line-height: 1.2em;
}

.tablehead td	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 16px;
   	color: #444444;
   	font-weight: normal;
   	line-height: 1.2em;
}
.tableinfo	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 14px;
   	color: #555555;
   	background-color: #DDDDDD;
   	font-weight: normal;
   	line-height: 1em;
}

.preview img	{
	display: block;
	padding: 5px;
	background: #fff;
	border: solid 1px #ccc;
}

.preview a:hover img {
	border-color: #999;
}

div#loc p	{
	font-size: 18px;
	font-weight: normal;
   	color: #FF9900;
   	}
   	
div#loc h1	{
	font-size: 20px;
	font-weight: bold;
   	color: #555555;
   	padding-top: 10px;
   	}

	
	
	
/********************
FOOTER STYLING
*********************/

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #2F3C40; /* same bg color as in header */
}