/* B A S E  F O N T */
body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 12pt;
	color: #5A6372;
}

img {
	border: 0px;
}


/* L I N K S T Y L E S  C O N T E N T */
div.content a, div.bottom a, div.copyright a, div.right a {
	color: black;
	text-decoration: underline;
}

div.content a:hover, div.bottom a:hover, div.copyright a:hover, div.right a:hover {
	color: black;
	text-decoration: none;
}


/* L I N K S T Y L E S  T O P  M E N U */
div.header ul li a {
	font-size: 13pt;
	text-decoration: none;
	color: #334569;
}

div.header ul li a:hover {
	text-decoration: none;
	color: black;
}


/* L I N K S T Y L E S  L E F T  M E N U */
div.left ul li {
	font-size: 11pt;
	font-family: tahoma, arial, sans-serif;
}

div.left ul li a {
	font-size: 11pt;
	text-decoration: none;
	color: #334569;
}

div.left ul li a:hover {
	text-decoration: none;
	color: black;
}

div.left ul li ul li a {
	font-size: 10pt;
	text-decoration: none;
	color: black;
}


/* F O R M  S T Y L E S */
div.xtform label {
	margin-top: 5px;
	display: block;
	width: 150px;
	float: left;
	
	font-weight: 700;
	color: #5A6372;
}

div.xtform input {
	margin-top: 5px;
	border: 1px solid #5A6372;
	background-color: #F8F1E1;
}

div.xtform textarea {
	border: 1px solid #5A6372;
	background-color: #F8F1E1;
}

div.xtform button {
	border: 1px solid #5A6372;
	background-color: #F8F1E1;
}


/* P R O D U C T  L I S T I N G */
div.product-image {
	width: 70px;
	float: left;
	margin-right: 15px;	
}

hr {
	border: 1px solid #5A6372;
}


/* B A S E  F O R M S */
div.xtc input {
	border: 1px solid #5A6372;
	background-color: #F8F1E1;
}
