﻿/* ----- General Styling ----- */

body {
    font-family:"Century Gothic";
}

.container, #latest_works, #bottom_content, #download {
    margin: auto;
    width: 1000px;
}
#containter h3 {
	font-family:"Century Gothic";
	color:#094e8f;
	font-weight:bold;
	font-size:20px;
}
.bold_text {
    font-weight: bold;
}

.blue_text {
    color: #094e8f;
    font-size: 15px;
}

/* ----- General Styling ----- */

/* ----- Header Styling ----- */

#header {
    background: #094e8f;
    height: 120px;
}

h1 {
    float: left;
    margin-top: 20px;
}

h1 a {
    background: url(../images/logo1.jpg) no-repeat;
    display: block;
    height: 83px;
    text-indent: -9999px;
    width: 270px;
}

/* ----- Header Styling ----- */

/* ----- Main Navigation Styling ----- */

#main_menu {
    float: right;
    margin-top: 54px;
}

.first_list {
    float: left;
    margin: 0 14px;
}

.main_menu_first {
    color: #fff;
    font-size: 18px;
    padding: 14px 14px;
    font-family:"Century Gothic";
}

.main_menu_first:hover {
    border-top: 5px solid #ac1c37;
}

.with_dropdown {
    position: relative;
}

.with_dropdown li a {
    display: block;
}

.with_dropdown ul {
    background: #fff;
    border-bottom: 5px solid #ac1c37;
    padding: 12px 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 197px;
}

.first_list:hover.first_list ul {
    visibility: visible;
}

.with_dropdown .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    padding-right: 23px;
}

.with_dropdown:hover .main_menu_first {
    background: #fff url(../images/arrow_down.png) no-repeat 92%;
    border-top: 5px solid #0191C5;
    color: #0191C5;
}

.main_menu_second {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

.main_menu_second:hover {
    color: #0191C5;
}

.main_current {
    border-top: 5px solid #ac1c37;
}

/* ----- Main Navigation Styling ----- */

/* ----- Slideshow Styling ----- */

#slideshow_area {
	background-image:url('../images/body-bg.jpg');
    border-top: 1px solid #fff;
    padding: 19px 0 28px 0;
}

#mid_content {
    border-bottom: 1px solid #fff;
    background: #e8ebf1;
    height: 300px;
}

#slideshow_pagination {
    margin: 10px auto;
    width: 160px;
}

#slideshow_pagination li {
    float: left;
    margin: 0 9px;
}

#slideshow_pagination a {
    background: url(../images/grey_button.png) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
}

#slideshow_pagination a.current {
    background: url(../images/white_button.png) no-repeat;
}

/* ----- Slideshow Styling ----- */

/* ----- Home Mid Content Styling ----- */

.mid_content_info {
    float: left;
    font-size: 13px;
    margin-top: 60px;
    width: 220px;
}

.mid_content_info h2 {
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 15px;
    padding: 12px 0 0 59px;
}

.mid_content_info p {
    color: #363636;
    line-height: 20px;
    margin-bottom: 22px;
}

.mid_content_info a {
    color: #0191C5;
}

.mid_content_info a img {
    margin: 0 8px 1px 0;
}

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

.mid_content_space {
    margin-right: 40px;
}

#latest_works {
    clear: left;
}

#carousel_nav {
    float: right;
    margin-top: 20px;
}

#carousel_nav a {
    margin-left: 6px;
}

#carousel_wrapper {
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
    clear: left;
    height: 220px;
}

#carousel_wrapper li {
    float: left;
    margin: 30px 15px;
}

/* ----- Carousel and Portfolio Styling ----- */

#carousel_wrapper li, #portfolio_list li {
    height: 160px;
    position: relative;
    width: 220px;
}

#carousel_wrapper li a img, #portfolio_list li a img {
    bottom: 0;
    position: absolute;
    visibility: hidden;
}

#carousel_wrapper li:hover a img, #portfolio_list li:hover a img {
    visibility: visible;

/* ----- Carousel and Portfolio Styling ----- */

}
#testimonials {
    clear: left;
    float: left;
    width: 950px;
}

#testimonials h3 {
    font-size: 15px;
    font-weight:bold;
    height: 18px;
    margin: 8px 0 8px 0;
    padding: 15px 0 0;
    color:#094e8f;
}

#testimonials p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
}
#testimonials li {
	color: #363636;
    font-size: 14px;
    line-height: 24px;
	list-style-image: url('../images/next_button.png');
	margin-left:25px;
	
}

}
#testimonials p a {
    color: #01669e;
    font-size: 14px;
    line-height: 24px;
    font-weight:bold;
    text-decoration:underline;
}
#testimonials p a:hover {
    color: #f0b910;
    font-size: 14px;
    line-height: 24px;
    text-decoration:none;
}


.testimonial_name {
    font-style: italic;
    font-weight: bold;
}
#notice_board {
    clear: left;
    float: left;
    width: 990px;
	background-color:#fefce8;
    margin-bottom:15px;
    border:1px;
    border-top-style:dashed;
    border-bottom-style:dashed;
    border-color:#808080;
    padding-left:10px;
}

#notice_board h3 {
    font-size: 18px;
    font-weight:bold;
    height: 18px;
    margin: 18px 0 8px 0;
    padding: 5px 0 0;
    padding-left:15px;
    padding-bottom:5px;
    color:#094e8f;
}
#notice_board h4 {
    font-size: 15px;
    font-weight:bold;
    height: 18px;
    margin: 8px 0 8px 0;
    padding: 5px 0 0;
    padding-left:10px;
}

#notice_board p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
    padding-left:10px;
}
#notice_board a {
	text-decoration:underline;
	font-weight:bold;
	color:#01669e;
}
#notice_board a:hover {
	text-decoration:none;
	color:#f06910;
}
#links {
    clear: left;
    float: left;
    width: 475px;
}

#links h3 {
    font-size: 15px;
    font-weight:bold;
    height: 18px;
    margin: 8px 0 8px 0;
    padding: 15px 0 0;
    color:#094e8f;
}

#links p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
}

.links_name {
    font-style: italic;
    font-weight: bold;
}
#links2 {
    float: right;
    width: 475px;
}

#links2 p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
}

.links2_name {
    font-style: italic;
    font-weight: bold;
}

/* ----- Home Mid Content Styling ----- */


/* ----- Contact Content Styling ----- */

#contact_area h3 {
    font-size: 18px;
    font-weight:bold;
    height: 10px;
    margin: 8px 0 8px 0;
    padding: 10px 0 0;
    color:#094e8f;
}

#contact_area p {
    color: #363636;
    font-size: 14px;
    line-height: 26px;
}

#contact_area p a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight:bold;
    text-decoration:underline;
}
#contact_area p a:hover {
    color: #094e8f;
    font-size: 14px;
    line-height: 24px;
    text-decoration:none;
}

#contact {
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    margin: 6px 0 17px 0;
    padding: 2px 0 0 20px;
}

#contact_info {
    padding-top: 2px;
    background-color:#fff;
}

#contact_info h3 {
    font-size: 15px;
    font-weight:bold;
    height: 16px;
    margin: 8px 0 8px 0;
    padding: 15px 0 0;
    padding-bottom:10px;
    color:#094e8f;
}

#contact_info_left {
    float: left;
    margin: 17px 0 33px 0;
    width: 650px;
    background-color:#fff;
}

#contact_info p {
    color: #363636;
    font-size: 14px;
    line-height: 26px;
}
#contact_info_left li {
	color: #363636;
    font-size: 14px;
    line-height: 24px;
	list-style-image: url('../images/next_button.png');
	margin-left:25px;
}

#contact_info_left p a:hover {
    text-decoration: underline;
}

#contact_info_right {
    float: right;
    margin-top: 0px;
    width:300px;
    background-color:#ac1c37;
    background-image:url('../images/central_coast_cleaning_right.jpg');
    border:1px;
    border-style:dashed;
    border-color:#fff;
}

#address h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left:10px;
    color:#fff;
    line-height: 20px;

}

#address p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding-left:10px;
    padding-right:10px;
}
#address li {
	color: #fff;
    font-size: 14px;
    line-height: 24px;
	list-style-image: url('../images/cleaning_arrow_right.png');
	margin-left:25px;
}

#address a {
	text-decoration:underline;
}
#address p:hover {
	text-decoration:none;
}

/* ----- Contact Content Styling ----- */

/* ----- Form Styling ----- */

#contact_form {
    width: 480px;
}
	 
#contact_form li {
    font-size: 14px;
    padding: 2px 0px;
}
	 
#contact_form label {
    display: block;
    margin: 12px 0;
}
         
#contact_form input {
    height: 35px;
}

#contact_form input:focus, #contact_form textarea:focus {
    border: 1px solid #0191C5;
}

#contact_form input, #contact_form textarea {
    border: 1px solid #b4bac5;
}

#contact_form input[type="submit"] {
    background: url(../images/submit_button.png) no-repeat;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    margin-top: 20px;
    padding: 0 0 6px 30px;
    width: 160px;
}

#contact_form input[type="submit"]:hover {
    color: #fff;
}

/* ----- Form Styling ----- */

/* ----- Footer Styling ----- */

#footer {
    background: #094e8f;
    border-top: 1px solid #d9d9d9;
    clear: both;
    height: 130px;
    margin-top: 0px;
}

#footer p, {
    color: #363636;
    font-size: 12px;
}
#footer p a {
	color: #01669e;
	text-decoration:underline;
}
#footer p a:hover {
	color: #f0b910;
	text-decoration:none;
}

#footer h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 21px 0;
}

.footer_info {
    float: left;
    margin: 32px 0 40px 0;
}
.footer_info p {
	font-size:12px;
}

#footer_about, #footer_explore, #footer_browse {
    margin-right: 64px;
}

#footer_about {
    width: 985px;
}

#footer_about p, #footer_contact p, #copyright {
    line-height: 17px;
}

#footer_explore li, #footer_browse li {
    margin: 12px 0;
}

#footer_explore li a, #footer_browse li a {
    text-transform: capitalize;
}

#footer_explore li a:hover, #footer_browse li a:hover {
    color: #2aacc8;
}

p#copyright {
    clear: both;
    float: left;
    font-size: 11px;
    color:gray;
}

/* ----- Footer Styling ----- */
.txtfld {  
	border-radius: 3px;
	border-color:silver;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}  
.txtfld:hover {  
	background-color: silver;
}  
.submit {
	background-color: #01669e;
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
	color:white;

}
.submit:hover {
	background-color:#ac1c37;
	font-weight:bold;
}
