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

/*reset */

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;
}
body {
	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;
}
/*============================================*/


#container{ width:1000px; height:630px; background-color:#f1f1f1; margin:0 auto; overflow:hidden; box-shadow:0px 0px 20px black;}
#container2{ width:1000px; padding-bottom:30px;  background-color:#f1f1f1; margin-left:auto; margin-right:auto; margin-bottom:30px; overflow:hidden; box-shadow:1px 1px 20px black;}
#container3{ width:1000px;  background-color:#f1f1f1; margin:0 auto; overflow:hidden; box-shadow:0px 0px 20px black;}
#header{ width:100%; }
#image_box{ width:900px; text-align:center; margin-left:auto; margin-right:auto; margin-top:90px; margin-bottom:40px; }
#midle_container{ width:100%; font-family:Verdana, Geneva, sans-serif;  margin-top:50px; overflow:hidden; }
#midle_container2{ width:100%; text-align:center;  margin-top:50px; overflow:hidden; }
#left{ width:40%; height:400px; background-color:#333333; float:left; margin-right:40px; margin-left:80px;}
#right{ width:40%; height:400px; background-color:#333333; float:left;}
.list{ height:230px; overflow: hidden; width:200px;margin: 20px 20px 0 0; text-align:center;background-color: #333;border: 1px solid #555; float:left;color:#9099a0;  font-weight:bold; font-size:14px;  font-family:Verdana, Geneva, sans-serif }

.list img{ height: 100%;}

.images{  margin-top:10px;}

.portfolio{ margin-left:80px;}

.portfolio li{ width:400px; height: 437px; overflow: hidden;  background-color:#333; float:left; margin-right:30px; margin-bottom:30px; }

.portfolio li img{ width: 100%;}

.portfolio li a{
   display: block;
   overflow: hidden;
}

.press li{ width:142px; margin:20px 20px 0px 0px; float:left; background-color:#333;}

#pics{ width:142px;}
.press_new{ margin-left:60px;}
.press_new li{ width:200px; height:274px; float:left; border:1px solid #333; margin:20px 20px 0px 0px; background-color:#333; list-style-type:none;}


.button {
   
   background: #a8aaab;
   background: -webkit-gradient(linear, left top, left bottom, from(#9099a0), to(#a8aaab));
   background: -webkit-linear-gradient(top, #9099a0, #a8aaab);
   background: -moz-linear-gradient(top, #9099a0, #a8aaab);
   background: -ms-linear-gradient(top, #9099a0, #a8aaab);
   background: -o-linear-gradient(top, #9099a0, #a8aaab);
   padding: 7px 14px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #f1f1f1;
   background: #f1f1f1;
   color: #9099a0;
   }
.button:active {
   border-top-color: #f1f1f1;
   background: #f1f1f1;
   }