

body, div, table, td, th, tr, p, span, img{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
    vertical-align: top;
}

body{
background: rgb(83,83,83); /* Old browsers */
background: -moz-linear-gradient(left, rgba(83,83,83,1) 42%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(42%,rgba(83,83,83,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(83,83,83,1) 42%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(83,83,83,1) 42%,rgba(25,25,25,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(83,83,83,1) 42%,rgba(25,25,25,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#191919',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(83,83,83,1) 42%,rgba(25,25,25,1) 100%); /* W3C */

}

#logo{
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	margin-top: 80px;
	text-align: right;
}

#menu_main{
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	font-size: 27px;
	letter-spacing: 0px;
	word-spacing: -1px;
}

#menu_main ul{
	margin: 5px;
	padding: 0;
	list-style-type: none;
}

#menu_main li{
	display: inline;
	margin-right: 20px;
}

#menu_main a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu_main a:hover, #menu_main a.class_tag_nav_active{
	color: #EC7645;
}

#menu_sub{
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	font-size: 14px;
	padding-bottom: -1px;
}

#menu_sub ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: -1px;
}

#menu_sub li{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	border-right: 1px solid #535353;
}

#menu_sub a{
	display: block;
	clear: both;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	padding-right: 15px;
    border-radius: 10px 10px 0px 0px;
	padding-left: 15px;
}

#menu_sub a:hover, #menu_sub a.class_tag_nav_active{
	background-color: #FFFFFF;
	color: #EC7645;
}

hr.floatclear{
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#content{
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	width: 828px;
	background-color: #FFFFFF;
    border-radius: 0px 10px 10px 10px;
	color: #535353;
	padding: 15px;	
    line-height: 13pt;
	padding-bottom: 0px;
}

#content a{
	color: #EC7645;
	text-decoration: none;
}

#content input{
	border-style: dotted;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#content textarea{
	border-style: dotted;
    padding-top: 0px;
    padding-bottom: 7px;
}

#content a:hover{
	text-decoration: underline;
}

#content h1{
	float: left;
	color: #EC7645;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -15px;
	padding: 15px;
    border-radius: 0px 10px 10px 0px;
	background-color: #535353;
}

#content h2 {
    clear: both;
    color: #535353;
    font-size: 18px;
    font-weight: bold;
}

#content h3{
	clear: both;
	text-transform: uppercase;
	color: #EC7645;
	font-size: 14px;
	font-weight: normal;
}

#content h4{
	clear: both;
	color: #EC7645;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#content h5 {
    clear: both;
    color: #535353;
    font-size: 10px;
}

#content h6{
	float: middle;
	color: #EC7645;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 5px;
	background-color: #535353;
}

#content p{
	clear: both;
}

#content div{
	clear: both;
}

#content .gallery_preview img, #content .gallery img{
	margin: 0;
	border: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}

#content .blogentry_by_date .headline{
	font-weight: bold;
}

#content .blogentry_by_date .headline span{
	font-style: italic;
}

#foot{
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	min-height: 50px;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: right;
}
#content div.portfolio{
	text-align:left;
    width:30%;
    float:left;
}


.blogentry_by_date{
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 2px solid #535353;
    border-bottom-style:dotted;
}

.blogentry_by_date .headline{
	font-weight: bold;
}

.blogentry_by_date .headline span{
}

.blogentry_by_date .headline a{
	text-decoration: none;
}

.blogentry_by_date .headline a:hover{
	text-decoration: underline;
}

.blogentries_by_date{
	margin-bottom: 40px;
}

.news_back_bottom{
	text-align: right;
}

.news_back_bottom a, .news_back_top a{
	text-decoration: none;
}

.news_back_bottom a:hover, .news_back_top a:hover{
	text-decoration: underline;
}
