/* `body
----------------------------------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
}

.new_width {
	width:965px !important;
}


.header_container {
	margin:0;
	padding:0;
	background: url(../images/header.jpg) no-repeat left top;
}


/* `nav 
----------------------------------------------------------------------------------------------------*/

.nav {
    width:440px !important;
	float:right;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.nav ul li {
	float:left;
}

.nav ul a {
	display:block;
	padding: 0 1.3em;
	line-height:3.2em;
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.nav ul a:hover {
	text-decoration:underline;
}

.nav ul .current a {
	border-bottom:4px solid #313131;
}



/* `feat 
----------------------------------------------------------------------------------------------------*/

.feat_bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:23px 0 0 0;
}

.feat_holder {
	margin:0;
	padding:0;
	background-image: url(../images/feature_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:321px;
	width:965px;
	display:block;
}

.feat_bottom {
	margin:0;
	padding:0;
	background-image: url(../images/feature_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:97px;
}

.feat_container {
	margin:0;
	padding:0;
}

.feat_pic {
	margin-top:37px;
	margin-left:15px;
}

.feat_text {
	margin-top:55px;
}

.feat_text h2 {
	font-size:40px;
	color:#000000;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	background-image: url(../images/feat_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}


.feat_text p {
	font-size:14px;
	color:#000000;
	line-height:1.5em;
}

.feat_text a {
	font-size:13px;
	color:#000000;
	line-height:2.5em;
	background-image: url(../images/feat_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:10px;
	text-decoration:none;
}

.feat_text a:hover {
	text-decoration:underline;
}


.feat_bottom_text h2 {
	font-size:30px;
	color:#000000;
	font-weight: bold;
	padding: 0;
	margin: 22px 0 0 20px;
}


.feat_bottom_buttons {
	margin:0 0 0 20px;
	padding:0;
}

.feat_left {
	height:66px;
	width:218px;
	margin:0;
	padding:0;
	float:left;
	background-image: url(../images/feat_bottom_line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.feat_left a {
	height:35px;
	width:171px;
	margin:15px 0 0 15px;
	padding:0;
	display:block;
	font-size:16px;
	color:#000000;
	line-height:2.3em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
}

.feat_left a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0 -35px;
}

.feat_right {
	margin:0;
	padding:0;
	float:left;
}

.feat_right a {
	height:35px;
	width:171px;
	margin:15px 0 0 30px;
	padding:0;
	display:block;
	font-size:16px;
	color:#FFFFFF;
	line-height:2.3em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -70px;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
}

.feat_right a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -105px;
}



/* `homt sub content 
----------------------------------------------------------------------------------------------------*/

.content_container {
	margin:0;
	padding:0;
}

.content_box img {
	margin:0 0 10px 0;
	padding:0;
}

.content_box h2 {
	font-size:25px;
	color:#935b0d;
	font-weight: bold;
	line-height:1.1em;
	margin-bottom:5px;
}

.content_box span {
	font-size:17px;
	color:#000000;
    display:block;
	padding-top:7px;
	text-transform:uppercase;
}

.content_box p {
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	margin-bottom:16px;
}


.content_box a {
	height:32px;
	width:80px;
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	line-height:2.5em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
	text-decoration:none;
	text-align: center;
}

.content_box a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -172px;
}

.middle_box {
    padding:0 10px 0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-left-color: #B2B2B2;
}


.middle_box img {
	margin:0 0 10px 0;
	padding:0;
}


.middle_box h2 {
	font-size:25px;
	color:#935b0d;
	font-weight: bold;
	line-height:1.1em;
	margin-bottom:5px;
}

.middle_box span {
	font-size:17px;
	color:#000000;
	display:block;
	padding-top:7px;
	text-transform:uppercase;	
}

.middle_box p {
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	margin-bottom:16px;
}


.middle_box a {
	height:32px;
	width:80px;
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	line-height:2.5em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
	text-decoration:none;
	text-align: center;
}


.middle_box a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -172px;
}



/* `sub page  
----------------------------------------------------------------------------------------------------*/

.page_container {
	padding:50px 0 0 0;
}


.page_container h1 {
	font-size:30px;
	color:#935b0d;
	border-bottom: 5px solid #000000;
	padding: 0 0 15px 0;
	margin-bottom:10px;
	
}


.page_container img {
	margin:5px 0 10px 0;
}

.page_container p {
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	margin-bottom:10px;
	
}


.page_side {
	padding:50px 0 0 0;
}

.page_sidebar {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	width:296px;
	background-image: url(../images/sidebar_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



.contact_sidebar {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	width:296px;
	background-image: url(../images/sidebar_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contact_sidebar h3 {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	padding:10px 0 10px 15px;
}

.contact_sidebar p {
	font-size: 13px;;
	color: #626161;
	padding:10px;
	line-height:1.5em;
}

.contact_sidebar a {
     color: #626161;
	text-decoration:none;

}


.contact_sidebar a:hover {
	text-decoration:underline;

}

.sidebar_header {
	margin:0;
	padding:0;
	background-image: url(../images/sidebar_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar_bottom {
	background-image: url(../images/sidebar_bg.jpg);
	background-position: left top;
}

.page_sidebar h3 {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	padding:10px 0 10px 15px;
}


.page_sidebar p {
	font-size: 13px;;
	color: #626161;
	padding:10px;
	line-height:1.5em;
}




.page_sidebar a {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -248px;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:44px;
	line-height:2.6em;
	margin:15px 0 0 15px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:243px;
}

.page_sidebar a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -204px;
}




/* `blog page  
----------------------------------------------------------------------------------------------------*/

.blog_container {
	padding:50px 0 0 0;
}

.blog_hold {
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}

.blog_left {
	margin:0;
	padding:0;
	float:left;
	width:208px;
}

.blog_left img {
	margin:0;
	padding:5px;
	background-color:#FFFFFF;
	border: 1px solid #D7D7D7;
}

.blog_right {
	margin:0 0 0 10px;
	padding:0;
	float:left;
	width:400px;	
}

.blog_right h2 {
	font-size: 30px;
	font-weight: bold;
	padding:5px 0 15px 0;
	margin:0;	
}

.blog_right a {
	color: #000000;	
	text-decoration:none;
}

.blog_right a:hover {
	text-decoration:underline;
}

.blog_right span {
	background-color:#9B241E;
	color:#FFFFFE;
	padding:3px 8px;
	font-size: 13px;
	margin:5px 0 5px 0;
}

.blog_right span a {
	color:#FFFFFE;
	text-decoration:none;
}

.blog_right span a:hover {
	text-decoration:underline;
}

.blog_right p {
	font-size: 12px;
	color: #000000;
	padding:0;
	margin:15px 0 10px 0;
	line-height:1.5em;	
}

.blog_right .blog_link {
	font-size: 13px;
	font-weight: bold;
	color:#9B241E;
	background-image:url(../images/blog_arrow.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	text-decoration:none;
}


/* `blog single page 
----------------------------------------------------------------------------------------------------*/


.blog_single {
	margin:0;
	padding:0;
}

.blog_single_header {
	padding:5px 0 15px 0;
	margin:0;
	border-bottom:5px solid #000000;
}

.blog_single_header h1 {
	font-size: 30px;
	font-weight: bold;
	color:#930D0D;
	padding:0 0 5px 0;
	margin:0;
}


.blog_single_header span {
	color:#8A8A8A;
	font-size:12px;
}

.blog_single_header a {
	color:#8A8A8A;
	text-decoration:none;
}

.blog_single_header a:hover {
	text-decoration:underline;
}


.blog_single_content {
	margin:0;
	padding:10px 0 0 0;
	}
	
	
.blog_single_content p {
	font-size: 14px;
	padding-bottom:1em;
	line-height:1.5em;
	}
	
	
.blog_single_content blockquote {
	border-left:6px solid #000000;
	color:#000000;
	padding-left:12px;
	margin-bottom:1em;
}	


.blog_single_content h1, .blog_single_content h2, .blog_single_content h3, .blog_single_content h4, .blog_single_content h5, .blog_single_content h6 {
	color:#000000;
	font-weight:normal;
	padding-bottom:6px;
	margin-bottom:6px;
}


.blog_single_content ol, .blog_single_content ul {
	line-height:24px;
	margin:0 0 16px 24px;
}


.blog_single_content ul li {
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

.blog_single_content ol li {
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}	







/* `comment
----------------------------------------------------------------------------------------------------*/


.comment {
	margin:0 0 20px 0;
}

.comment h3 {
	font-size: 21px;
	font-weight: bold;
	color: #930D0D;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height:1em;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}



.comment a {
	font-size: 12px;
	color: #282B2E;
	line-height:1em;
	text-decoration:none;
}

.comment a:hover {
	text-decoration:underline;
}

#commentform p {
	font-size: 12px;
	color: #282B2E;
	margin:0;
}

#commentform input {
	font-size:14px;
	margin-bottom:12px;
	border:1px solid #CCCCCC;
	color: #282B2E;
	margin-right:15px;
	padding:7px;
}

#commentform textarea {
	border:1px solid #CCCCCC;
	color:#777777;
	height:200px;
	margin:10px 0 12px 0;
	padding:10px;
	width:80%;
}



#commentform #submit {
	background-color:#590D09;
	border:1px solid #3B0805;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Verdana,sans-serif;
	padding:6px 15px;
}

.comments-box {
	margin: 0 0 20px 0;
	}


.comments-box h4 {
	font-size: 21px;
	font-weight: bold;
	color: #930D0D;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #282B2E;
	line-height:1em;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

.comments-box li {
	color: #282B2E;
	margin:0;
	padding:15px;
	border-bottom:1px dotted #CCCCCC;
}

.comments-box .commentlist ol {
	margin:0 0 15px;
}

.comments-box .comment_meta {
	float:left;
	display:block;
	width:100px;
}


.comments-box .comment_meta img {
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #CFCFCF;
	margin:0;
	padding:5px;
}

.comments-box #authdatetime  {
	margin: 0 0 10px 0;
}

.comments-box #authdatetime .c_author {
    font-size: 21px;
	font-weight:normal;
	color: #282B2E;
}

.comments-box #authdatetime .c_date {
    font-size: 14px;
	color: #282B2E;
	font-style:italic;
}

.comments-box #authdatetime .c_time {
    font-size: 14px;
	color: #282B2E;
	font-style:italic;
}


/* `blog side bar 
----------------------------------------------------------------------------------------------------*/


.cat_sidebar {
	margin:0;
	padding:0;
	width:296px;
	
}

.cat_sidebar h3 {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 10px 15px;
}

.cat_bottom {
	background-image:url(../images/sidebar_bg.jpg);
	background-position:left top;
	margin: 0 0 10px 0;
}


.cat_sidebar ul {
	padding:10px;
	background-image:url(../images/sidebar_footer.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
}

.cat_sidebar ul li {
	margin:0 0 6px;
	padding:0 0 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C4C5;
}

.cat_sidebar a {
	color: #626161;
	text-decoration: none;
	background-image:url(../images/list_arrow_bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:25px;
}


.cat_sidebar a:hover {
	text-decoration:underline;
}



.arc_sidebar {
	margin:20px 0 0 0;
	padding:0;
    width:296px;

}

.arc_sidebar h3 {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 10px 15px;
}

.arc_bottom {
	background-image:url(../images/sidebar_bg.jpg);
	background-position:left top;
	margin: 0 0 10px 0;
}

.arc_sidebar ul {
	padding:10px;
	background-image:url(../images/sidebar_footer.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
}

.arc_sidebar ul li {
	margin:0 0 6px;
	padding:0 0 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C4C5;
}

.arc_sidebar a {
	color: #626161;
	text-decoration: none;
	background-image:url(images/list_arrow_bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:25px;
}


.arc_sidebar a:hover {
	text-decoration:underline;
}

.Sea_sidebar {
    width:296px;
	background-image:url(../images/sidebar_bg.jpg);
	background-position:left top;
}

.Sea_sidebar h3 {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 10px 15px;
}


.Sea_bottom {
	padding:10px;
	background-image:url(../images/sidebar_footer.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
}


.Sea_bottom .submit_button {
	cursor:pointer;
	padding:6px 10px;
	background-color:#000000;
	border:1px solid #000000;
    color:#FFFFFF;
    cursor:pointer;
}


.Sea_bottom #search_term  {
	border:1px solid #CCCCCC;
	color:#282B2E;
	font-size:14px;
	padding:7px;
	width:200px;
}







/* contact Form
----------------------------------------------------------------------------------------------------*/

#contactform input {
	border:1px solid #CCCCCC;
	color:#282B2E;
	font-size:14px;
	margin-bottom:12px;
	margin-right:15px;
	padding:7px;
}


#contactform label {
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-top:5px;
	margin:0;
	text-transform:uppercase;
}



#contactform textarea {
	border:1px solid #CCCCCC;
	color:#777777;
	height:200px;
	margin:10px 0 12px;
	padding:10px;
	width:500px;
	
	}


#contactform #submit {
	background-color:#590D09;
	border:1px solid #3B0805;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Verdana,sans-serif;
	padding:6px 15px;
}


/* `portfolio  
----------------------------------------------------------------------------------------------------*/


.banner_container {
	margin:0;
	padding:0;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.banner_container h2 {
	margin:0;
	padding:20px 0 20px 20px;
	color:#000000;
	font-size:30px;
	text-align: right;
}




.sub_page_container {
	margin:0;
	padding:0;
	width:100%;
	background-color: #FFFFFF;
	background-image: url(../images/sub_pagebg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.portfolio_container {
	margin:0;
	padding:50px 0 0;
}


.portfolio_box  {
	margin:10px 0 0 0;
	padding:20px 0 0 0;
	height:342px;
}



.portfolio_box img {
	margin:0 0 10px 0;
	padding:0;
}

.portfolio_box h2 {
	font-size:25px;
	color:#930D0D;
	font-weight: bold;
	line-height:1.1em;
	margin-bottom:5px;
}

.portfolio_box span {
	font-size:17px;
	color:#000000;
	display:block;
	padding-top:7px;
	text-transform:uppercase;
}

.portfolio_box p {
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	margin-bottom:16px;
	margin-right:20px;
}



.portfolio_box .view_btn  {
	height:32px;
	width:80px;
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	line-height:2.5em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
	text-decoration:none;
	text-align: center;
	float:left;
}

.portfolio_box a:hover {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -172px;
}


.portfolio_box .vist_btn  {
	height:32px;
	width:80px;
	margin:0 0 0 9px;
	padding:0;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	line-height:2.5em;
	font-weight: bold;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
	text-decoration:none;
	text-align: center;
	float:left;
}









/* `footer 
----------------------------------------------------------------------------------------------------*/

.footer {
	margin:30px 0 0;
	padding:0;
	background-color: #C1C0BE;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.footer_container {
	margin:0;
	padding:90px 0 50px 0;
}

.footer_left p {
	font-size:13px;
	color:#5A5959;
	line-height:1.1em;
}

.footer_right  {
	float:right;
}

.footer_right p {
	margin:0;
	padding:0;
	font-size:15px;
	color:#5A5959;
}


.footer_right a {
	padding: 0 1.3em;
	text-decoration:none;
	color:#5A5959;
}


.footer_right a:hover {
	text-decoration:underline;
}





.footer_right ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.footer_right ul li {
	float:left;
}

.footer_right ul a {
	display:block;
	padding: 0 1.3em;
	text-decoration:none;
	font-size:13px;
	color:#5A5959;
	background-image: url(../images/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer_right ul a:hover {
	text-decoration:underline;
}

.footer_right ul .first a {
	background:none;
}
