@charset "utf-8";
/* CSS Document */

a:link, a:visited {
    color:#1c77c4;
    text-decoration:none;
    outline:none;
}

a:hover {
    color:#1c7777;
    text-decoration:underline;
}

body {
    background-color:#3f4143;
    color:#bfc0c0;
}

#container {
    margin:0 auto;
    background-color:#e4e5e7;
    color:#2b474e;
    width:700px;
    min-height:600px;
}

#header {
    background-image:url(../images/header_bg.png);
    height:150px;
    width:700px;
}

.title {
    position:relative;
    top:56px;
    left:100px;
}

.sub_title {
    position:relative;
    top:88px;
    left:-30px;
}

#menu_background {
    background-color:#2f2e2e;
    height:25px;
    font-size:18px;
}

#menu_background a:link, #menu_background a:visited {
    color:#1c77c4;
    text-decoration:none;
    outline:none;
}

#menu_background a:hover {
    color:#33dd44;
    text-decoration:underline;
}

.menu_home, .menu_about, .menu_services, 
	.menu_websites, .menu_contact {
    padding-left:65px;
}

#container #main {
    padding:20px;
    font-size:16px;
}

#container #main .heading {
    font-weight:bold;
    font-size:19px;
    padding-bottom:10px;
}

#container #main .section {
    padding-bottom:10px;
    padding-left:10px;
}

#about_inc, #services_inc,
    #websites_inc, #contact_inc {
    display:none;
}

.error {
    background-color:blue;
    background:transparent url(../images/cancel.png) no-repeat;
    background-position: 140px;
    padding-left:160px;
    color:red;
    font-size:12px;
}

.contact label {
    padding-left:100px;
    float:left;
    width:200px;
}

.contact input:focus, textarea:focus {
    background-color:#f8f27b;
}

.contact input {
    width:200px;
}

#submitAction {
    background-color:#00bb00;
    color:#000099;
    margin-left:300px;
    width:75px;
}

#submitAction:hover {
    background-color:#008800;
    color:#0000ee;
    margin-left:300px;
    width:75px;
}
