/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}

html, body {background-color:#f5f5f5;line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	background-color: #CCC;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

a {	text-decoration:none;color:black;}

a.hover {text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;
	line-height:100%;margin-top:0;}

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

h2 {font-size:16px;	color:#000;}

h3 {font-size:12px;	color:#000;}

/*----------------------end reset css-------------------*/

#wrapper {
	width:900px;
	height:660px;
	background-color:#E1E1E1;	
}

#header-gallery {
	width:300px;
	height:90px;
	float:left;
	margin:30px 0 30px 10px;
}

#header-services {
	width:300px;
	height:90px;
	float:left;
	margin:30px 0 20px 10px;
}


#header-contact {
	width:300px;
	height:90px;
	float:left;
	margin:30px 0 20px 10px;
}

#header-main {
	width:300px;
	height:90px;
	float:left;
	margin:30px 0 10px 10px;
}

.menu ol {
	float:right;
	display:block;
	width:380px;
	height:20px;
	margin:100px 0 0 0;
	text-align:right;
}

.menu li {
	display:inline;
}
.menu li a {
	color:#666;
	padding-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
}

.menu li a:hover {
	color:#F60;
}

#content-main-page {
	clear:both;
	width:900px;
	height:350px;
}

#content-services {
	clear:both;
	width:900px;
	height:320px;
}

#content-gallery {
	background-color:#CCC;
	clear:both;
	width:900px;
	height:900px;
	border-top:12px solid #999;
}

#table-services {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:880px;
	height:300px;
	text-align:left;
	padding:10px;
}

#table-services th {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	padding:10px 15px;
	color:#003399;	
	border:2px solid #FFFFFF;	
}

#table-services td {
	font-size:11px;
	margin:10px;
	padding:10px;
	color:#666666;
	line-height:18px;
	border:2px solid #FFFFFF;	
}

.table-paragrph-footer {
	margin:15px 40px;
	color:#666;
}

#img_wrapper {
	width:900px;
	height:350px;
	overflow:hidden;
}

----------------------slider-------------------------

.fadein { position:relative; width:880px; height:350px; }
.fadein img { position:absolute; left:0; top:0; }

#images-banner {
  height:350px;
  width:880px;
  margin:0 auto;
  position:relative;
  background:#fff;
  border:10px #000 solid;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

----------------------end slider---------------------

#gallery_web_client ol {
	width:900px;
	height:450px;
	display:block;
}

.web_picts img {
	text-align:center;
	padding:10px 20px;
	display:inline;
	margin:0;
}


#content-blue {
	position:relative;
	margin:20px auto;
}

#blue_strip {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}

#logo_m img {
	position:absolute;
	right:40px;
	top:10px;
	z-index:20;
}

#footer {
	
}
