/* Set up main body and reset all default margins and paddings .............*/

/* Colours chocolate #6A5448, Gray #828386 ,Green #A2A332 */

body
{
/*	font-size: small; */
	margin: 0px auto;
	font-family: Verdana, Arial, Verdana, 'Microsoft Sans Serif' , 'Trebuchet MS';
	background-color: #E6E6E7;
	text-align: center;
	font-size: 14px;
/*	voice-family: inherit; */
}

html>body {
/*	font-size: small; */
}

* 
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 130%;
	font-weight: normal;
}
/* End of main body ---------------------------------------------------------*/

/* Set up the header that will be used for all pages ........................*/
#headerwrapper
{
	text-align:left;
	width: 760;
}

#menuwrapper
{
	clear: both;
	border-bottom: #6A5448 3px solid;
	padding-top: 5px;
	padding-bottom: 20px;
}

#imglogo
{
	float: left;
	margin: 25px 0px 25px 25px;
	display: inline;
	border: none;
}


.drpdownlist
{
	Color: #6A5448;
	font-size: 80%;
}

#header
{
	margin-left: 20px;
}

#header li
{
	border-right: #6A5448 1px solid;
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
	font-size: 80%;
	float: left;
}

#header li.norightborder
{
	border-right: medium none;
}
	
#header a, #header a:visited
{ 
	text-decoration: none;
	color: #6A5448;
	border: solid 1px white;
	font-weight: normal;
}

#header a:hover, body#home #m_home a, body#collectiongroups #m_collectiongroups a, body#aboutus #m_aboutus a, body#press #m_press a, body#stockists #m_stockists a, body#contactus #m_contactus a, body#showroom #m_showroom a
{
	color: #A2A332;
}

#searchbox
{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#imgsearch
{
	width: 12px;
	display: inline;
}


#searchinput
{
	width: 80px;
	border: solid 1px #6A5448;
}


/* End of header set up -----------------------------------------------------*/

#wrapper
{
	width: 760px;
	height: 595px;
	background-color: White;
	margin: 0 auto;
	color: #6A5448;
	text-align: left;
	position: relative;
}

a,a:visited
{
	text-decoration: none;
	color: #6A5448;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #A2A332;
	font-weight: bold;
}

#footer
{
	position: absolute;
	top: 580px;
	left: 10px;
	width: 760px;
}

#links
{
	float: left;
	list-style-type: none;
}

#links li
{
	float: left;
}

#links a, #links a:visited
{
	border-right: #6A5448 1px solid;
	padding-right: 2px;
	display: block;
	padding-left: 3px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
}

#links a:hover
{
	color: #A2A332;
}


#links a.norightborder, #submenu a.norightborder
{
	border-right: none;
}

#copyright
{
	margin-right: 20px;
	float: right;
	font-size: 70%;
	display: inline;
}

.disclaimer
{
	font-size: 90%;
}