/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
}
body {
background: #000000;
}
a {
outline: none;
}
div.slideshow
{
	margin-top:0px; 
	border:2px solid gray;
	background:transparent;
	height:300px;
	margin-left:0px;
	
	}
ul
{
	margin-left:30px;
	}

#header {

margin-top: 5px;
margin-left:2px;
color: #FFF9CC;
background:#5D0101;
font-size: 10px;
margin-bottom:0px;

}
#feature
{
	margin-left:0px;
	text-align:center;
	
	}

#content-wrapper {
margin-top:20px;
margin-right: 15px;
margin-left: 50px;
width:990px;
text-align:left;
}

ol
{
margin-left:30px;	
}

#nav {
float: left;
width: 160px;
background: #5D0101;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
margin:0px;
padding-bottom:0px;
margin-top:10px;
}

#topofpage
{
background:#5D0101;
}
	#nav img {
	margin-bottom: 10px;
	}
	#nav p a 
	{
	display:block;
	clear:inherit;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background: #cb8;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-top:3px;
	}
	#nav p a:hover {
	background: #DDCC99;
	}
#main {
background:  #FFF9CC;
text-align: left;
margin-top:0px;
margin-left:0px;
text-align:center;
width:813px;
}
#linklist
{
margin-left:20px;
}
#linklist a
{
font-size:9.5pt;
text-decoration:none;

}

#content {
padding-left: 30px;
text-align: left;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 15px;

}
#footer {
margin-top:15px;
text-align:center;
font-size:7pt;
}

#cf /* Contact form area */
{
	width: 600px;
	background: transparent;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
}
	#cf_companyname /* Company name text */
	{
		margin-bottom: 5px;
		padding: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	#cf_baseline /* Baseline text */
	{
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	#cf_title /* Form title */
	{
		padding: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	#cf_desc /* Form description  */
	{
		padding: 5px;
		font-size: 12px;
		color: #666666;
	}
	#cf_required /* "Fields with ..." message */
	{
		padding: 5px;
		font-weight: bold;
		color: #ff0000;
	}
	#cf_main /* The form */
	{
		padding: 10px;
		background-color: transparent;
		text-align: center;
	}
		#cf_table /* Table listing the fields  */
		{
			margin-top: 10px;
			margin-left: 30px;
		}
			#cf_table td /* All table cells */
			{
				padding-top: 4px;
				padding-bottom: 4px;
				padding-right: 40px;
				font-weight: bold;
				white-space: nowrap;
				vertical-align: top;
			}
				#cf_subject /* "Subject" field text box */
				{
					width: 100%;
				}
				#cf_message  /* "Message" fields text area */
				{
					width: 400px;
					height: 200px;
					border: 1px solid #999999;
				}
				#cf_sumbit /* Container of "Send" button */
				{
					text-align: right;
				}
					#cf_sumbit input /* "Send" button */
					{
						width: 100px;
					}
/* Styles for HTML tags using class="..." */

.cf_sep /* Separators */
{
	padding-top: 10px;
	padding-bottom: 10px;
}
	.cf_sep hr
	{
		height: 1px;
		border: 0px;
		border-top: 1px dashed #999999;
	}
.cf_asterisk  /* The '*' symbol */
{ 
	padding-left: 2px;
	padding-right: 2px;
	color: #ff0000;
}
.cf_textbox /* Text boxes */
{
	width: 240px;;
	padding: 2px;
	border: 1px solid #999999;
}
