html
{
	width:				100%;
	height:				100%;
	/* overflow:			hidden;*/
	font-family:		verdana, san-serif;
	font-size:			12px;
	line-height:		20px;
}

h3
{
	font-weight:	normal;
	font-size:		14px;
	color:			#00c3db;
}

.Home
{
	background-image:	url('images/bg_index.jpg');
	color:				#ffffff;
}

.About
{
	background-image:	url('images/bg_about.jpg');
	color:				#ffffff;
}

.Contact
{
	background-image:	url('images/bg_contact.jpg');
	color:				#ffffff;
}

.Products
{
	background-image:	url('images/bg_service.jpg');
	repeat:			none;
	color:				#111111;
}

.TopMenu
{
	margin-left:		164px;
	margin-top:			75px;
	padding:			0px;
	font-family:		verdana, san-serif;
	font-size:			15px;
	float:				left;
}

.TopMenuHome
{
	margin-left:		566px;
	margin-top:			75px;
	padding:			0px;
	font-family:		verdana, san-serif;
	font-size:			15px;
}

.TopMenuItem
{
	color:				#555555;
	text-decoration:	none;
	margin-right:		20px;
}

.TopMenuItem:hover
{
	color:	#00c3db;
}

.SelectedMenuItem
{
	color:				#00c3db;
	text-decoration:	none;
	margin-right:		20px;
}

.SideMenu
{
	width:				173px;
	height:				62px;
	margin-top:			75px;
	padding:			0px;
	font-family:		verdana, san-serif;
	font-size:			12px;
	float:				left;
	text-align:			right;
}

.SideMenuItem
{
	color:				#00c3db;
	text-decoration:	none;
}

.SideMenuItem:hover
{
	color:	#ffc002;
}

.SelectedSideMenuItem
{
	color:				#ffc002;
	text-decoration:	none;
}

.ContentArea
{
	margin-left:	230px;
	margin-top:		0px;
	padding-top:	0px;
	width:			676px;
	clear:			both;
}

.HomeContentArea
{
	color:			#00c3db;
	margin-top:		70px;
	margin-left:	462px;
	font-family:	'prestige elite std', 'courier new', serif;
	font-size:		25px;
	line-height:	30px;
	font-weight:    bold;
}

.HomeContentArea b
{
	color:			#ffffff;
	font-weight:	normal;
}

.ProductList li:first-child
{
	font-size:		12px;
	font-weight:	bold;
	list-style:		none;
}

.ContactForm
{
	width:	600px;
	text-align:	left;
}

.ContactContentArea
{
	margin-left:	228px;
	margin-top:		64px;
	clear:			both;
}

.ContactContentArea b
{
	font-size:		12px;
	font-weight:	normal;
	color:			#00c3db;
}

form
{
	text-align:	left;
}

input
{
	width:				252px;
	height:				30px;
	background-image:	url('images/fields.jpg');
	border-style:		none;
	margin-bottom:		4px;
	margin-right:		10px;
	color:				#ffffff;
	font-family:		verdana, san-serif;
}

input:focus
{
	outline:	1px solid #00c3db;
}

textarea
{
	width:				488px;
	height:				146px;
	background-image:	url('images/fields-large.jpg');
	margin-bottom:		4px;
	margin-right:		10px;
	color:				#ffffff;
	border-style:		none;
	font-family:		verdana, san-serif;
	font-size:			12px;
	overflow:			auto;
}

textarea:focus
{
	outline:	1px solid #00c3db;
}

label
{
	color:	#ffc002;
}

.TextAreaLabel
{
	line-height:	146px;
	vertical-align:	top;
}

.SubmitButton
{
	background-image:	url('images/submit.jpg');
	width:				75px;
	height:				21px;
	margin-left:		417px;
}

.SubmitButton:hover
{
	background-image:	url('images/submit-ro.jpg');
}

