@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #752610;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
}

.componentheading, h3, h4 {
	font-size: 18px;
	color: #B25B33;
	font-weight: bold;
}

h2, .contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B25B33;
	font-weight: bold;
}

table tr td {
	vertical-align: top;
}

/* TEMPLATE SPECIFIC STYLES */
table.contentpaneopen { 
	width: 100%;
}

.clr {
	clear: both;
}

.article_separator { 
	display: none;
}

div#wrapper {
	width: 1000px;
	margin: 0px auto;
}

div#user1 p {
	line-height: normal;
}

/* MAIN MENU STYLES START */
div#mainmenu {
	width: 871px;
	height: 33px;
	background-image: url(../images/menu_left_crnr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px auto;
}

div#mainmenu ul.menu {
	display: inline-table;
	background-image: url(../images/menu_right_crnr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	list-style-type: none;
	margin: 0px;
	padding: 0px 11px;
}

div#mainmenu ul.menu li {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	display: inline-table;
}

div#mainmenu ul.menu li a,
div#mainmenu ul.menu li a:link,
div#mainmenu ul.menu li a:visited,
div#mainmenu ul.menu li a:active {
	background-image: url(../images/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 14px;
	display: inline-table;
}

div#mainmenu ul.menu li.item1 a,
div#mainmenu ul.menu li.item1 a:link,
div#mainmenu ul.menu li.item1 a:visited,
div#mainmenu ul.menu li.item1 a:active {
	background-image: none;
}

div#mainmenu ul.menu li.active a,
div#mainmenu ul.menu li.active a:link,
div#mainmenu ul.menu li.active a:visited,
div#mainmenu ul.menu li.active a:active,
div#mainmenu ul.menu li.item1 a:hover,
div#mainmenu ul.menu li a:hover {
	background-image: url(../images/activemenu_bg.gif);
	background-repeat: repeat-x;
	color: #000;
}

/* MAIN MENU STYLES END */

div#content { 
	width: 906px;
	margin: 0px auto;
}

/* FOOTER STYLES START */
div#footer {
	height: 40px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 25px 105px;
	color: #EFEFEF;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active {
	/*color: #ffe8bc;*/
	color: #EFEFEF;
}

div#footer ul.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#footer ul.menu li {
	display: inline;
	padding: 0px 7px;
	border-left: #EFEFEF solid 1px;
}

div#footer ul.menu li a, 
div#footer ul.menu li a:link,
div#footer ul.menu li a:visited,
div#footer ul.menu li a:active {
	color: #EFEFEF;
	font-size: 14px;
}
div#footer ul.menu li.item10 {
	border-left: 0px;
	padding: 0px;
	padding-right: 7px;
}

/* FOOTER STYLES END */

/* FORM STYLES */
table#contactusForm .inputBox {
	border: #666 1px solid;
	width: 200px;
}

table#contactusForm tr td .formError {
	color: #F00;
	font-size: 11px;
}

table#contactusForm input.captcha {
	width: 80px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0px 5px;
}

table#contactusForm span.fieldRequired {
	color: #F00;
	font-weight: bold;
}

table#contactusForm tr td table tr td {
	padding: 5px 10px;
}

table#contactusForm tr td table tr.lightBg {
	background-color: #FAFAFA;
}

table#contactusForm tr td table tr.darkBg {
	background-color: #EFEFEF;
}

/* VIRTUEMART STYLES */
textarea.inputbox, input.inputbox {
	border: #930 1px solid;
	width: 500px;
	margin: 5px 0px 15px 0px;
	display: block;
}

div.buttons_heading {
		margin: 10px 0px;
		text-align: right;
		float: none;
}

div.buttons_heading img {
	height: 25px;
	width: 25px;
}


/* SEARCH PAGE STYLES */
div#searchResults {
	width: 100%;
}

div#searchResults fieldset {
	margin: 10px 0px;
	padding: 5px;
	border: #930 1px solid;
}

div#searchResults p {
	margin: 5px;
	padding: 0px;
}
