*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #2B2B2B;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr { clear: both; margin: 15px 0; padding: 0; border: 0; height: 1px; color: #444; background: #444; }

.clear
{
	clear: both;
}

img
{
	border: 0;
}

#flashbox
{
	margin: 0 0 15px 0;
	text-align: center;
}

#header
{
	margin: 0 auto;
	width: 900px;
	text-align: center;
	height: 130px;
}

#menucontainer
{
	width: 100%;
	height: 40px;
	background: url('../images/menu.jpg') top left repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 900px;
	height: 40px;
	
}

#menu ul
{
	float: right;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	padding: 0px 8px;
	text-decoration: none;
	display: block;
	color: #FFF;
	margin-left: 1px;
}

#menu ul li a:hover, #menu ul li a.active
{
	background: url('../images/menu.jpg') bottom left repeat-x;
	color: #8C9CF4;
}

#advert
{
	margin: 0px auto;
	width: 100%;
	text-align: center;
	height: 60px;
	background: #171717;
	border-bottom: 1px solid #444444;
}

#body
{
	margin: 0 auto;
	width: 900px;
	padding: 14px 0px;
}

#bodyleft
{
	float: left;
	width: 450px;
	padding: 0 20px 0 0;
}

#bodyleft ul
{
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 12px;
}

#flash
{
	padding: 2px;
	width: 442px;
	margin-bottom: 12px;
	border: 1px solid #444444;
}

#supacard
{
	float: right;
	width: 430px;
	height: 480px;
	margin-top: 40px;
	background: #171717 url('../images/supacard.jpg') top left repeat-x;
}

#bodyright
{
	float: right;
	width: 430px;
	background: #171717 url('../images/quickcontact.jpg') top left repeat-x;
}

#mainright
{
	float: right;
	width: 430px;
	padding: 20px 0;
}

.bodyright
{
	float: right;
	text-align: center;
	width: 410px;
	padding: 10px 10px 10px 10px;
	background: url('../images/thefooter.jpg') bottom left repeat-x;
}

.nivoSlider
{
	margin-bottom: 12px;
}

h1
{
	font-size: 32px;
	color: #FFF;
	margin: 0 0 15px 0;
}

h2, h3
{
	font-size: 26px;
	color: #FFF;
	margin: 0 0 15px 0;
}

span
{
	color: #8C9CF4;
}

#body a
{
	color: #8C9CF4;
	text-decoration: none;
}

#body a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#body p
{
	margin: 0 0 15px 0;
}

ul.number
{
	list-style-type: decimal;	
	margin-left: 20px;
	margin-bottom: 12px;
}

img.right
{
	float: right;
	margin: 5px 0px 15px 15px;
}

/**

fieldset {border: 0px;}

input[type=text]
{
	padding: 8px;	
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	background: #2a2a2a;
	border-top: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	border-bottom: 2px solid #4f4f4f;
}

.text {width: 170px;}

input[type=submit]
{
	padding: 10px;	
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	cursor: pointer;
	border: 1px solid #2b2b2b;
}

textarea
{
	padding: 4px;	
	font-family: verdana;
	font-size: 12px;
	width: 320px;
	height: 142px;
	color: #ffffff;
	background: #2a2a2a;
	border: 1px solid #3d3d3d;
	overflow: auto;
}

input[type=text]:hover
{
	background: #464646;
	color: #000000;
	border-top: 1px solid #5e5e5e;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
	border-bottom: 2px solid #6b6b6b;
}

input[type=submit]:hover
{
	background: #2a2a2a;
	color: #ffffff;
	border: 1px solid #000000;
}

textarea:hover
{
	color: #000000;
	background: #464646;
	border: 1px solid #5e5e5e;
}

**/

#footer
{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 15px 0;
	margin: 0px auto;
	line-height: 10px;
	width: 100%;
	text-align: center;
	background: #171717;
	border-top: 1px solid #444444;
}

#footer a
{
	color: #8C9CF4;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
}

#footer p
{
	margin: 0 0 5px 0;
}





#secureform
{
	
}

	#secureform #darkbg
	{
		background: #222;
		padding: 20px;
	}

	#secureform #custid
	{
		float: left;
		width: 830px;
		background: #8C9CF4;
		padding: 15px;
		margin: 0 0 15px 0;
		font-weight: bold;
		font-size: 17px;
		letter-spacing: -1px;
		text-align: center;
	}
	
	#secureform form
	{
		clear: both;
		text-align: center;
	}
	
	#secureform fieldset { border: 0px; }
	#secureform h3 { color: #8C9CF4; font-size: 32px; }
	
	span.spanred
	{
		color: #C00;
	}
	
	#secureform input[type=text], #secureform textarea, #secureform input[type=username], #secureform input[type=password]
	{
		width: 300px;
		margin: 0 0 5px 0;
		border: 2px solid #333;
		background: #333;
		padding: 8px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
	}
	
		#secureform span.spanred input[type=text] { background: #C00; border: 2px solid #C00; color: #FFF; }
	
		#secureform input[type=text]:focus, #secureform textarea:focus, #secureform input[type=username]:focus, #secureform input[type=password]:focus
		{
			border: 2px solid #555;
		}
	
		#secureform input[type=text].captcha
		{
			width: 60px;
			font-weight: bold;
		}

		#secureform .errors
		{
			width: 96%;
			float: left;
			background: #C00;
			padding: 15px 15px 10px 15px;
			color: #FFF;
			margin: 0 0 15px 0;
			text-align: center;
		}
		
			#secureform .errors ul
			{
				margin: 0 0 5px 0;
			}
			
				#secureform .errors ul li
				{
					margin: 0 0 5px 20px;
				}
				
		#secureform .complete
		{
			width: 96%;
			float: left;
			background: #00AF33;
			padding: 15px 15px 10px 15px;
			color: #FFF !important;
			margin: 0 0 15px 0;
			text-align: center;
		}
	
	
	
	
	
	
	

