@charset "utf-8";
/* CSS Document */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
*{
	border:none;
	margin:0;
	padding:0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear{clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;}
*{
	padding:0;
	margin:0;
	border:none;
}
/*hover fix for ie6*/
body{behavior:url('cssHoverFix.htc');}
/*eo hover fix*/
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body{
	background-color:#111;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#FFF;
	height:100%;
}
.page_border{
	border:1px solid #414141;
	border-top:none;
	width:1000px;
	padding-bottom:60px;
	margin: 0 auto;
	margin-bottom:20px;
}
.header{
	height:180px;
	text-align:center;
}
.header a.logo{
	display:block;
	padding-top:20px;
}
#horiz_nav{
	height:80px;
}
#horiz_nav li {
	display:inline;
	padding-right:29px;
}
#horiz_nav li a{
	font:20px/30px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#D8D8D8;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}
#horiz_nav li a:hover{
	text-decoration:none;
	color:#FFF;
	text-shadow:0 0 10px rgba(255,255,255,0.5);
}
.rounded{
	background-color:#FFF;
	padding:2px;
}
.rounded_img{
	display:block;
}
.large_list{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.large_list li{
	display:block;
	line-height:26px;
	font-size:26px;
	padding-bottom:14px;
	text-transform:uppercase;
	color:#CFCFCF;
}
.large_list li:nth-child(2n){
	font-weight:bold;
}
.push_1c{
	left:40px;
}
.push_1d{
	left:70px;
}
.shinyBtn{
	position:relative;
	background:transparent url(../images/btn.png) no-repeat 0 0 scroll;
	height:82px;
	width:320px;
	display:block;
	font:30px/47px Georgia, "Times New Roman", Times, serif;
	color:#2C2C2C;
	text-shadow:1px 1px rgba(255,255,255,0.5);
	text-align:center;
	margin-top:52px;
	
}.shinyBtn:hover{text-decoration:none;}
.shiny{
	display:block;
	position:absolute;
	background:transparent url(../images/lignt.png) no-repeat 0 0 scroll;
	height:23px;
	width:106px;
	left:0px;
	top:-10px;
}
.shiny2{
	display:block;
	position:absolute;
	background:transparent url(../images/lignt.png) no-repeat 0 0 scroll;
	height:50px;
	width:106px;
	left:200px;
	top:35px;
}
.footer{
	height:20px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	color:#777;
	text-align:center;
	padding-bottom:20px;
}
.rounded_img+.rounded_img{
	margin-top:2px;
}
.rounded img{
	display:block;
}
.portfolio{
}
.portfolio a{
	display:inline-block;
	float:left;
	margin-left:6px ;
	padding-bottom:8px;
}
.portfolio a img{
	border:1px solid #CCC;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
.grid_img a:nth-child(2n){
	margin-left:10px;
}
.border_right{
	border-right:1px dotted #2E2E2E;
}
ul.disc{ padding-left:20px; text-align:left; padding-bottom:20px;}
ul.disc li{
	list-style:disc;
	padding-bottom:10px;
}