body {
	margin:0px;
	text-align:center;
	background-color:0078c9;
	color:#FFFFFF;
}


img{border:0px;}


#container {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
	text-align:center;
	background-color: #EEE8C6;
}
#left{
	width: 232px;
	background-color: #c0c4a1;
	background-image: url(/images/left-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align:right;
	font-family: arial;
	font-size:10px;
	color:#404d42;
}

#left a {
	color:#404d42;
}

#content{
	width:471px;
	background-color:#eee8c6;
	background-image: url(/images/content-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-bottom:50px;
}

#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #696349;
	padding-left:50px;
	padding-right:50px;
	line-height: 18px;
}
#content th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696349;
}

#content td, #content a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696349;
}

#content td.specs {
	border-bottom: 1px solid #696349;
	line-height:20px;
}

#content ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #696349;
	padding-left:50px;
	padding-right:50px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:left;
	color: #696349;
	padding-left:50px;
	padding-right:50px;
}

#content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #696349;
	padding-left:50px;
	padding-right:50px;
	line-height: 15px;
}

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #696349;
}
#content hr {
	width: 100%;
	color: #696349;	
	height:1px;
}
#rmenu {
	width:188px;
	background-color:#d6d2a9;
	color:#4c5c51;
	background-image: url(/images/right-menu-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align:left;
}

#rmenu p, #rmenu a{
	padding-left:15px;
	background-color:#d6d2a9;
	color:#4c5c51;
	font-family:verdana;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	margin-right:20px;
}

#rmenu a:hover{
	width:188px;
	background-color:#d6d2a9;
	color:#a99653;
}




#right{
	width:39px;
	background-color:#eee8c6;
	background-image: url(/images/right-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content td img {
	border: 3px solid #a99653;
}


#mainMenuCon {
	position:relative;
	width:930px;	/*setting the z-index to 1000 would keep the menu always on the top*/
}

/* This states main menu element section style*/
#mainMenu {
	width:930px;						/*setting the default width for the mainmenu*/
}

/* This states the unordered list (main menu) style*/
ul#mainMenu {
	margin:0;										/*no space around the list container*/
	padding:0;										/*no space within the list container*/
	list-style:none;								/*disable the display of the list item bullets*/
	width:930px;									/*setting the default width for the mainmenu*/
	height:30px;									/*setting the default height for the mainmenu*/
	display:block;									/*enabling the menu to be visible*/
	border-bottom:0px solid #433f2e !important;		/*adding a border at the bottom and constantly set at 1 pixel solid grey colour*/
	background-color:#433f2e;
	font-weight:bold;
}

/* This states the unordered list (main menu) list item style in sections/individually. */
ul#mainMenu li {
	text-align:center;						/*setting the default alignment for the text to center*/
	margin:0;								/*no space around the list item container*/
	padding:0;								/*no space within the list item container*/
	display:block;							/*enabling the menu to be visible*/
	float:left;								/*this is to allow for the horizontal main menu*/
	height:30px;							/*setting the default height for the mainmenu list item*/
	position:relative;						/*positioning the element to its normal position*/
	width:155px; 							/*setting the default width for the mainmenu list item*/
}

/* This states the unordered list (main menu) list item style for the text */
ul#mainMenu li a {
	display:block;							/*enabling the menu list item text to be visible*/
	float:none;								/*this is to allow for the text to stay on default position*/
	line-height:30px;						/*settint the default distance between the lines to 15 pixels*/
	font-family:arial;						/*setting the default font format for ITEM text*/
	font-size:11px;
	text-align:center;						/*formatting the text to position on the center*/
	color:#FFFFFF;							/*default colour for the ITEM word:black*/
	height:30px !important;					/*setting the default height constantly to 22 pixel for all list item text*/
	text-indent:0px;						/*setting the default the first line of the text to 0 pixel*/
	width: 155px;							/*setting the default width for the mainmenu list item text*/
	text-decoration:none;					/*disabling the display for the links on the list item text*/
}

/* This states the unordered list (main menu) list item style
	for the text when it is either clicked or at normal state*/
ul#mainMenu li a:link,
ul#mainMenu li a:visited
{
	text-decoration:none;					/*disabling the display for the links on the list item text*/
}

/*This states the formatting of the first list item style*/
ul#mainMenu li.f {
	border-left:0;							/*setting the first border on the left of the first item to nothing*/
}

/*This states the formatting of the background for second level list/drop down list style*/
ul#mainMenu li ul
{
	display:none;							/*setting the default visibility for the list to disable*/
	position:absolute;						/*setting the list to a fixed position*/
	z-index:1000;							/*setting the z-index to 1000 would keep the menu always on the top*/
	background-color:#CBE1EF;				/*setting the default colour of the background to light blue colour*/
	width:155px;							/*setting the default width for the sub list*/
	border:1px solid #433f2e;				/*adding a border around and set at 1 pixel solid grey colour*/
	border-bottom:0;						/*setting the border at the bottom to nothing*/
	padding:0;								/*no space within the list container*/
	left:-1px;								/*positioning the list, -1 pixel to the left*/
	top:29px;								/*positioning the list, 49 pixel to the top*/
}


/*This states the formatting of the background for second level list item/drop down list item style*/
ul#mainMenu li ul li
{
	height:22px;							/*setting the default height for the sub list item*/
	display:block;							/*setting the default visibility for the list to enable*/
	float:none;								/*this is to allow for the list item to stay on default position*/
	padding:0;								/*no space within the list item container/background*/
	border:0;								/*no border around the list item container/background*/
	line-height:22px;						/*setting the default line height to 22 pixel for all list item text*/
	background-color:#c0c4a1;				/*setting the default colour of the background to light blue colour*/
	border-bottom:1px solid #433f2e;		/*adding a border on bottom and set at 1 pixel solid grey colour*/
}

/*This states the formatting of the background colour when the sub list item is roll-overed*/
ul#mainMenu ul li a:hover{
	background-color:#ffffff;				/*setting the default colour of the background to white colour*/
	display:block;							/*setting the default visibility for the list to enable*/
}

/* This states the unordered list (main menu) sub list item style
	for the text when it is either clicked or at normal state*/
#mainMenu ul li a:link,
#mainMenu ul li a:visited
{
	display:block;							/*setting the default visibility for the list to enable*/
	float:none;  							/*this is to allow for the sub list item to stay on default position*/
	font-size:11px;							/*setting the default font format for sub item text*/
	text-align:center;						/*formatting the text to position on the center*/
	height:22px !important;					/*setting the default height constantly to 22 pixel for all sub list item text*/
	line-height:22px;						/*settint the default distance between the lines to 22 pixels*/
	text-indent:0;							/*setting the default the first line of the text to 0 pixel*/
	color:#000000;							/*default text colour for the sub item text:black*/
	padding:0;								/*no space required around the sub list item text*/
	width:auto;								/*setting the default width for the sub list item text*/
}



/*This states the display of the sub menu list items,
		use for other browsers when the mainmenu ITEM text is rolled over*/
#mainMenu li:hover ul{
	display:block;					/*setting the default visibility for the list to enable*/
}

/*This states the display of the sub menu list items,
		use for Internet Explorer when the mainmenu ITEM text is rolled over*/
#mainMenu li.over ul {
	display:block;					/*setting the default visibility for the list to enable*/
	left:-41px;						/*Adjusting the alignment for the sub item list to position right under the Item text*/
}
