/* ----------- Restart-----------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	outline: 0;
}

/* ----------- End Restart-----------------*/
	/*---------------------------- TEXT STYLES ----------------------------*/
h1 {
	font-size: 36px;
	color: #f6691c;
	line-height: 1.3em;
	font-weight: bold;
}

h2, h2 a, h2 a:hover {
	font-size: 30px;
	color: #f6691c;
	line-height: 1.3em;
	font-weight: bold;
}

h3, h3 a, h3 a:hover {
	font-size: 22px;
	color: #f6691c;
	line-height: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 1.3em;
}

h5 {
	font-size: 15px;
	color: #2c2c2c;
	line-height: 1.3em;
}

h6 {
	font-size: 13px;
	color: #2c2c2c;
	line-height: 1.3em;
}

hr {
	background-color: #e8e8df;
	border: #e8e8df;
	height: 1px;
}

ul {
	list-style-image: url(images/bullet.jpg);
	padding-left: 20px;
}

ol {
	padding-left: 20px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: #F55D19;
}

a:hover {
	color: #5ccbda;
}

strong {
	font-weight: bold;
}

em{
	font-style: italic;
	}

/*---------------------------- TEXT STYLES ----------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
	line-height: 1.8em;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #c7e8ea;
	color: #4e2f12;
}

#mainContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.center {
	height: auto;
	width: 958px;
	margin: auto;
	text-align: left;
	padding: 0px;
	position: relative;
}

/*-------------------------MENU---------------------------------*/
#navigationContainer {
	height: 79px;
	width: 100%;
	background-image: url(images/navigation_bg.jpg);
	background-repeat: repeat-x;
}

#menuContainer {
	height: 36px;
	float: left;
	margin-top: 22px;
}

#menu {
	position: relative;
	left: 4px;
}

#menu ul {
	height: 36px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	z-index: 10;
	position: relative;
}

#menu ul li a:hover {
	color: #f6691c;
	background-color: #fff;
}

#menu ul li.selected a, #menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color: #f6691c;
	background-color: #fff;
	
}



/*------------------DROP DOWN MENU------------------------*/
#menu ul li ul {
	position: absolute;
	left: 0px;
	top: 22px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	border-bottom: 1px solid #ececec;
	z-index: 100;
	height: auto;
	padding-top:3px;
	padding-left: 1px;
	visibility: hidden;
}

#menu ul li ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul li ul li a {
	float: left;
	width: 160px;
	border-width: 0px;
	background-color: #fff;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: "Arial";
	padding-left: 10px;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
	color: #f6691c;
	font-weight: bold;
}

#menu ul li.selected ul li a, #menu ul li.current_page_item ul li a  {
	color: #f6691c;
}

#menu ul li ul li.current_page_item a {
	color: #f6691c;
}

#menu ul li.current_page_item ul li a:hover, #menu ul li ul li a:hover {
	color: #b94f16;
}

.hover {
	background-color: #fff;
	color: #689516;
	color: red;
}

#menuContainer,#menu,#navigationContainer {
	position: relative;
	z-index: 2;
}

/*---------------------------- LOGO ----------------------------*/
#logoContainer {
	width: 233px;
	height: 114px;
	background-repeat: no-repeat;
	float: left;
}

#logoContainer a {
	width: 233px;
	height: 114px;
	display: block;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#logoContainer p {
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #6c6c6c;
}

/*---------------------------HEADER----------------------------*/
#header {
	background-repeat: repeat-x;
	width: 100%;
	min-height: 299px;
	overflow: auto;
	margin-top: 40px;
}

/*---------------------------- CONTENT ----------------------------*/
#contentContainer {
	min-height: 360px;
	width: 898px;
	float: left;
	padding: 30px;
	background-image: url(images/content_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f0;
	border: 1px solid #d5d5bc;
}

#pageContentContainer {
	min-height: 360px;
	width: 898px;
	float: left;
	padding: 30px;
	background-image: url(images/page_content_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f0;
	border: 1px solid #d5d5bc;
	border-top: 0px;
}

#pageTop {
	width: 960px;
	height: 10px;
	background-image: url(images/content_top.png);
	margin-top: 70px;
	background-repeat: no-repeat;
}

#content {
	width: 450px;
	float: left;
}

.blogBoxSmall {
	float: left;
	width: 450px;
	margin-top: 20px;
}

.blogBoxSmall img {
	float: left;
	padding: 5px;
	border: 1px solid #f5f5f0;
	background-color: #e7e7dc;
}

.blogBoxSmall p {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.date {
	color: #f6691c;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}

.comments {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}

/*-----------------------  SIDEBAR MENU  ---------------------------*/
#sidebar {
	float: right;
	width: 380px;
	margin-left: 30px;
}

.sidebarBox {
	position: relative;
	background-color: #fff;
	border-left: 1px solid #d5d5bc;
	border-right: 1px solid #d5d5bc;
	width: 315px;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sidebarBox h5 {
	color: #f6691c;
	font-weight: bold;
	font-size: 13px;
}

.sidebarBox hr {
	margin-bottom: 10px;
}

.sidebarTop {
	width: 377px;
	height: 9px;
	background-image: url(images/sidebar_top.png);
}

.sidebarMenu ul {
	padding-left: 12px;
}

.sidebarMenu ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}

.sidebarMenu ul li a {
	color: #4e2f12;
}

.sidebarMenu ul li a:hover {
	color: #5ccbda;
}


.sidebarBottom {
	width: 377px;
	height: 9px;
	background-image: url(images/sidebar_bottom.png);
	margin-bottom: 40px;
}

.sidebarMenu {
	min-height: 50px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*-----------------------  FOOTER  ---------------------------*/
#footer {
	height: auto;
	width: 898px;
	display: block;
	background-color: #2ea6b8;
	border: 1px solid #d5d5bc;
	float: left;
	padding: 30px;
}

#footerBottom {
	position: relative;
	top: -5px;
	left: 0px;
}

.footerBox {
	width: 260px;
	float: left;
	margin-left: 55px;
	color: #FFFFFF;
}

.footerBox:first-child {
	margin-left: 0px;
}

.footerBox img {
	float: left;
}

.footerBox h2 {
	color: #FFFFFF;
	line-height: 30px;
	border-bottom: 2px dotted #c6e3eb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footerBox a {
	color: #fff;
}

.footerBox p {
	border-bottom: 2px dotted #c6e3eb;
	padding-bottom: 10px;
}

.image {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	margin-top: 10px;
}

.footerHr {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	height: 3px;
}

#bottomText ul {
	float: right;
	margin-bottom: 10px;
}

#bottomText ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#bottomText ul li a {
	border-right: 1px solid #666666;
	padding-left: 10px;
	padding-right: 10px;
        color: #4e2f12;
}

#bottomText span {
	float: left;
}

.flower {
	background-image: url(images/flower.jpg);
	width: 32px;
	height: 32px;
	float: left;
}

/*-------------------------BLOG PAGE-------------------------*/
#pageHeader {
	background-color: #6a9716;
	background-image: url(images/page_header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 66px;
	overflow: auto;
}

#pageHeader h2 {
	color: #fff;
}

#pageHeader h5 {
	color: #fff;
	position: relative;
	top: -2px;
}

.postBoxs {
	margin-bottom: -40px;
}

.postBox {
	margin-bottom: 40px;
}

.date {
	text-transform: uppercase;
	color: #ef9100;
}

.postInfo,.postInfo a {
	font-size: 10px;
	margin-bottom: 20px;
	color: #f6691c;
}

.thumbnail {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
}

.moreLink {
	color: #f6691c;
	text-decoration: none;
}

.blogNavigation {
	height: 30px;
	width: 100%;
	margin-bottom: 30px;
}

.blogNavigation a {
	color: #f6691c;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*--------------------SINGLE PAGE STYLES------------------------*/
.pageContainer img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-right: 20px;
}

/*---------------------------- CONTACT PAGE ----------------------------*/
.input {
	width: 300px;
	height: 24px;
	border: 1px solid #b0a4a4;
	background-color: #fff;
	padding-top: 8px;
}

.textArea {
	height: 205px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sendButton {
	width: 80px;
	height: 35px;
	margin-bottom: -5px;
	border: 1px solid #999999;
	border-top: 0px;
}

.errorMessage {
	color: red;
}

.borderImg {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
}

/* --------------- Tab Slider-------------*/
div.wrapper {
	position: relative;
	width: 958px;
	height: 312px;
	padding: 0px;
	overflow: hidden;
	background-image: url(images/slider_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f0;
	border: 1px solid #d5d5bc;
	border-top: 0px;
}

ul.wrapper {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.wrapper li {
	display: block;
	float: left;
	padding: 0;
}

.wrapper  a {
	display: block;
	text-decoration: none;
}

.articleHolder {
	width: 888px;
	height: 240px;
	padding: 35px;
	float: left;
}

#slider {
	width: 958px;
	margin: auto;
	position: relative;
	margin-top: 30px;
}

#sliderTabs {
	height: 45px;
	position: relative;
}

#sliderTabs span {
	color: #fff;
	margin-left: 35px;
}

#sliderTab1 {
	background-image: url(images/tab1.png);
	width: 209px;
	height: 45px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	z-index: 3;
	padding-top: 15px;
}

#sliderTab2 {
	background-image: url(images/tab2.png);
	width: 209px;
	height: 45px;
	background-repeat: no-repeat;
	position: absolute;
	left: 170px;
	top: 0px;
	z-index: 2;
	padding-top: 15px;
}

#sliderTab3 {
	background-image: url(images/tab3.png);
	width: 209px;
	height: 45px;
	background-repeat: no-repeat;
	position: absolute;
	left: 340px;
	top: 0px;
	z-index: 1;
	padding-top: 15px;
}

#sliderLine {
	width: 960px;
	height: 4px;
	background-color: #f55b18;
	font-size: 1px;
}

.leftSliderArrow {
	width: 32px;
	height: 32px;
	background-image: url(images/arrow_left.png);
	position: absolute;
	top: 176px;
	left: -14px;
	z-index: 10;
}

.rightSliderArrow {
	width: 32px;
	height: 32px;
	background-image: url(images/arrow_right.png);
	position: absolute;
	top: 176px;
	right: -14px;
	z-index: 10;
}

.sliderTextContainer {
	width: 450px;
	float: left;
	margin-right: 50px;
	margin-top:-17px;	
}


.sliderImageContainer {
	width: 380;
	float: left;
}

.sliderImageContainer img {
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	padding: 7px;
}

.sliderContent {
	position: relative;
	border: 1px solid red;
	width: 888px;
	height: 240px;
	float: left;
	display: inline;
}

.buttonReadmore a {
	background-image: url(images/readmore_button.jpg);
	background-position: 0 0;
	display: block;
	margin-top: 10px;
	height: 28px;
	width: 96px;
	float: right;
}

.buttonReadmore a:hover {
	background-position: 0px 28px;
}

/*------------------------SIDEABAR TABS AREA---------------------*/
#sidebarTabArea {
	width: 380px;
	margin: auto;
	margin-bottom: 40px;
	position: relative;
	height: auto;
	min-height: 100px;
	overflow: visible;
}

#sidebarContentContainer {
	padding: 30px;
	height: auto;
	background-color: #fff;
	border: 1px solid #dccab9;
}

#sidebarTabs {
	height: 28px;
}

.sidebarTab {
	width: 104px;
	height: 28px;
	background-image: url(images/tab_off.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.sidebarContent {
	position: absolute;
	top: 28px;
	left: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	background-color: #fff;
	border: 1px solid #dccab9;
	width: 315px;
	overflow: visible;
	min-height: 100px;
}

.sidebarTab span {
	line-height: 30px;
	color: #f6691c;
	font-weight: bold;
}

.selectedTab {
	background-image: url(images/tab_on.jpg);
	height: 29px;
	position: relative;
	z-index: 10;
}


/*------------------------------COMMENTS-----------------------------*/

#comments{

}

.commentContainer{
border:#d5d5bc 1px solid;
margin-top:20px;
margin-left:-20px;
background-color:#f7f7ee;
padding:0px;
width:448px;
}

.comentBox{
background-color:#fff;
padding:20px;
width:408px;
min-height:140px;
}

.comentBox img{
margin-right:20px;
margin-bottom:10px;
margin-top:0px;

}
.commentAutor{
float:left;

}
.ComentAutorName{
font-size:12px;
position:relative;
top:-15px;
}

.commentDate{
font-size:10px;
position:relative;
top:-30px;
}

.comentBoxAdmin{
background-color:#ededed;
background-color:#f7f7ee;
}

.wholePagevigation{
width:800px;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
	border:1px solid red;
}

.commentNavigation{
	width:100%;

	height:50px;
	position:relative;
	margin-top:20px;
}

.commentNavigation a{

color: #f6691c;

}

.commentNavigation a span{
	position:relative;
	top:-2px;
}

.commentInput{
	padding-top:4px;
	height:20px;
	width:250px;
	margin-bottom:15px;
}

.commentTextArea{
	width:350px;
	margin-bottom:15px;
}

.leaveReply{
	margin-top:20px;
	}

/*----------------------------SEARCH---------------------------*/

#searchButton{
	width:41px;
	height:27px;
	color:#fff;
	background-image: url(images/go_button.png);
	background-repeat:no-repeat;
	border:0px;
	background-color: #fff;
	position: relative;
	top:-3px;
}

.search{
	width:220px;
	height:15px;
	margin-top:5px;
}


#submitForm{
	margin-top: 30px;
}

#sendButton{
	width:70px;
	height:27px;
	background-image: url(images/send_button.png);
	color:#fff;
	font-weight: bold;
	background-color: #f5f5f0;
	border:0px;
}



/*-------------------------PORTFOLIO PAGE--------------------------*/



.portfolioBoxs{
margin: 0px -10px 0px -10px;

}

.folioBox{
float:left;
border:#d2d2ca 1px solid;
margin-left:10px;
margin-right:10px;
margin-top:20px;
background-color:#f7f7ee;
background-color:#fff;
padding:20px;
width:244px;

}

.folioBoxInside{
border:#fff 1px solid;


}

.folioBox h2{

line-height:1em;

}

.folioBox img{
	margin-top:10px;
	margin-bottom:10px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}

.pageNavigation{
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
}

.pageNavigation a{
	color: #f6691c;
}

.borderImg{
 padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}