html {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
}

.container {
    width: 900px;
    margin: 0 auto;
}

#header {
    background: #fff;
    border-bottom: 5px solid #ddd;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

#header .logo {
    float: left;
    height: 50px;
    overflow: hidden;
    margin: 10px 0;
}

#header .logo h1 {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
}

#header .logo small {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-style: italic;
    color: #999;
}

#header .menu {
    float: right;
}

#header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .menu ul li {
    float: left;
}

#header .menu ul li a {
    display: block;
    line-height: 70px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

#header .menu ul li a:hover {
    text-decoration: none;
    background: #c00;
    color: #fff;
}

.active {
    text-decoration: none;
    background: #c00;
    color: #fff;
}
#header .menu ul li .active{
    text-decoration: none;
    background: #c00;
    color: #fff;
}

#footer {
    background: #666;
    color: #fff;
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
}

.outer {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.about {
    overflow: hidden;
    line-height: 1.5;
	text-align: justify;
}

.about .img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 300px;
}

.table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

.table td, .table th {
    padding: 10px;
    border: 1px solid #ddd;
}

.table caption {
    background: #efefef;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
}

/**/
input, textarea, select {
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 5px 10px;
}
input[type=text]:focus {
    border-color: #ccc;
}

input[type=submit] {
    padding: 10px 15px;
    background: #c00;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}
input[type="submit"]:hover {
    background-color: #e74c3c;
    color: #fafafa;
    cursor: pointer;
}

#btnGonder1 {
    background-color: #c00;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/**/
.contact {
    overflow: hidden;
}

.contact .contact-info {
    float: left;
    width: 50%;
}

.contact-form {
    margin: 10px auto;
    float: left;
    width: 50%;
}

.contact-info {
    margin: 10px auto;
    float: left;
    width: 50%;
}

.contact-form .item {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}

.contact-form .item > label {
    width: 100px;
    display: inline-block;
    float: left;
    font-weight: 700;
    padding-top: 5px;
}

.contact-form .item .input {
    float: left;
    margin-left: 10px;
    display: inline-block;
}

