@charset "utf-8";
@import url("reset.css");
a img{
border:none;
}
html{
	height: 100%;
	margin-bottom: 1px;
}	
body{
	background:#fff;
	text-align:center;
	padding:0px 0px 36px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 6px solid #C3110F;
	color: #323433;
	line-height: 130%;

}
a {
	color: #C30C08;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#container{
	width:900px;
	text-align:left;
	margin:0px auto 6px;
	min-height:550px;
	height:auto !important;
	height:550px;
}
div#header{
	width:100%;
	height:120px;
	margin-bottom:50px;
}
div#header ul{
	list-style:none;
	float:right;
	padding:0px;
	margin:0 20px 0 0;
}
div#header ul li{
	float:left;
	width:87px;
	height:38px;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	line-height:35px;
	padding:0px;
	margin:0 3px 0 3px;
}
div#header ul li a{
	color:#333;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	background: url(../images/nav_tab.png) no-repeat 0px 0px;
}
div#header  ul  li a:hover, div#header  ul  li a.current{
	background: url(../images/nav_tab.png) no-repeat -87px 0px;
	text-decoration: none;
	color: #fff;
}
ul#projects-home{
	list-style:none;
	margin:0px auto;
	padding:0px;
	width:90%;
	text-align:center;
}
ul#projects-home li{
	text-align:center;
	height:200px;
	padding:10px;
	width:200px;
	border:1px solid #ccc;
	margin:0px;
}
ul#projects-home  li.hover{
	border:1px solid #BF0000;
}
ul#projects-home li.left{
	margin:0 0 40px 0;
	float:left;
}
ul#projects-home li.center{
	margin:0 60px 40px 75px;
	float:left;
}

ul#projects-home li.right{
	margin:0 0 40px 0;
	float:right;
}
h2{
	color:#BF0000;
	font-size: 25px;
	font-weight: normal;
	margin-right: 24px;
	margin-left: 24px;
}
h3{
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin-top: 15px;
	line-height: normal;
	margin-right: 48px;
	margin-left: 48px;
}
h3 strong {
	font-size: 15px;
}
ul#projects-home li h4{
	font-size:13px;
	color:#333;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
ul#projects-home li h4 a {
	color:#BF0000;
	text-decoration:none;
}
p{
	font-size:13px;
	color:#323433;
	margin-right: 48px;
	margin-left: 48px;
	margin-top: 13px;
}
p.j {
	text-align: justify;
}
p.center {
	text-align: center;
}

span.timeframe{
	font-style:italic;
	color:#999999;
	font-size:11px;
}
div#footer{
	width:100%;
	background:url(images/footer_bg.jpg) repeat-x #161616;
	padding:5px 0 0 0;
	height:290px;
	min-height:290px;
	height:auto !important;
}
ul.portfolio1{
	list-style:none;
	padding:0px;
	float:left;
	margin:0 0px 40px 0;
	font-size:12px;
	line-height:20px;
}
ul.portfolio1 li{
	color:#323433;
	text-align:left;
	width:235px;
	margin-left: 48px;
}
ul.portfolio1 li em {
	color: #999999;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
ul.portfolio1 li a{
	color:#C30C08;
	text-decoration:none;
}
ul.portfolio1 li a:hover{
	text-decoration:underline;
}
#cms_preview {
	float: right;
	width: 364px;
	margin-left: 16px;
}
#cms_preview img {
	border: 2px solid #999999;
}
#screenshots {
	margin-left: 45px;
}
#screenshots img {
	border: 4px solid #999999;
}
#logo{
	float:left;
	margin:10px 0 0 -4px !important;
	margin:10px 0 0 10px;
	text-align: left;
	width: 275px;
	background: url(../images/logo3.png) no-repeat;
	height: 90px;
	overflow: hidden;
}
#logo p {
	font-size: 11px;
	color: #282A29;
	margin: 73px 24px 0px 0px;
	padding: 0px;
	text-align: right;
	line-height: normal;
}
