/*
Designed by Titanium IT
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 17px;
/*
Next color code for background of second half
*/
	background: #333333 url(gif/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
/*
Next color code for text color next to logo
*/
	color: #FF0000;
	font-size: 11px;
}

h1, h2, h3 {
	margin-bottom: 1em;
	color: #FFFF00;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: normal;
}

blockquote, ul, ol {
	margin-left: 0.8em;
	background-color: #000000;
}

blockquote {
	margin-right: 3em;
}
/*
Next color code for menu selections color
*/

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr {
	width: 500px; 
	color: white; 
	height: 1px; 
	shade:no-shade; 
	position: relative
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(gif/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
/*
Next color code for box titles
*/
	color: #FF0000;
}

.boxed .content {
	padding: 15px;
	background: url(gif/img09.gif) repeat-x;
	font-size: 11px;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: outside;
}

/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/img02.jpg) no-repeat;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
/*
Next color code for company name header
*/
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 20px;
	background: url(gif/img03.gif) no-repeat;
}

#welcome {
	padding-bottom: 10px;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 20px;
	background: url(gif/img04.gif) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(gif/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(gif/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	background-color: #000000;
}

#menu a:hover {
	background-color: #000000;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(gif/img05.gif) repeat-x;
}


#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}









