/*  created 2003 [daniel mee | daniel at katalyst.com.au] */
/*  thanks to www.bluerobot.com for the basic centering style */

/* INDEX

- link styles
- major structual styles
- tag styles
- common styles
- page or section specific styles
- form styles


 */


/* LINK STYLES */

a:link {text-decoration: underline;}
a:visited {text-decoration: underline; }
a:hover {text-decoration: none; }
a:active {text-decoration: underline; }

.dropdownnav a { color: #FFF; text-decoration: none; }


a.navitem:hover {background-color: #696969;}
a.navitem:visited {text-decoration:none}

/* MAJOR STRUCTURAL STYLES */

body {
	background-image:url(images/body-bgrnd.gif);
	background-color:#F0EDEE;
	text-align:center;
	margin:50px 0px;
	padding:0px;
	font:11px helvetica, arial, sans-serif;
	color:#535361;
}

#master {
		width:800px;
        margin:0px auto;
        text-align:left;
}

.top {
	width:800px;
	margin-bottom: 8px;
	background-color:#FFF;
}

.nav {
	position:relative;
	width:800px;
	height: 85px;
	background-color:#FFF;
	margin: 0px 0px 10px 0px;
}

.navproducts {
	position:relative;
	width:800px;
	height: 111px;
	background-color:#FFF;
	margin: 0px 0px 10px 0px;
}

.navprimary {
	position:absolute;
	width: 159px;
	height: 65px;
	top: 10px;
	left: 8px;
}

.navsecondary {
	position:absolute;
	width: 159px;
	height: 65px;
	top: 10px;
	left: 170px;
}

.contentmain {
	background-image:url(images/image-general.jpg); background-repeat: no-repeat; background-position: bottom right;
	width:800px;
	margin-bottom: 30px;
	padding: 10px 0px 30px 0px;
	background-color:#FFF;
}

.contentleft {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 8px 0px;
	width: 315px;
}

.contentlong {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 8px 0px;
	width: 315px;
}




/* TAG STYLES */

h1 {
	margin: 0px 0px 10px 0px;
	height:12px;
	font-size: 12px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 { 
	font-size: 11px;
}

h5 {
	font size: 12px;
	color: #FFF;
	margin-bottom: 10px;
	padding: 4px 0px 3px 2px;
}

h6 {

font-style: italic;
font-weight: normal;
font-size: 11px;

}

p {
	margin: 0px 0px 5px 0px;
}

table {
	margin: 0px 0px 10px 0px;
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 11px;
	border-bottom: 1px solid #efefef;
}

tr {
	
}

th {
	text-align:left;
	font-size: 12px;
	font-weight:normal;
	width:160px;
	height:20px;
	padding: 2px;
	border-top: 1px solid #efefef;
}

td {
	width:160px;
	height:20px;
	padding: 2px;
	border-top: 1px solid #efefef;
}

ul {
	list-style: square outside;
	list-style-image: url(/images/bullet.gif);
	margin: 10px 0px 20px 10px;
	padding-left: 10px;
}


li {
	margin-bottom: 2px;
}

blockquote {margin-top: 0px;padding-top: 0px;}

/* COMMON STYLES */


/* PAGE OR SECTION SPECIFIC STYLES */


/* FORM STYLES */

form {
	margin: 8px 0px 8px 0px;
	vertical-align: middle;
}

.textfield {
	border: none;
	height: 14px;
	width: 200px;
	background-image: url(/images/body-bgrnd.gif);
	border: 1px solid #efefef;
	font: 10px Verdana, serif;
	color: #4D4941;
}

.textfieldnowidth {
	border: solid #E5E0D1 1px;
	height: 14px;
	background-color: #B1A482;
	font: 10px Verdana, serif;
	color: #4D4941;
}

.dropdown {
	border: solid #E5E0D1 1px;
	height: 14px;
	background-color: #B1A482;
	font: 10px Verdana, serif;
	color: #4D4941;
}

.textarea {
	width: 200px;
	height: 80px;
}


.button {
	border: solid #E5E0D1 1px;
	height: 14px;
	width: 52px;
	margin-top: 10px;
	background-color: #E5E0D1;
	font: 10px Verdana, serif;
	color: #4D4941;
}

.required {
	width: 4px;
	height:20px;
	border-top: 1px solid #efefef;
	}
