.clear{
	clear:both;
	font-size:0;
}

img{
	border:0;
}

img.orangeborder{
	border:1px solid #e74e22;
}

a{
	text-decoration:none;
	color:#e74e22;
}
a:hover{
	text-decoration:underline;
	color:#000;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
	color:#e74e22;
	font-family: 'Nova Square', cursive;
}
h1{
	font-size:18px;
}
h1 li{
	font-size:12px;
	font-weight:bold;
}


h2{
	font-size:16px;
}

h3{
	font-size:13px;
}
h4{
	font-size:12px;
	font-weight:normal;
}

#topmenu{
	width:960px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:15px;
	background:url(../images/topmenu-bk.jpg) no-repeat;
}

#topmenu ul{
	width:937x;
	height:53px;
	padding:0;
	list-style-type:none;
	margin:0 auto;
}
#topmenu ul li{
	float:left;
	margin:8px 8px 0 8px;
}

#footer{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
#footer .searchbox{
	background:url(../images/box-search.png) no-repeat;
	border:0;
	width:380px;
	height:30px;
	padding-left:10px;
	margin-left:20px;
}
#footer form{
	display:inline;
}
#footer input, #footer img{
	vertical-align: middle;
}

.half_left, .half_right{
	float:left;
	margin:40px 0 40px 0;
}
.half_right{
}
.half_left{
	border-right:2px solid #000;
}

.readmore{
	text-align:right;
}
.readmore a{
	font-family: 'Nova Square', cursive;
	font-size:12px;
	font-weight:bold;
	color:#e74e22;
}

.label{
	font-family: 'Nova Square', cursive;
	font-size:13px;
	font-weight:bold;
}

.portfolio_box{
	float:left;
	margin:10px;
	/*border:2px solid #FE612E;*/
	width:150px;
	height:150px;
	text-align:center;
}
.portfolio_box_small{
	float:left;
	margin:6px;
	/*border:2px solid #FE612E;*/
	width:70px;
	height:70px;
	text-align:center;
}

p{
	margin:5px 0 0 0;
	padding:0;
}

input.orange, textarea.orange{
	border:2px solid #e74e22;
	width:400px;
}
textarea.orange{
	height:150px;
}

.shade1{
	float:left;
	width:100px;
	height:100px;
	margin:20px;
	border:1px solid #ccc;
}
.shade2{
	width:100px;
	height:100px;
	margin-top:-2px;
	margin-left:-2px;
	border:1px solid #606060;
}
.shade3{
	width:100px;
	height:100px;
	background:#ccc;
	margin-top:-2px;
	margin-left:-2px;
	border:1px solid #404040;
}
.shadedimage{
	width:100px;
	height:100px;
	margin-top:-2px;
	margin-left:-2px;
	border:1px solid #202020;
}

.portfolio-details{
	padding:30px;
	color:#fff;	
}
.portfolio-details h1{
	color:#767676;
	margin-bottom:10px;
	font-size:22px;
}

#breadcrumbs{
	padding-left:30px;
}