/*Spotlight 2009 - one2web.co.uk */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 url(../images/back_all.jpg) no-repeat center top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #449BC7;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #449BC7;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #449BC7;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #449BC7;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #449BC7;
}

hr {
	display: none;
}

#main
{
width: 642px;
margin: 0 auto;
}


/* Header */

#header {
	width: 642px;
	margin: 0 auto;
	height: 70px;
}

#menu {
	float: left;
	height: 41px;
	width: 612px;
	padding-left: 30px;
	background: url(../images/menu.png) no-repeat;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(../images/title_back.gif) repeat-x;
	width: 115px;
}



/* Logo */

#logo {
	width: 642px;
	height: 93px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 32px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 642px;
	margin: 0 auto;
	background: #ffffff url(../images/back.gif) repeat-y top;
	border-top: none;

}

#top
{
background: url(../images/top.png) no-repeat;
height: 10px;
margin-top: 15px;
width: 642px;
}

#bottom
{
background: url(../images/bottom.gif) no-repeat;
height: 19px;
width: 642px;
}

#box
{
background: url(../images/intro_text_box.gif) no-repeat;
height: 142px;
color: #ffffff;
margin-left: 10px;
margin-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#box H1 
{
padding-top: 20px;
font-size: 16px;
color: #ffffff;
}

#box H1 a
{
font-size: 16px;
color: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 413px;
	padding-left: 10px;
	padding-top: 0px;
}

#content H2
{
background: url(../images/h2.gif) no-repeat;
height: 63px;
padding-top: 10px;
padding-left: 15px;
width: 400px;
font-size: 16px;
color: #ffffff;
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
padding: 10px;
width: 390px;
}

#content .words {

	padding : 5px 5px 5px 5px;
	letter-spacing: 0px;
	line-height: 17px;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 200px;
	margin-left: 10px;
}

#sidebar2 h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 26px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url(../images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	padding-left: 0px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 0px;
}

#sidebar2 .words {

	padding : 5px 5px 5px 5px;
	letter-spacing: 0px;
	line-height: 17px;
}

#sidebar2 .gooads {
	margin-top: 15px;
	margin-left: 20px;
}

.back_title
{
background: url(../images/title_back.gif) no-repeat;
}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 20px;
background: url(../images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

/* Form Style */

#formholder {
	width: 570px;
}

#formcontent  {
	margin: 10px 20px 10px 20px;
	padding: 5px 5px 5px 5px;
	background:#FFFFFF;
}

#formcontent p {
  color:#6b6b6b;
  line-height:16px;
}

#formcontent H2
{
background: url(../images/h2_form.gif) no-repeat;
height: 50px;
padding-top: 10px;
padding-left: 15px;
width: 520px;
font-size: 16px;
color: #ffffff;
}



.cssform p{
width: auto;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

input.button { 
	margin: 0; 
	border: 1px solid #fff;
	background: url(../images/h2_form.gif) no-repeat;
	padding: 2px 3px; 
	color: #fff;	
}

input {
	color:#808080;
}
textarea {
	color:#808080;
}

