/*	CSS - devadesign; GENERAL  */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:url(img/header_bcg.jpg) repeat-x left top;
	font:12px/18px Verdana, Tahoma, sans-serif;
	line-height:1.8;
	color:#444444;
}

a{
	color:#990000;
	text-decoration:none;
	outline:none!important;
}
a:hover {
	text-decoration:underline;
	color:#ff0000;
	outline:none!important;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #333333;
}

img {
	border:none;
}

img a{
	border:none;
	outline:none!important;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

.style1 {
	color: #CC0000
}

.thumb {
	cursor:pointer;
	border:#333333 solid 1px;
}

/*	BASIC LAYOUT  */

#header {
	position:relative;
	width:900px;
	height:235px;
	margin: 0 auto;
	background:url(img/header.jpg) no-repeat bottom center;
}

#content {
	width: 900px;
	height: auto;
	margin: 63px auto;
	padding: 0px;
	background:url(img/body.jpg);
}

#content-left {
	float:left;
	width:540px;
	height:auto;
	padding: 63px 36px 0 36px;
	background:url(img/bg-box-right.gif) right repeat-y;
}

#content-right {
	float:right;
	width:270px;
	height:auto;
	padding:36px 0 0 0;
}

#footer {
	padding: 0 0 0 0;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
	height:96px;
}

/*	HEADINGS  */
	
h1, h2, h3 {
	margin:0 0 18px 0;
}

#header h1 {
	position:absolute;
	bottom:61px;
	left:0px;
	margin-top:0px;
	height:171px;
	width:480px;
}

h1 {
	color:#333333;
	font:24px Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

h2 {
	margin: 0 0 18px 0;
	color:#333333;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

h3 {
	margin: 0 0 18px 0;
	color:#333333;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

/*	MENU  */

#menu {
	position:relative;
	width: 900px;
	margin: -63px auto;
}

#nav {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
#nav, #nav ul {
	width: 930px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color:#ffffff;
	margin: 0 40px 0 58px;
	padding: 0px;
	outline: none;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	color:#540000;
	text-decoration: none;
	outline: none;
	}	

/* CONTENT LEFT */

.box-left {
	margin: 0 0 40px 0;
}

/* CONTENT RIGHT */

.box-right {
	margin:0 36px 0 0;
	font:11px Verdana, Tahoma, sans-serif;
}

.box-right h2 {
	padding: 20px 20px 0 4px;
}

.box-right-content {
	margin: 0 0 0 4px;
	line-height:1.8;
}

.box-right-bottom {
	height: 20px;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/*	TABLES  */

.table {
	font-size:10px;
	line-height:1.4;
}

/*	FORMS  */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 360px;
    margin: 0 0 10px 0;
	padding:2px;
    border: 1px solid #999999;
}

.textarea {
    width: 360px;
    height: 150px;
    margin:0 0 10px 0;
    padding: 2px;
    border: 1px solid #999999;
}

textarea {
    width: 360px;
    height: 150px;
    margin:0 0 10px 0;
    padding: 2px;
    border: 1px solid #999999;
}

#Image2 {
	padding:2px;
    margin:0 0 10px 0;
    border: 1px solid #999999;
}

.text2 {
    width: 90px;
	padding:2px;
    margin:0 0 10px 0;
    border: 1px solid #999999;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #444444;
	border: 0;
	cursor:pointer;
}

.reset {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #444444;
	border: 0;
	cursor:pointer;
}

/*	FOOTER  */

#footer p {
	width:900px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	color:#999999;
	text-align:center;
}

#footer p a {
	color: #CCCCCC;
	outline: none;
}



.clear {
	clear:both;
}
