/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000000 url(images/bg.gif) top right repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address, td, th {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size:14px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	text-align: left;
	margin: 2px 0;
	padding: 8px 10px;
	background: url(images/bg-address.jpg) no-repeat;
	width: 177px;
	height: 218px;
}

h1 { 
	border-bottom: 1px dotted #fa5cbb;
	margin: 0px 0px 20px 0px;
	background: transparent;
	color:#fa5cbb;		
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
}

h2 {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 15px 0px 10px;
	}

h3 {
	color:#fa5cbb;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 15px 10px 10px;
	font-style:italic;
	text-align: left;
	}
	
table#multi {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
	font-size:14px;
}
	
	td.label {
	color: #fa5cbb;
	padding-top: 15px;
}

/* ----------------- LIST ITEMS ----------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

li {
	font-size: 14px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */
a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 197px;
	background: #ff93d6;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px;
	width: 177px;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: #f730a6;
	color: #ffffff;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	width: 350px;
	height: 58px;
	text-align: left;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #000000;
	}

ul#utilitynav li a:hover {
	color: #333333;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 990px;
	height: 176px;
	background: url(images/bg-header.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

div#container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#content {
	padding: 15px 10px 15px 15px;
	text-align: left;
	width: 513px;
	float: left;
}

div#leftside {
	width: 250px;
	padding: 20px 0px 0px 0px;
	margin: 0;
	text-align: left;
	float: left;
}

	div#leftside img {
		border: 1px solid #5d216a;
		margin: 2px 0;
	}

div#rightside {
	width: 197px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

div#footer {
	width: 100%;
	height: 150px;
	padding: 5px 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #000000 url(images/bg-footer.gif) repeat-x;
	text-align: center;
	color: #cccccc;
	clear: both;
}

	div#footer a {
		text-decoration: none;
		font-weight: bold;
		color: #cccccc;
	}
	
	div#footer a:hover {
		color: #ffffff;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

img#logo {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

img#concept {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

