/* Set up main body and reset all default margins and paddings .............*/

body
{
	font-size: 14px;
	font-family: 'Times New Roman';
	background-color: #64775A;
	text-align: center;
	background-repeat: repeat;
}

html>body {
}

*
{
	margin: 0;
	padding: 0;
}

#vc {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 800px; 
}


h1
{
	font-size: 140%;
	padding-bottom: 10px;
}

h2
{
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
}

/* End of main body ---------------------------------------------------------*/

/* Set up the header that will be used for all pages ........................*/
#headerwrapper
{
	width: 800px;
	position: relative;
	text-align: left;
	background-color: #788a6e;
	height: 80px;
}

#searchbox
{
	position: absolute;
	top: 50px;
	left: 530px;
	border: solid 1px #4c5945;
	width: 160px;
}

#searchinput
{
	width: 80px;
	border: solid 1px #4c5945;
}

.drpdownlist
{
	color: #4c5945;
	font-family: 'Times New Roman';
	background-color: #f1edd2;
	width: 160px;
}

#imglogo
{
	position: absolute;
	top: 12px;
	left: 20px;
}

#imgface
{
	position: absolute;
	top: 8px;
	left: 730px;
}


#header
{
	list-style: none;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 800px;
	height: 25px;
	padding-top: 7px;
	background-color: #4c5945;
}

#header li
{
	font-size: 110%;
	font-weight: bold;
	display: inline;
	float: left;
	text-transform: capitalize;
	text-decoration: none;
	padding-left: 18px;
}

#header a, #header a:visited
{
	color: #aabeab;
	text-decoration: none;
}

#header a:hover, body#home #m_home a, body#history #m_history a, body#collectiongroups #m_products a, body#faqs #m_faqs a, body#paints #m_paints a, body#enquiries #m_enquiries a, body#stockists #m_stockists a, body#sample #m_sample a, body#brochure #m_brochure a
{
	color: #f1edd2;
}

#submenu
{
	position: absolute;
	top: 115px;
	left: 240px;
	width: 600px;
}

#submenu li
{
	float: left;
	list-style: none;
}

#submenu a, #submenu a:visited
{
	display: block;
	color: #4c5945;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #4c5945;
}

#submenu a:hover, #submenu a.highlighted
{
	color: #4c5945;
	font-weight: bold;
}

#submenu a.highlightednorightborder, #menu a.highlightednorightborder
{
	color: #4c5945;
	border-right: none;
	font-weight: bold;
}

/* End of header set up -----------------------------------------------------*/


#wrapper
{
	margin: 0 auto;  
	width: 800px;
	color: #4c5945;
	background-color: #f1edd2;
	text-align: left;
	height: 600px;
	position: relative;
}


#footer
{
	position: absolute;
	left: 0px;
	top: 520px;
	width: 800px;
	border-top: solid 1px #4c5945; 
	background-color: #788a6e;
	height: 80px;
}

#links
{
	position: absolute;
	left: 18px;
	top: 10px;
	list-style-type: none;
}

#links li
{
	float: left;
}

#links a, #links a:visited
{
/*	border-right: #aabeab 1px solid; */
	padding-right: 30px;
	color: #f1edd2;
	display: block;
	padding-left: 2px;
	text-decoration: none;
}

#links a:hover
{
	color: #aabeab;
}


#links a.norightborder, #submenu a.norightborder
{
	border-right: none;
}

#intellectual
{
	position: absolute;
	font-size: 80%;
	left: 20px;
	top: 35px;
}

#copyright
{
	position: absolute;
	font-size: 80%;
	left: 20px;
	top: 50px;
	color: #f1edd2;
}

#copyrightnotice
{
	position: absolute;
	font-size: 80%;
	color: #f1edd2;
	left: 700px;
	top: 50px;
	text-decoration: none;
}

#UCtlFooter_goback
{
	clear: both;
	position: absolute;
	font-size: 90%;
	font-weight: bold;
	left: 740px;
	top: 10px;
}

#UCtlFooter_goback a
{
	color: #f1edd2;
	text-decoration: none;
}

#UCtlFooter_goback img
{
	display: inline;
}