/*************************************************************
*                         page layout                        *
*************************************************************/

* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	padding-top: 20px;
}

body {
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	background-color: #1B1A1A;
}

#wrap {
	width:750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
	padding: 10px;
	background-image: url(web_images/im_wrab_bg.png);
}

/*************************************************************
*                           layout                           *
*************************************************************/

#banner {
	width:750px;
	height:120px;
	top:10px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(web_images/im_banner_home.png);
}

#menu {
	width:750px;
	height:49px;
	background-repeat: no-repeat;
	
}

#content {
	width:520px;
	height:420px;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	overflow: auto;
	left: 136px;
	top: 192px;
	border: 1px none #FFFFFF;
}

#right {
	width:210px;
	height:420px;
	float:right;
	margin: 10px;
}

/*************************************************************
*                           menu                             *
*************************************************************/

DIV.center {
	text-align: center;
}
.menu {
	display: block;
	width: 750px;
	color: #fff;
	padding-top: 10px;
	text-align: left;
	text-indent: 17px;
	font-weight: normal;
}
.menu a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	font-weight: normal;
}
.menu a:active {
	color: #FFFFFF;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color: #999999;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: normal;
}

/*************************************************************
*                           misc                             *
*************************************************************/
#content p{
	padding:3px 15px 10px 15px;
}

#right p{
	padding:10px 15px 10px 15px;
}

a{
	text-decoration:none;
	color:#CCCCCC;
}

a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

img {
	margin:0px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*************************************************************
*                           headers                          *
*************************************************************/
#banner h1 {
	color:#333;
	font-size:1.7em;
	font-weight:bold;
	padding:50px 0 0 40px;
}

h2 {
	font-size:1em;
	text-align:left;
	color:#FFFFFF;
	padding:10px 15px 3px 15px;
}

h3 {
	font-size:1em;
	text-align:left;
	color:#0099FF;
	padding:10px 15px 3px 25px;
}

h4 {
	font-size:1em;
	text-align:left;
	color:#0099FF;
	padding:10px 15px 3px 35px;
}
#right_links {
	width:180px;
	height:420px;
	float:right;
	background-repeat: no-repeat;
	padding-right: 40px;
	background-image: url(web_images/im_right_ill.png);
}
#content2 {

	width:750px;
	height:420px;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	left: 136px;
	top: 192px;
	border: 1px none #FFFFFF;
}
#footer {


	width:750px;
	height:420px;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	left: 136px;
	top: 192px;
	border: 1px none #FFFFFF;
}
#right_clients {

	width:210px;
	height:420px;
	float:right;
	background-repeat: no-repeat;
	padding-right: 10px;
	background-image: url(web_images/im_right_clients.jpg);
}
#right_contact {

	width:210px;
	height:420px;
	float:right;
	padding-right: 10px;
}
#content3 {
	width:750px;
	height:420px;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	left: 136px;
	top: 192px;
	border: 1px none #FFFFFF;
	overflow: auto;
}
