@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#wraper {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
#left_column{
	width:180px;
	float:left;
	text-align:center;

}
#right_column{
	width:775px;
	float:left;

}
#top {
	height:50px;
	background:url(../images-layout/bg-top-right-round.png) no-repeat right top;
}

#top_menu {
	height:50px;
	background:#FFFFFF;

}

#top_menu_inner {
	height:45px;
	
}

#middle_city{
	height:66px;
	background:#FFFFFF;}
	
#content_main{
	overflow:auto;
	padding:0;
	background:#FFFFFF;
	}
	
#content_main_inner{
	overflow:hidden;

}

#content_main_inner_second{
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images-layout/corner.jpg) no-repeat top left; float:left; width:500px; padding:15px;
	margin: 10px;
}

#content_main_right {
	position:relative;
	float:left;
	width:220px;
	overflow: hidden;
	}
	
#content_main_right img { padding-top: 20px; }

#blockGry { clear:both; }
#blockGry ul { margin:10px 0 0 7px; padding:0; list-style-type:none; }
#blockGry ul li { background:url(../images-layout/corner.jpg) no-repeat top left; float:left; width:225px; padding:15px; 
	
	
	}


#content_block {
	
	margin:10px 0 0 7px; padding:0; list-style-type:none;
}

#inner_top{

	width: 725px;
	height: 50px;
	background:#FFFFFF;

}

#inner_footer{
	margin-left:50px;
	width: 725px;
	height: 50px;
	background:#FFFFFF;
	
	
	}

#graphic_main{
	margin:0;
	height:200px;
	background:#FFFFFF;
	}
	
#graphic_main_second{
	margin:0; padding:0;
	height:75px;
	}


/* Top Menu */
#navlist{
	margin-left: 5px;
	margin-top: 0;
	padding-top:10px;
	padding-left: 5px;
	list-style-type: none;	
	font: 13px 'Lucida Grande', Arial, sans-serif; 
	}
	
#navlist li{	
	display: inline; 
}

#navlist li a{
	text-decoration: none;
	padding: 5px 15px;
	color:#333333;
	background:url(../images-layout/top-bar-menu.jpg) repeat-x;
	/*background-color: #b0f664;*/
	border:1px solid #00CCFF;
}
	
#navlist li a:hover{
	background:#66FFFF;
	/*background-color:#ccf69f;*/
	border:1px solid #33CC66;
}
/* End Top Menu */


#footer {
	height:50px;
	background:url(../images-layout/bg-bottom-left-round.png) no-repeat bottom left;
	text-align:center;
}

p {
	
	margin-top: 3px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;

}
h1 {
	font-size: 20px;
	color: #FF9900;
}

h2{
	font-size: 18px;
	color:#693;
	margin-bottom:0;
}

.titles{
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	font-size:22px;
	color:#FF9900;
}
.subtitles{
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	font-size:16px;
	color:#66CC00;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

/* portfolio boxes */

#port_wraper {}

#port_row {width:485px; padding:5px; overflow:auto;}

#port_row_left {float:left; position:relative; border:#ccc solid 1px; width:205px; height:auto; padding:10px; text-align:center;}

#port_row_right {float:left; position:relative; border:#ccc solid 1px; width:205px; height:auto; padding:10px; margin-left:20px; text-align:center;}

#port_row_left:hover, #port_row_right:hover {
	border:#F90 solid 1px;
	background:#FFC;
	
	}






