/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #311260;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 18px;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #9b3d43; 
	color: #9b3d43; 
	height: 1px; 
	width: 100%;
}



form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #371464; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #000076; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #723035; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #9b3d43; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

img {
	border: 0px;}

a:link  {
	color: #cd002b; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #cd002b; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #a5a5a5; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #cd002b; 
	text-decoration: none; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	position: relative;
	width: 750px; 
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

img.top {
	position: relative;
	display: block;}

.header {
	position: relative;
	width: 700px;
	padding: 5px 25px;
	color: #fff;
	background-color: #fff;
	}
	
.header a.logo {
	float: left;}	
	
.header ul.nav {
	position: relative;
	margin-top: 75px;}
	
.header ul.nav li {
	float: left;
	display: inline;
}		

.header ul.nav li a {
	display: block;
	margin-left: 12px;
	font-size: 12px;
	color: #371464;
	font-family: Georgia, serif;
	text-transform: uppercase;}
	
.header ul.nav li a.first {
	margin-left: 25px;}	
	
.divider {
	width: 700px;
	height: 1px;
	position: relative;
	border-top: 1px solid #371464;
	padding: 10px auto;
	display: block;
	clear: both;
	}	

.sitename {
	background: #fff url('images/headerbg.jpg');
	color: #723035;
	font-family: Georgia, Times, serif; 
	text-align: center; 
	font-size: 26px; 
	font-weight: bold;
	height: 85px; 	
}

.content {
	background-color: #fff;
	display: block;
	clear: both;
	padding: 25px 0px;}
	
.content li {
	margin-bottom: 10px;
}	

.sidebar {
	background-color: #fff;
	color: #723035;
	width: 210px; 
	font-size: 100%; 
	text-align: left;
	float: left;
	margin: 0px 25px;
}

.sidebar ul {
	padding: 0px;
	padding-left: 20px;
	margin:0px;
}

.sidebar li {

}

.sidebar ul.client-logo {
	padding: 0px;
	margin:0px;
	list-style: none;
}

.sidebar ul.client-logo li {
	width: 220px;
	text-align: center;
	margin-bottom: 10px;
}


.sidebarnav {
	line-height: 20px;
}

.maintext {
	width: 465px; 
	text-align: justify; 
	float: left;
}

.maintext td {
	vertical-align: top;
	width: 50%;
	text-align: left;
}

.maintext table.client ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;} 

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footerleft {
	text-align: center;
	background: url('images/footerleft.jpg');
	color: #000; 
	font-size: 90%; 
	font-weight: normal; 
}

.footerright {
	text-align: center;
	background: url('images/footerright.jpg');;
	color: #000;
	font-size: 90%; 
	font-weight: normal;
	height: 80px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 20px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}
