*
{
	margin			: 0;
	padding		: 0;
}

body
{
	font-family		: Arial;
	font-size		: 12px;
	background		: #e5eef0 url('../images/body-bg.png') top center no-repeat;;
}

table
{
	border-collapse	: collapse;
}

td
{
	vertical-align	: top;	
}

a
{
	text-decoration	: none;	
	outline		: none;
	color			: #355691;
}

img
{
	border			: 0;
}

div.c
{
	clear			: both;
}

div.c-l
{
	clear			: left;
}
	
							

div.container
{
	width			: 980px;
	margin			: auto;		
}


div#header
{
	background		: #e5eef0 url('../images/header-bg.jpg') top center no-repeat;
	height			: 195px;
	margin-top		: 22px;
	position		: relative;
}

	div#header div.title
	{
		position		: absolute;
		top			: 18px;
		left			: 25px;
		color			: #80d7f7;
		font-weight		: bold;
		font-size		: 13px;
	}

	div#header div.info
	{
		position		: absolute;
		top			: 18px;
		right			: 25px;
		color			: #FFFFFF;
		font-size		: 11px;
	}
	
		div#header div.info a
		{
			color			: #FFFFFF;
			background		: url('../images/link.png') left center no-repeat;
			padding-left		: 15px;
		}
	
	div#header div.logo
	{
		position		: absolute;
		bottom			: 20px;
		left			: 30px;
	}

	div#header ul.menu
	{
		position		: absolute;
		bottom			: 0;
		left			: 260px;
		background		: #000000;
		height			: 54px;
		list-style-type	: none;
	}
	
		div#header ul.menu li.tab
		{
			float			: left;
			margin			: 4px;
			margin-bottom		: 0px;
			
		}
		
			div#header ul.menu li.tab a
			{
				display		: block;
				color			: #FFFFFF;
				text-decoration	: none;
				padding		: 10px;
				padding-top		: 14px;
				padding-top		: 14px;
				font-size		: 16px;
				font-weight		: bold;
				font-family		: Trebuchet MS;
				position		: relative;
				
			}
			
				div#header ul.menu li.tab a:hover, div#header ul.menu li.tab a.active
				{
					background		: #FFFFFF;
					color			: #000000;
				}
				
				div#header ul.menu li.tab a span.corners
				{
					position		: absolute;
					top			: 0;
					background		: url('../images/tab-corners-bg.png') no-repeat;
					width			: 8px;
					height			: 8px;
					display		: none;
				}
				
				div#header ul.menu li.tab a:hover span.corners, div#header ul.menu li.tab a.active span.corners
				{
					display		: block;
				}
				
					div#header ul.menu li.tab a span.corner_left
					{
						background-position	: top left;
						left			: 0;
						top			: 0; 
					}
				
					div#header ul.menu li.tab a span.corner_right
					{
						background-position	: top right;
						right			: 0;
						top			: 0; 
					}					
					
div#main
{
	
}

div.sidebar
{
	float			: left;
	width			: 250px;
}

	div.sidebar ul.list
	{
		list-style-type	: none;
		margin-left		: 17px;
		margin-top		: 20px;
	}

		div.sidebar ul.list li a
		{
			display		: block;
			padding		: 10px;
			padding-left		: 20px;
			color			: #000;
			background		: url('../images/link.png') left center no-repeat;
			font-weight		: bold;
			font-size		: 110%;
		}

div.main
{
	background		: #e5eef0 url('../images/main-bg.png') top center repeat-y;
	width			: 728px;
	margin-left		: 247px;
}

div#end
{
	
}


	div#end div.contact
	{
		background		: url('../images/contact-bg.png') no-repeat;
		background-position	: 0 7px;
		height			: 133px;
		width			: 235px;		
		line-height		: 26px;
		padding-left		: 15px;
		padding-top		: 60px;
		color			: #FFFFFF;		
	}

	div#end div.info
	{
		background		: url('../images/end-bg.png') top center no-repeat;
		height			: 192px;
		width			: 728px;
		margin-left		: 247px;
	}


		div#end div.info div.title
		{
			font-size		: 17px;
			font-weight		: bold;
		}
		
		div#end div.info div.form
		{
			float			: left;
			width			: 360px;
			margin			: 15px;
		}

	
			div#end div.info div.form div.text
			{
				font-size		: 13px;
				color			: #00aeef;
				font-weight		: bold;
				margin-bottom		: 15px;
			}

			div#end div.info div.form div.row
			{
				height			: 35px;
			}		

				div#end div.info div.form div.row label.label
				{
					float			: left;
					width			: 120px;
					padding-top		: 5px;
				}
		
		div#end div.info div.info_info
		{
			float			: right;
			width			: 250px;
			margin			: 15px;
			margin-right		: 35px;
			line-height		: 25px;
		}

div#footer
{
	height			: 70px;
	margin-top		: 40px;
	margin-bottom		: 40px;
}

	div#footer div.copy
	{
		float			: left;
		margin-top		: 35px;
		font-weight		: bold;
	}
	
		div#footer div.copy span.special
		{
			color			: #00aeef;
		}

	div#footer div.logo
	{
		float			: right;
		margin-right		: 15px;
	}

	div#footer div.split
	{
		border-top		: 1px solid #c7cfd1;
		margin-right		: 15px;
	}

	div#footer ul.menu
	{
		list-style-type	: none;
		margin-top		: 10px;
	}

		div#footer ul.menu li
		{
			float			: left;
			margin-right		: 15px;
		}
		
			div#footer ul.menu li a
			{
				color			: #728d94;
			}

	div#footer div.build
	{
		float			: right;
		margin-top		: 10px;
		margin-right		: 15px;
		color			: #728d94;
	}

		div#footer div.build a
		{
			color			: #728d94;
		}






