﻿@charset "utf-8";
/* CSS Document */
*
		{
		margin: 0;
		padding: 0;
		}

body, html
		{
		height: 100%;
		}

body
		{
		background-image: url(../wsimages/body_bg.jpg);
		background-repeat: repeat-x;
		background-color: #cfd3d9;
		/* border-bottom: solid 1px #cfd3d9; */
		}

div#mainwrapper
		{
		width: 874px;
		margin: 0 auto;
		}

		div#header_menu
				{
				background-image: url(../wsimages/header_menu_bg.png);
				background-repeat: no-repeat;
				background-position: left 60px;
				padding: 60px 0 0 0;
				height: 34px;
				}
		
		div#header_submenu
				{
				background-image: url(../wsimages/header_submenu_bg.png);
				background-repeat: no-repeat;
				height: 24px;
				overflow: hidden;
				}
		
		div#header_submenu_closed
				{
				background-image: url(../wsimages/header_submenu_closed_bg.png);
				background-repeat: no-repeat;
				height: 24px;
				overflow: hidden;
				}
		
div#contentwrapper
		{
		background-image: url(../wsimages/contentwrapper_bg.png);
		background-repeat: repeat-y;
		padding: 0 3px 1px 4px;
		}
		
		div#content
				{
				background-image: url(../wsimages/content_bg.jpg);
				background-repeat: no-repeat;
				min-height: 400px;
				padding: 56px 44px 0;
				}
				
				div#content_left
						{
						width: 464px;
						margin-right: 66px;
						float: left;
						}

						
						div#experience
								{
								text-align: center;
								margin: 0;
								}
						
						div#experience img
								{
								border: none;
								padding: 0;
								margin: 0 auto;
								display: block;
								}

				div#content_right
						{
						width: 248px;
						float: left;
						}

div#footer
		{
		background-image: url(../wsimages/footer_bg.png);
		background-repeat: no-repeat;
		height: 84px;
		padding-bottom: 10px;
		overflow: hidden;
		}

div#footer span#all_rights
		{
		background-image: url(../wsimages/all_rights.gif);
		height: 11px;
		width: 300px;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		margin: 65px 0 0 50px;
		}

div#footer a#design_by
		{
		background-image: url(../wsimages/design_and_consept.gif);
		height: 11px;
		width: 178px;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		margin: 65px 0 0 530px;
		}

div#footer a#developed_by
		{
		background-image: url(../wsimages/powered_by_idlmedia.gif);
		height: 11px;
		width: 107px;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		margin: 65px 0 0 715px;
		}
		

/**/
.clear
		{
		clear: both;
		display: block;
		height: 1px;
		overflow: hidden;
		}