@charset "utf-8";
/* ------ CSS RESET ------ */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    background: #fff;
}

a {
    outline:none;
    color:#5682a3;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#186BA9;
}

input { 
    padding:2px;
    margin:1px;
    font-size: 11px;
}

select { margin:2px; font-size:10px;}

h1 span {
    display:none;
}

h2 {
    font-weight:bold;
    font-size:12px;
}

h3 {
    font-weight:bold;
    font-size:14px;
    color:#003157;
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

.brclear {
    clear:both;
}

.loading {
    background:url(../images/loading.gif) 50% 50% no-repeat;
}
/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#container {
    width:960px;
    margin:auto;
}

/*//////// header /////////*/
#header {
    width:960px;
    height:100px;
    background:#fff url(../images/header_back.png) repeat-x;
}

#header_left {
    float:left;
}

#header_left h2 { color:#003157; margin-left:32px;}

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

#header_right p { color:#636363; }

#menu {
    width:960px;
    height:58px;
    background:#fff url(../images/menu_back.png) repeat-x;
}

#menu_left { width:800px; float:left; }

#menu_left div.home_btn {
    margin-top:8px;
    float:left;
}

#menu_left ul {
    float:left;
}

#menu_left ul li {
    margin-top:9px;
    display:block;
    float:left;
    width:120px;
    height:42px;
    border-right:1px solid #d4d4cc;
    text-align:center;
}

#menu_left ul li a {
    height:30px;
    padding-top:12px;
    display:block;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#348bc1;
}

#menu_left ul li a:hover, #menu_left ul li a.selected {
    color:#004272;
}

#menu_right { 
    width:150px;
    height:58px;
    float:right;
    background:url(../images/menu_right.png) top right no-repeat;
}

#menu_right p {
    text-align:right;
    padding-right:20px;
    padding-top:22px;
}

#header_img {
    float:left;
    width:960px;
    height:269px;
    position:relative;
}

#header_img #prod_btn {
    width:231px;
    right:0;
    height:269px;
    position:absolute;
    z-index:100;
    /* fix IE */
    background:url(../images/blank.gif) repeat;
}

#header_img #prod_btn li a {
    display:block;
    height:53px;
    width:231px;
    margin-bottom:1px;
}

#header_img #prod_desc {
    width:240px;
    position:absolute;
    right:250px;
    top:134px;
    color:#fff;
    line-height:400%;
}

#header_img #prod_desc li {
    font-size:12px !important;
    display:none;
}

/*/////////// content /////////*/
#content {
    width:100%;
    float:left;
    padding:26px 0 30px 0;
    color:#404040;
}

#content p {
    font-size:12px;
}

.left_side {
    width:700px;
    float:left;
    padding-left:15px;
}

.right_side {
    width:220px;
    float:right;
}

.row {
    width:100%;
    float:left;
    margin-bottom:30px;
}

.row img {
    float:left;
    margin-right:20px;
}

/*////// contacts //////*/
#address {
    float:left;
    padding-left:15px;
    margin-bottom:20px;
}

#map {
    width:400px;
    height:200px;
    float:left;
    margin-left:15px;
    border:1px solid #d8d8d8;
    display:inline;
}

#feedback {
    width:350px;
    float:right;
    padding-right:15px;
}

#feedback h3 {
    margin-bottom:20px;
    border-bottom:1px solid #d8d8d8;
    padding-bottom:5px;
    font-weight:bold;
    color:#616161;
}

#feedback p {
    margin-bottom:10px;
    float:left;
    width:100%;
}

label {
    float: left;
    width: 120px;
}

label span, #output p.error {
    color: #ff0000;
}

label.error {
    display: block;
    width: 220px;
    margin-left: 125px;
    color: #ff0000;
}


textarea {
    width: 100%;
    overflow: hidden;
    border:1px solid #d8d8d8;
}

input.edit {
    width: 220px;
    float: right;
    border:1px solid #d8d8d8;
}

#captcha {
    display:block;
    float:left;
    margin:0 5px 5px 0;
}



/*///////// footer //////////*/
#footer {
    width:100%;
    height:65px;
    clear:both;
    background:#e9eae4;
    color:#5682a3;
}

#footer #left {
    background:url(../images/f_left.gif) 0 0 no-repeat;
    padding:15px;
    float:left;
}

#footer #right {
    padding:15px;
    background:url(../images/f_right.gif) 100% 0 no-repeat;
    float:right;
}

