 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

/* links */
a, a:link, a:visited {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
}

a:hover, a:focus, a:active {
    color: #000;
    border-bottom: 1px solid #666;
}

a img, img {
    border: none;
    text-decoration: none;
}

/* titles */

h1 {
    font: 30px/36px 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 0 0 0.5em 0;
	color: #000;
    font-weight: 700;
}

h2 {
    font: 22px/28px 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 0 0 0.5em 0;
    color: #000;
    font-weight: 700;
}

h3 {
    font: 20px/26px 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 0 0 0.5em 0;
    color: #000;
    font-weight: 700;
}

h3 i {
    color: #999;
}

h4 {
    font: 18px/22px 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 0 0 0.5em 0;
    color: #000;
    font-weight: 700;
}

/* body */
body {
    font: 14px/18px 'PT Sans', Helvetica, Arial, sans-serif;
    color: #111;
	background: #eee;
	text-align: center;
}

.page {
    width: 940px;
    margin: 10px auto;
	padding: 20px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
	text-align: left;
    background: #fff;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

/* content */
.content {
    width: 460px;
    float: left;
    margin: 0 20px;
    min-height: 100px;
}

.content p {
    padding: 0 0 1em 0;
}

.content table p {
    padding: 0;
}

.content ul, .content ol {
    margin: 0 0 1.5em 0;
}

.content ul li {
    margin:  0 0 0 1.5em;
    list-style: disc;
}

.content ol li {
    margin: 0 0 0 1.5em;
    list-style: decimal;
}

/* breadcrumbs */
.breadcrumbs {
    height: 40px;
    line-height: 40px;
}

.breadcrumbs a {
    font-size: 12px;
    color: #666;
}

/* header */
.header {
    display: block;
}

.logo {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.logo a {
    border: none;
}

.contacts {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.adress {
    width: 300px;
    float: left;
    padding: 15px 0;
}

.phone {
    font-size: 24px;
    padding: 13px 0;
}

.phone i {
    font-size: 20px;
}

.email {
    padding-left: 6px;
}

.contacts i,
.adress i {
    color: #ccc;
}

.adress {
    float: left;
    font-size: 16px;
}

.adress span {
    display: block;
    margin-top: 5px;
}

.adress i {
    float: left;
    margin-right: 20px;
}

/* nav */
.banner {
    height: 340px;
    width: 938px;
    background: url(/upload/share/banner.jpg) bottom center no-repeat;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0;
}

.nav ul li {
    display: block;
    float: left;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.nav ul li a {
    border-bottom: none;
    font-size: 16px;
}

.nav ul li a:hover {
    border-bottom: 1px solid #666;
}

/* left */
.left {
    width: 220px;
    float: left;
}

.leftmenu {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.leftmenu h3 {
    padding: 10px 15px;
}

.leftmenu ul li a {
    display: block;
    padding: 7px 15px;
    background: #e72121;
    color: #fff;
    border: none;
}

.leftmenu ul li a:hover {
    background: #c61717;
}

.leftmenu ul li ul {
    padding: 5px 0;
}

.leftmenu ul li ul li a {
    padding: 2px 25px;
    color: #000;
    background: #fff;
}

.leftmenu ul li ul li a:hover {
    color: #666;
    background: #fff;
}

.leftmenu ul li ul li.active a {
    font-style: italic;
    color: #666;
}

.icq {
    margin: 20px 0;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.icq div {
    padding-left: 35px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background: url(/upload/share/icq.png) left center no-repeat;
}

/* right */
.right {
    width: 220px;
    float: left;
}

.rightcomments {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* forms */
.form label {
    display: block;
    font-weight: 700;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form input[type="tel"],
.form input[type="number"],
.form textarea,
.form select {
    display: block;
    width: 200px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0 10px 0;
    background-color: #fff;
    box-shadow: inset 0 1px 0 #ccc;
}

.form input[type="number"] {
    width: 50px;
}

.form textarea {
    width: 200px;
    height: 80px;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="date"]:focus,
.form input[type="tel"]:focus,
.form input[type="number"]:focus,
.form textarea:focus,
.form select:focus {
    border: 1px solid #33cccc;
}

.chbx {
    margin-bottom: 10px;
}

.button {
    display: block;
    height: 40px;
    width: 150px;
    border-radius: 4px;
    color: #fff;
    background-color: #20577d;
    font-size: 14px;
    font-weight: normal;
    border: none;
}

.button:hover {
    background-color: #33cccc;
}

/* feedback */
.comments-list {
    padding: 20px 0 0 30px;
}

#comment-form-placeholder {
    margin-bottom: 30px;
}

.comment {
    margin-bottom: 20px;
}

.comment-reply {
    padding-top: 10px;
}

.user {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.createdon {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-left: 20px;
}

.right .createdon {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-left: 0px;
}

.right .comment {
    height: 70px;
    overflow: hidden;
    position: relative;
}

.wbkg {
    position: absolute;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    background: url(/upload/share/wbkg.png) bottom repeat-x;
}

.btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    border-radius: 4px;
    color: #fff;
    background-color: #339999;
    font-size: 14px;
    font-weight: normal;
    border: none;
}

textarea.form-control {
    width: 400px;
    border: 1px solid #339999;
    border-radius: 4px;
}

textarea.form-control:focus {
    border: 1px solid #20577d;
}

.rev h2 {
    text-transform: uppercase;
    color: #33cccc;
    text-align: center;
    letter-spacing: 1px;
}

.allfeed {
    text-align: center;
}

a.gal-item {
   border: none;
   display: block;
   float: left;
   margin: 1px;
 }

/* footer */
footer {
    display: block;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #666;
}
p.justifyfull {
  text-align: justify;
}