/*
- 01 RESETS
- 02 GENERIC GLOBAL STYLES
- 03 MAIN TEMPLATE STYLES
- 04 HEADER -> nav links need explicit widths to match their background image -> level two -> ie 6 & 7 needs inline block
- 05 sIFR TO FIX UNDERLINE WIDTH
- 06 MAIN CONTAINER
- 07 SIDEBAR
- 08 FOOTER
- 09 INDEX SLIDER
- 10 MODULES
- 11 PATH -> search form
- 12 CONTACT
- 13 BLOG
- 14 PRODUCT
- 15 PRODUCT DETAILS
- 16 ABOUT
- 17 PORTFOLIO
- 18 PANEL
*/

/*01 RESETS*/
*{padding:0; margin:0;}
ul{list-style-type:none;}
fieldset{border:none;}
a img{border:none;}


/*02 GENERIC GLOBAL STYLES*/
body{
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:18px;
    color:#959595;
    background: #fafafa;
}
p{
    margin-bottom: 18px;
	}


h1, h2, h3, h4, h5{font-family:"Times New Roman", Times, serif;}

blockquote{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-style: italic;
    color: #464646;
    font-size: 16px;
    line-height: 27px;
    padding: 22px 0 23px 30px;
    border-left: 2px solid #306385;
    margin-bottom: 18px;
}
ul, ol{
    margin-bottom: 18px;
}
.text_replace{
    background-repeat:no-repeat;
    outline:0;
    text-indent:-9999px;
}
a.text_replace:active{
    outline:0;
}


/*03 MAIN TEMPLATE STYLES*/
#wrap{
    width:auto;
    height: auto;
}
.center{
    width: 940px;
    height: auto;
    padding: 0 10px;
    margin:0 auto;
}
#path_wrap{
    width:auto;
    height: 90px;
    background: url(../images/skin1/noisy_bg.jpg);
}
.path_gradient_bg{
    width:auto;
    height: 90px;
    background: url(../images/skin1/gradient_bg.png);
    background-position:-510px;
}
.path_transpatent_border{
    width:auto;
    height: 90px;
    background: url(../images/skin1/path_transparent_border.png) repeat-x;
}
#slider_wrap{
    width:auto;
    height: 342px;
    background: url(../images/skin1/noisy_bg.jpg);
}
.slider_gradient_bg{
    width:auto;
    height: 342px;
    background: url(../images/skin1/gradient_bg.png);
    background-position:-510px;
}
.slider_transpatent_border{
    width:auto;
    height: 342px;
    background: url(../images/skin1/slider_transparent_border.png) repeat-x;
}
#main_container{
    width:auto;
    height: auto;
    background: url(../images/skin1/container_bg.jpg) repeat-x;
    padding-top: 54px;
}
#wrap .index{
    background: url(../images/skin1/index_container_bg.jpg) repeat-x;
}

.shadow_bg{
    width:auto;
    height: 54px;
    background: url(../images/skin1/shadow_bg.jpg) repeat-x;
}
.one-half{float: left; width: 460px; height: auto; margin-left: 20px;}
.one-third{float: left; width: 300px; height: auto; margin-left: 20px;}
.one-fourth{float: left; width: 220px; height: auto; margin-left: 20px;}
.three-fourths{float: left; width: 700px; height: auto; margin-left: 20px;}
.footer_column{float: left; width: 160px; height: auto; margin-left: 20px;}
.first_column{margin-left: 0;}
.img_left{
    float: left;
    margin: 0 20px 18px 0;
}
.img_right{
    float: right;
    margin: 0 0 18px 20px;
}


/*04 HEADER*/
#global_header {
    background: url(../images/skin1/noisy_bg.jpg);
    height:144px;
}
#global_header h1#logo{
    float:left;
    margin:0;
}
#global_header h1#logo a{
    display:block;
    background:url(../images/skin1/logo.png);
    width:280px;
    height:144px;
}
#global_header ul#nav{
    position:relative;
    float:right;
    top:90px;
    right:0;
    z-index:99;
}
#global_header ul#nav li{
    position:relative;
    float:left;
}
#global_header ul#nav li .global_nav_separator{
    position: absolute;
    top: 11px;
    left: 0;
    width: 1px;
    height: 12px;
    background: url(../images/skin1/nav_separator.png) no-repeat;
}
#global_header ul#nav li a{
    display: block;
    height:58px;
}
/*nav links need explicit widths to match their background image*/
li#button_01_global_nav{background:url(../images/skin1/nav_button/home.png) repeat 0 0; width:85px; height:40px;}
li#button_02_global_nav{background:url(../images/skin1/nav_button/services.png) repeat 0 0; width:115px; height:40px;}
li#button_03_global_nav{background:url(../images/skin1/nav_button/resources.png) repeat 0 0; width:128px; height:40px;}
li#button_04_global_nav{background:url(../images/skin1/nav_button/about.png) repeat 0 0; width:90px; height:40px;}
li#button_05_global_nav{background:url(../images/skin1/nav_button/contact.png) repeat 0 0; width:126px; height:40px;}
/*level two*/
#global_header ul#nav ul{
    background: none;
    width: 206px;
    visibility: hidden;
    position: absolute;
    top: 58px;
    left: 0;
}
#global_header ul#nav ul.dropdown_shadow_bg{
    background: url(../images/skin1/dropdown_shadow_bg.png) center top repeat-y;
}
#global_header ul#nav ul li.dropdown_shadow_bottom_bg{
    position:absolute;
    background: url(../images/skin1/dropdown_shadow_02_bg.png);
    margin: 0;
    padding: 0; 
    width: 206px;
    height: 9px;
    border: none;
}
#global_header ul#nav ul li{
    background: url(../images/skin1/noisy_bg.jpg);
    float: none;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px; 
    text-transform: uppercase;
    margin: 0 4px 0 2px;
    padding: 0 10px;
    line-height: 36px;
    width: 180px;
    height: 36px;
}
#global_header ul#nav ul li div{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EFEFEF;
    width: 180px;
    height: 34px;
}
#global_header ul#nav ul li .firstli{
    border-top: none;
    height: 35px;
}
#global_header ul#nav ul li .lastli{
    border-bottom: none;
    height: 35px;
}
#global_header ul#nav li a{
    display: block;
    margin: 0 10px;
    color: #3c7ba6;
    text-decoration: none;
}
#global_header ul#nav li a:hover{
    color: #183243;
    text-decoration: underline;
}
/* ie 6 & 7 needs inline block */
#global_header ul#nav ul li a{
    border-right: none;
    width: 100%;
    display: inline-block;
} 


/*05 sIFR TO FIX UNDERLINE WIDTH*/
#main_content .module_body h3.sifr_underline_fix_01,
#sidebar .module_body h3.sifr_underline_fix_01{width: 116px;}
#main_content .module_body h3.sifr_underline_fix_02{width: 115px;}
#main_content .module_body h3.sifr_underline_fix_03{width: 109px;}
#main_content .module_body h3.sifr_underline_fix_04{width: 155px;}
#footer_content .one-fourth h4.sifr_underline_fix_01 {width: 175px;}
#footer_content #form_column h4{width: 287px;}
#footer_content .footer_column h4.sifr_underline_fix_02 {width: 120px;}
#footer_content .one-fourth h4.sifr_underline_fix_03 {width: 133px;}
#footer_content .footer_column h4.sifr_underline_fix_04 {width: 115px;}
#footer_content .footer_column h4.sifr_underline_fix_05 {width: 103px;}
#footer_content .footer_column h4.sifr_underline_fix_06 {width: 136px;}
#footer_content .footer_column h4.sifr_underline_fix_07 {width: 79px;}


/*06 MAIN CONTAINER*/
#main_container .fullwidth{
    float: none;
    width: 940px;
    padding-right: 0;
}
#main_content{
    float: left;
    width: 640px;
    padding-right: 80px;
}
#main_content a{
    color:#4894c7;
    text-decoration: none;
}
#main_content a:hover{
    color:#306385;
    text-decoration: underline;
}
#main_content h4{
    line-height: 36px;
    font-size: 18px;
    color: #555;
    font-weight: normal;
}
#main_content h2{
    display: block;
    font-size: 23px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #464646;
}
#main_content h3{
    line-height: 36px;
    font-size: 24px;
    color: #555;
    font-weight: normal;
    margin-bottom: 18px;
}
#main_content span.dropcaps{
    font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
    font-size: 42px;
    float: left;
    line-height: 34px;
    margin-top: 2px;
    margin-right: 3px;
    font-weight: normal;
}
#main_content p.italic{
    font-style: italic;
}
#main_content ul li{
    background: url(../images/skin1/list_bullet.png) no-repeat;
    background-position: 0 8px;
    padding-left: 15px;
}
#main_content ol{
    list-style-position: inside;
}
#main_content .separate_line{
    width: 100%;
    height: 18px;
    background: url(../images/skin1/horizontal_separate_line.png) top left repeat-x;
    margin-top: 36px;
}
#main_content .pullquote_left{
    float: left;
    width: 280px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-style: italic;
    color: #464646;
    font-size: 16px;
    line-height: 27px; 
    padding: 22px 0 23px 30px;
    border-left: 2px solid #306385;
    margin-bottom: 18px;
    margin-right: 60px;
}
#main_content .pullquote_right{
    float: right;
    width: 280px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-style: italic;
    color: #464646;
    font-size: 16px;
    line-height: 27px; 
    padding: 22px 0 23px 30px;
    border-left: 2px solid #306385;
    margin-bottom: 18px;
    margin-left: 60px;
}
#main_content pre{
    font-family:Consolas, "Courier New", Courier, monospace;
    color: #555;
    font-size: 13px;
    line-height: 18px;
    background: url(../images/skin1/pre_bg.png);
    padding: 18px 5px;
    border: 1px dotted #ccc;
}
#main_content ul#pagination{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    border:0;
    margin:0;
    padding:5px 0;
}
#main_content ul#pagination li{
    list-style:none;
    background: none;
    float: left;
    border:0;
    margin:0;
    padding:0;
    margin-right: 4px;
}
#main_content #pagination li.previous{
    display:block;
    float: left;
    padding:0;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/skin1/pagination_left_arrow_bg.png) top left no-repeat;
}
#main_content #pagination li.next{
    display:block;
    float: left;
    padding:0;
    margin-left: 4px;
    width: 25px;
    height: 25px;
    background: url(../images/skin1/pagination_right_arrow_bg.png) top left no-repeat;
}
#main_content #pagination li.previous:hover,
#main_content #pagination li.next:hover{
    background-position: 0 -25px;
}
#main_content #pagination li a{
    display:block;
    color: #959595;
    padding: 3px 8px;
    border: 1px solid #cccccc;
    text-decoration:none;
}
#main_content #pagination li a:hover{
    color: #306385;
    border-color: #306385;
    text-decoration:none;
}
#main_content #pagination li a.active{
    color: #306385;
    border-color: #306385;
    text-decoration:none;
}
#main_content a.button_01{
    display: block;
    width: 206px;
    height: 60px;
    background: url(../images/skin1/template_buttons.png) 0 -60px no-repeat;
    margin-top: 18px;
}
#main_content a.button_01:hover{
    background-position: 0 0;
}
/*table style*/
table#matrix{
    border-collapse: collapse;
    border-spacing: 0;
}
table#matrix td.items{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
table#matrix th.column{
    background: #dcdcdc;
    padding: 9px 0;
}
table#matrix th.column span{
    font-size: 14px;
    font-weight: bold;
    color: #555;
    line-height: 18px;
    margin-bottom: 0;
}
table#matrix th.column p{
    margin-bottom: 0;
}
table#matrix th.column a{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #fff; font-size: 12px;
    text-decoration: underline; font-weight: normal;
}
table#matrix th.column a:hover{
    text-decoration: none;
}
table#matrix td.items,
table#matrix th.column,
table#matrix td.odd,
table#matrix td.even{
    text-align: center;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #c1c1c1;
}
table#matrix td.items{
    background: #dcdcdc;
    width: 190px;
}
table#matrix td{
    width: 150px;
    line-height: 36px;
}
table#matrix td.odd{
    background: #fff;
}
table#matrix td.even{
    background: #f5f5f5;
}
table#matrix td.odd,
table#matrix td.even{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px; color: #555;
}
table#matrix td.last{
    border-bottom: 1px solid #c1c1c1;
}
table#matrix td.mark{
    background: url(../images/skin1/table_mark_bg.png) center center no-repeat;
}
table#matrix td.price{
    color: #4894c7;
}


/*07 SIDEBAR*/
#sidebar{
    float: left;
    width: 220px;
}
#sidebar_sub_navigation{
    padding-bottom: 36px;
}
#sidebar_sub_navigation h4{
    display: block;
    font-size: 17px;
    width: 210px;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    color: #ebebeb;
    background: #183243;
}
ul#sub_navigation_bg{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background: url(../images/skin1/sidebar_sub_navigation_bg.png);
    padding: 18px 0 0 0;
    line-height: 36px;
}
ul#sub_navigation_bg li.selected{
    background: url(../images/skin1/sub_navigation_list_bg.png) no-repeat;
}
ul#sub_navigation_bg li:hover{
    background: url(../images/skin1/sub_navigation_list_bg.png) no-repeat;
}
ul#sub_navigation_bg li.last:hover{
    background: none;
}
ul#sub_navigation_bg li div{
    margin: 0 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e4e4e4;
}
ul#sub_navigation_bg li .first{
    border-top: none;
}
ul#sub_navigation_bg li .last{
    border-bottom: none;
}
ul#sub_navigation_bg li a{
    color: #306385;
    text-decoration: none;
}
ul#sub_navigation_bg li a.selected{
    color: #183243;
}
ul#sub_navigation_bg li a:hover{
    color: #183243;
}
ul#sub_navigation_bg li ul{
    position: relative;
    left: -20px;
    width: 198px;
    padding: 9px 0;
    border-left: 2px solid #183243;
    margin-bottom: 0;
}
ul#sub_navigation_bg li ul li{
    font-size: 12px;
    margin: 0 0 0 18px;
    border: none;
    background: url(../images/skin1/sub_navigation_arrow.png) no-repeat;
    background-position: 0 15px;
    padding-left: 10px;
}
ul#sub_navigation_bg li ul li:hover{
    background: url(../images/skin1/sub_navigation_arrow.png) no-repeat;
    background-position: 0 15px;
    padding-left: 10px;
}
ul#sub_navigation_bg li ul li a{
    color: #4894c7;
}
ul#sub_navigation_bg li ul li a:hover{
    color: #183243;
    text-decoration: underline;
}
#feedburner{
    padding-bottom: 54px;
}
#feedburner h4{
    display: block;
    font-size: 17px;
    width: 210px;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    color: #ebebeb;
    background: #183243;
}
.feedburner_container{
    background: url(../images/skin1/sidebar_feedburner_bg.png);
    padding: 18px 10px;
}
.feedburner_container a{
    color: #4894c7;
    text-decoration: underline;
}
.feedburner_container a:hover{
    color: #306385;
}
#feedburner form{
    height: 27px;
    padding: 4px 0 5px 0;
}
#feedburner form input.field{
    float:left;
    width: 156px;
    padding: 4px 0 5px 5px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    color: #555;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
}
#feedburner form input.feedburner_form_button{
    float:left; background: url(../images/skin1/arrow_btn.png) no-repeat;
    width: 27px;
    height: 27px;
    border: 0;
    cursor: pointer;
}


/*08 FOOTER*/
#footer_wrap{
    color: #ccc;
    font-size: 12px;
    width:auto;
    height: auto;
    background: url(../images/skin1/dark_noisy_bg.jpg);
}
.footer_gradient_bg{
    width:auto;
    height: 54px;
    background: url(../images/skin1/footer_gradient_bg.png) repeat-x;
}
#footer_wrap a{
    color: #4894c7;
    text-decoration: none;
    border-bottom: 0px dashed #fafafa;
}
#footer_wrap a:hover{
    color: #ccc;
    text-decoration: none;
    border: none;
}
#footer_wrap li a{
    color: #ccc;
    text-decoration: none;
    border: none;
}
#footer_wrap li a:hover{
    color: #fafafa;
    border-bottom: 1px solid #fafafa;
}
#footer_content{
    padding-bottom: 36px;
}
#footer_content h4{
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 18px;
}
#footer_content h4{
    display: block;
    font-size: 13px;
    height: 17px;
    color: #c2c2c2;
}
#footer_content p,
#footer_content ul{
    margin-bottom: 18px;
}
#footer_content ul.list_style_02 li{
    margin-bottom: 18px;
}
.footer_container_01{
    overflow: hidden;
    width: 940px;
    background: url(../images/skin1/footer_vertical_separate_line_container_01.png) top center repeat-y;
}
.footer_container_02{
    overflow: hidden;
    width: 940px;
    background: none;
}
#form_column{
    float:left;
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
}
#footer_content .one-fourth{
    width: 200px;
    margin-right: 20px;
}
#footer_content .footer_column{
    width: 140px;
    margin-right: 20px;
}
#footer_content .last_column{
    width: 160px;
    background: none;
    margin-right: 0;
}
#footer_content .separate_line{
    width: 940px;
    height: 36px;
    background: url(../images/skin1/footer_horizontal_separate_line.png) top left repeat-x;
    margin-top: 36px;
}
#form_column #errors{
    position: relative;
    display: none;
    color: #e00000;
    margin-bottom: 18px;
}
#form_column #errors h5{
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
}
#form_column #errors p{
    margin-bottom: 9px;
}
#form_column #response{
    float:left;
    font-size: 12px;
    color: red;
    margin: 0 10px 0 30px;
    font-weight: bold;
}
#form_column #response p{
    margin: 0;
    line-height: 27px;
}
#form_column .hide{
    display: none;
}
form#footer_form input{
    float:left;
    width: 233px;
    padding: 4px 0 5px 5px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    margin: 4px 0 5px 0;
}
form#footer_form textarea.idleField,
form#footer_form input.idleField{
    color: #ccc;
    background: url(../images/skin1/form_input_bg.png);
    border: 1px solid #969ea3;
}
form#footer_form textarea.focusField,
form#footer_form input.focusField{
    color: #fafafa;
    background: url(../images/skin1/form_input_active_bg.png);
    border: 1px solid #cab80d;
}
form#footer_form input.checkbox{
    color: #cab80d; 
    background: none;
    line-height: 18px;
    padding: 0;
    border:0;
    position: relative;
    top: 1px;
    float: none;
    width: auto;
    height: auto; 
    margin: 0 5px;
}
form#footer_form textarea{
    float: left;
    width: 488px;
    height: 72px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 5px;
    margin: 14px 0
}
form#footer_form .footer_form_button{
    padding-top: 4px;
    margin-top: 18px;
}
form#footer_form button{
    float: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color:#183243;
    width: auto;
    height: auto;
    background: url(../images/skin1/footer_and_panel_button_bg.png) top left repeat-x;
    cursor: pointer;
}
form#footer_form button:hover{
    color:#f2f2f2;
    border-color: #306284;
    width: auto;
    height: auto;
    background-position: 0 -27px;
    cursor: pointer;
}
.facebook_icon{
    background: url(../images/icon/facebook_16.png) no-repeat;
    background-position: 0 6px;
    width: auto;
    height: 27px;
    line-height: 27px;
    padding-left: 26px;
}
.twitter_icon{
    background:url(../images/icon/twitter_16.png) no-repeat;
    background-position: 0 6px;
    width: auto;
    height: 27px;
    line-height: 27px;
    padding-left: 26px;
}


/*09 INDEX SLIDER*/
#slider_wrap a.prev{
    display: block;
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    margin: 144px 4px 0 0;
    background: url(../images/skin1/slider_prev_btn.png) top left no-repeat;
}
#slider_wrap a.prev:hover{
    background-position: 0 -36px;
}
#slider_wrap a.next{
    display: block;
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    margin: 144px 0 0 4px;
    background: url(../images/skin1/slider_next_btn.png) top left no-repeat;
}
#slider_wrap a.next:hover{
    background-position: 0 -36px;
}
#slider_container{
    position: relative;
    overflow: hidden;
    float: left;
    width: 860px;
    height: 306px;
    margin: 18px 0;
    z-index: 1;
}
#slider_container .items{
    width:20000em;
    position:absolute;
    clear:both;
}
#slider_container .items div{
    float: left;
    width: 860px;
}
#slider_container #slide_01 .content{
    float: left;
    width: 520px;
    margin: 0 20px;
}
#slider_container #slide_01 img{
    float: left;
}
#slider_container #slide_01 h2{
    margin-top: 54px;
    display: block;
    font-size: 29px;
    height: 72px;
    line-height: 36px;
    color: #183243;
}
#slider_container #slide_01 p{
    font-size: 12px;
    margin: 18px 0;
}
#slider_container #slide_01 a.button_01{
    display: block;
    float: left;
    width: 206px;
    height: 60px;
    background: url(../images/skin1/template_buttons.png) 0 -60px no-repeat;
}
#slider_container #slide_01 a.button_01:hover{
    background-position: 0 0;
}
#slider_container #slide_01 a.button_02{
    display: block;
    float: left;
    width: 156px;
    height: 60px;
    background: url(../images/skin1/template_buttons.png) -206px -60px no-repeat;
    margin-left: 0px;
}
#slider_container #slide_01 a.button_02:hover{
    background-position: -206px 0;
}
#slider_container #slide_02 .content{
    float: left;
    width: 520px;
    margin: 0 20px;
}
#slider_container #slide_02 img{
    float: left;
}
#slider_container #slide_02 h2{
    margin-top: 54px;
    display: block;
    font-size: 29px;
    height: 72px;
    line-height:36px;
    color:#183243;
}
#slider_container #slide_02 p{
    font-size: 12px;
    margin: 18px 0;
}
#slider_container #slide_02 a{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color:#4894c7;
    text-decoration: underline;
}
#slider_container #slide_02 a:hover{
    color:#306385;
}


/*10 MODULES*/
.module_body{
    display: block;
    width: 220px;
    height: 234px;
    background: url(../images/skin1/module_body_bg.png) no-repeat;
}
.module_body:hover{
    background: url(../images/skin1/module_body_hover_bg.png) no-repeat;
}
#sidebar .module_body:hover{
    background: url(../images/skin1/module_body_bg.png) no-repeat;
}
.module_header{
    width: 220px; height: 36px; background: #183243;
}
.module_body p{
    padding: 9px 10px;
    margin: 0;
}
.module_body img{
    border: 1px solid #fafafa;
    margin: 0 10px;
}
#main_content .module_header h3,
#sidebar .module_header h3{
    display: block;
    position: relative;
    top: 9px;
    left: 10px;
    font-size: 13px;
    height: 17px;
    line-height: 18px;
    font-weight: bold;
}
#main_content .module_header h3:hover,
#sidebar .module_header h3:hover{
    border-bottom: 1px solid #fff;
}
#main_content .module_header h3 a,
#sidebar .module_header h3 a{
    color: #ebebeb;
    text-decoration: none;
}


/*11 PATH*/
#path_container .three-fourths{
    margin: 27px 0;
}
#path{
    font-size: 12px;
}
#path a{
    color: #306385;
    text-decoration: underline;
}
#path a:hover{
    color: #959595;
    text-decoration: none;
}
#path_container h2#page_title{
    font-size: 17px;
    height: 18px;
    font-weight: normal;
    color: #464646;
}
/*search form*/
#search_wrap{
    margin: 27px 0;
}
#search_wrap form{
    height: 27px;
    padding: 4px 0 5px 0;
}
#search_wrap input.field{
    float:left;
    width: 176px;
    padding: 4px 0 5px 5px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
}
input.search_form_button{
    float:left;
    background: url(../images/skin1/arrow_btn.png) no-repeat;
    width: 27px;
    height: 27px;
    border: 0; cursor: pointer;
}


/*12 CONTACT*/
#map_container{
    float: right;
    margin-left: 60px;
}
#googlemap{
    width: 338px;
    height: 340px;
    border: 1px solid #cdcdcd;
}
#map_container a{
    font-size: 11px;
    color: #4894c7;
    text-transform: uppercase;
    text-decoration: underline;
}
#map_container a:hover{
    color: #306385;
}
#contact_form_errors{
    position: relative;
    display: none;
    color: #e00000;
    margin-bottom: 18px;
}
#contact_form_errors h5{
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e00000
}
#contact_form_errors p{
    margin-bottom: 9px;
}
#main_content #response{
    float:left;
    font-size: 12px;
    color: #e00000;
    margin: 0 10px 0 30px;
    font-weight: bold;
}
#main_content #response p{
    margin: 4px 0 5px 0;
    line-height: 27px;
}
#main_content .hide{
    display: none;
}
form#contact_form input{
    width: 278px;
    padding: 4px 0 5px 5px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    margin: 4px 0 5px 0;
}
form#contact_form textarea{
    width: 518px;
    height: 127px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 5px;
    margin: 4px 0 5px 0;
}
form#contact_form textarea.idleField,
form#contact_form input.idleField{
    color: #555;
    background: #f0f0f0;
    border: 1px solid #ccc;
}
form#contact_form textarea.focusField,
form#contact_form input.focusField{
    color: #555;
    background: #f0f0f0;
    border: 1px solid #959595;
}
.contact_form_button button{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color:#183243;
    background: url(../images/skin1/main_container_button_bg.png) top left repeat-x;
    margin: 4px 0 5px 0;
    cursor: pointer;
}
.contact_form_button button:hover{
    color:#f2f2f2;
    border-color: #306284;
    width: auto;
    height: auto;
    background-position: 0 -27px;
    cursor: pointer;
}


/*13 BLOG*/
#main_content .blog_container{
    width: auto;
    height: auto;
    border-top: 4px solid #183243;
    padding-top:15px;
    margin-bottom: 36px;
}
#main_content .blog_container h3{
    line-height: 36px;
    font-size: 26px;
    font-weight: normal;
}
#main_content .blog_container h3 a{
    color: #183243;
}
#main_content .blog_container h3 a:hover{
    text-decoration: underline;
}
#main_content .blog_container p.blog_info{
    line-height: 36px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 18px;
}
#main_content .blog_container p.blog_info a{
    color: #4894c7;
    text-decoration: underline;
}
#main_content .blog_container p.blog_info a:hover{
    color: #306385;
}
#main_content .blog_container img{
    margin-bottom: 18px;
}
#main_content .tags p.alignleft{
    float: left;
    line-height: 36px;
    margin-bottom: 0;
}
#main_content .tags p.alignright{
    float: right;
    line-height: 36px;
    margin-bottom: 0;
}
#main_content #blog_button a{
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color:#183243;
    background: url(../images/skin1/main_container_button_bg.png) top left repeat-x;
    margin: 4px 0 5px 0;
    cursor: pointer;
}
#main_content #blog_button a:hover{
    color:#f2f2f2;
    border-color: #306284;
    background: url(../images/skin1/main_container_button_bg.png)repeat-x; 
    background-position: 0 -27px;
}
#main_content #blog_button a span{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}


/*14 PRODUCT*/
#product_slider h2{
    display: block;
    font-size: 29px;
    height: 72px;
    line-height: 36px;
    color: #183243;
}
#product_slider{
    position: relative;
    overflow: hidden;
    width: 640px;
    height: 252px;
    margin-bottom: 36px;
    background: url(../images/skin1/product_slider_bg.png) top left repeat-y;
}
#product_slider .items{
    width: 20000em;
    position: absolute;
    clear: both;
}
#product_slider .items div{
    float: left;
    width: 640px;
}
#product_slider .items div img{
    float: left;
}
#product_slider .items div .content{
    float: left;
    width: 270px;
    padding: 0 20px 0 30px;
}
#product_slider .items div .content h2{
    margin-top: 45px;
}
#product_slider .content p{
    font-size: 12px;
    margin: 9px 0;
}
#product_slider .content a{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}
#product_slider .navi{
    position: absolute;
    top: 222px;
    left: 30px;
    width: 100px;
    height: 12px;
}
#product_slider .navi a{
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 5px;
    background: url(../images/skin1/product_slider_nav_btn.png) top left no-repeat;
}
#product_slider .navi a:hover{
    background-position: 0 -12px;
}
#product_slider .navi a.active{
    background-position: 0 -12px;
}
.product_item{
    float:left;
    width: 260px;
    height: 126px;
    background: url(../images/skin1/product_item_bg.png) top left repeat-x;
    padding: 18px 20px;
    margin-bottom: 36px;
}
.product_item img{
    float: right;
    margin-left: 20px;
    border: 1px solid #fafafa;
}
#main_content .product_item h3{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
#main_content .product_item h3 a{
    color: #4894c7; 
}
#main_content .product_item h3 a:hover{
    color: #306385;
    text-decoration: none;
}
.product_item p{
    padding: 9px 0;
    margin-bottom: 0;
}
.product_item span{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    color: #306385;
}


/*15 PRODUCT DETAILS*/
#product_details_container .navi{
    width: 633px;
    height: 42px;
    padding: 12px 0 0 7px;
    background: url(../images/skin1/product_details_navigation_bg.png) top left repeat-y;
}
#product_details_container .navi a{
    display: block;
    float: left;
    width: 146px;
    height: 33px;
    background: url(../images/skin1/product_details_navigation_btn.png) top left no-repeat;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    color: #4894c7;
    text-align: center;
    line-height: 28px;
    margin-right: 14px;
}
#product_details_container .navi a:hover{
    color: #306385;
    background-position: 0 -33px;
}
#product_details_container .navi a.last{
    margin: 0;
}
#product_slider #slide_01,
#product_slider #slide_02,
#product_slider #slide_03{
    float: left;
    width: 600px;
    padding: 18px 20px 0 20px;
}
#product_slider #slide_01 div,
#product_slider #slide_01 img{
    float: left;
}
#product_slider #slide_01 .general_info{
    width:280px;
    margin-right: 40px;
}
#product_slider #slide_01 img{
    margin-left: 20px;
}
#product_slider #slide_01 p{
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 27px;
}
#product_slider #slide_02 ul li{
    display: inline;
    float: left;
    width: 98px;
    height: 88px;
    margin: 0 10px 18px 10px;
    padding: 0;
    border: 1px solid #fafafa;
    background: none;
}
#product_slider #slide_02 img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#product_slider #slide_02 img:hover{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#product_slider #slide_04{
    float: left;
    width: 640px;
    padding-top: 18px
}
#product_slider #slide_04 div{
    float: left;
    width: 180px;
    height: 90px;
    margin:0 20px 18px 20px;
    padding-left: 100px;
    background-position: 21px 22px;
    background-repeat: no-repeat;
}
#product_slider #slide_04 p{
    font-size: 12px;
    margin: 18px 0 9px 0;
}
#product_slider #slide_04 a{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#product_slider #slide_01 .general_info table{
    margin-bottom: 9px;
}
#product_slider #slide_01 .general_info td.first{
    font-size: 12px;
    color: #555;
    width: 56px;
}
#product_slider #slide_01 .general_info td.separator{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    color: #959595;
}
#product_slider #slide_01 .general_info td.second{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    padding-left: 30px;
}
#product_slider #slide_01 .general_info td.second span{
    color: #306385;
}
#product_slider #slide_01 .general_info a{
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color:#183243;
    background: url(../images/skin1/main_container_button_bg.png) top left repeat-x;
    background-position: 0 0;
    margin: 4px 0 5px 0;
    cursor: pointer;
}
#product_slider #slide_01 .general_info a:hover{
    color:#f2f2f2;
    border-color: #306284;
    width: auto;
    height: auto;
    background: url(../images/skin1/main_container_button_bg.png)repeat-x; 
    background-position: 0 -27px;
    cursor: pointer;
}
#product_slider #slide_01 .general_info a span{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}


/*16 ABOUT*/
#about_slider{
    position: relative;
    overflow: hidden;
    width: 460px;
    height: 378px;
}
#about_slider .items{
    width: 20000em;
    position: absolute;
    clear: both;
}
#about_slider .items div{
    float: left;
    width: 460px;
}
#about_slider h3.name{
    font-size: 24px;
    font-weight: normal;
    color: #4894c7;
    line-height: 36px;
    margin: 0;
}
#about_slider h4.position{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    line-height: 18px;
    margin-bottom: 27px;
}
#about_slider span{
    font-size: 12px;
    font-weight: bold;
    color: #959595;
}
#about_slider p.contacts{
    color: #555;
}
#main_content p.short_about_us{
    border-top: 4px solid #183243;
    padding-top: 23px;
    margin-bottom: 45px;
}
#main_content .navi .nav_button{
    display:block;
    width: 100px;
    height: 63px;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
    padding-top: 117px;
    background: no-repeat;
    font-size: 11px;
    text-transform: uppercase;
}
#main_content .navi .last{
    margin-right: 0;
    }
#main_content .navi .nav_button a{
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}
#main_content .navi .nav_button a:hover{
    text-decoration: none;
}
#main_content .award{
    border-top: 4px solid #183243;
    padding-top: 14px;
    margin-top: 72px;
}
#main_content .award img{
    float: left;
    width: 120px;
    margin: 36px 60px 18px 0;
}
#main_content .award div{
    float: left;
    width: 520px;
    margin: 36px 0 18px 0;
}
#main_content .award p{
    margin-top: 18px;
}
#main_content .award div p{
    margin: 0;
}
#main_content .award h4{
    line-height: 18px;
}
#main_content .award a{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    line-height: 36px;
}
#main_content .about h2{
    display: block;
    font-size: 29px;
    line-height: 36px;
    height: 180px;
    color: #959595;
}
#main_content .award h2{
    display: block;
    font-size: 29px;
    line-height: 36px;
    height: 72px;
    color: #959595;
}


/*17 PORTFOLIO*/
#main_content li.portfolio_module{
    display: inline;
    float: left;
    width: 220px;
    height: 234px;
    background: url(../images/skin1/module_body_bg.png) no-repeat;
    background-position: 0 0;
    margin: 0 0 36px 20px;
    padding: 0;
}
#main_content li.first{
    margin-left: 0;
}
#main_content li.portfolio_module h3 a{
    float: left;
    display: block;
    width: 200px;
    height: 36px;
    color: #4894c7;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 9px 10px;
}
#main_content li.portfolio_module h3 a:hover{
    color: #306385;
    text-decoration: none;
}
#main_content li.portfolio_module p{
    float: left;
    width: 200px;
    padding: 9px 10px;
    margin: 0;
}
#main_content li.portfolio_module p a{
    text-decoration: underline;
}
#main_content li.portfolio_module img{
    float: left;
    border: 1px solid #fafafa;
    margin: 0 10px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#main_content li.portfolio_module img:hover{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*18 PANEL*/
.tab {
    width: 940px;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 999;
}
.tab ul.login {
    display: block;
    position: relative;
    float: right;
    clear: right;
    right: 60px;
    height: 29px;
    width: auto;
    margin: 0;
}
.tab ul.login li.left {
    background: url(../images/skin1/login_panel/slide_panel_tab_l.png) no-repeat left 0;
    height: 29px;
    width: 19px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.login li.right {
    background: url(../images/skin1/login_panel/slide_panel_tab_r.png) no-repeat left 0;
    height: 29px;
    width: 21px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.login li {
    text-align: left; 
    padding: 0px;
    display: block;
    float: left;
    width: 132px;
    height: 29px;
    background: url(../images/skin1/login_panel/slide_panel_tab_bg.png) repeat-x 0 0;
}
.tab a.open,
.tab a.close{
    height: 29px;
    cursor: pointer;
    display: block;
    width: 132px;
}
.tab a.open{
    background: url(../images/skin1/login_panel/slide_panel_tab_btn.png) no-repeat left -58px;
}
.tab a.close{
    background: url(../images/skin1/login_panel/slide_panel_tab_btn.png) no-repeat left 0;
}
.tab a:hover.open{
    background: url(../images/skin1/login_panel/slide_panel_tab_btn.png) no-repeat left -87px;
}
.tab a:hover.close{
    background: url(../images/skin1/login_panel/slide_panel_tab_btn.png) no-repeat left -29px;
}
#toppanel{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}
#topline{
    width:auto;
    height: 3px;
    background: url(../images/skin1/gradient_bg.png);
    background-position:-510px;
}
#topline div{
    width:auto;
    height: 3px;
    background: url(../images/skin1/topline_transpatent_border.png) repeat-x;
}
#panel{
    width: 100%;
    height: 231px;
    padding-top: 33px;
    color: #ccc;
    background: url(../images/skin1/dark_noisy_bg.jpg);
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: none;
    border-bottom: 3px solid #183243;
}
#panel .panel_gradient_bg{
    width:auto;
    height: 231px;
    background: url(../images/skin1/login_panel/panel_gradient_bg.png) bottom left repeat-x;
}
#panel .content{
    width: 940px;
    margin: 0 auto;
    font-size: 12px;
    background: url(../images/skin1/login_panel/panel_vertical_separate_line.png) top left repeat-y;
}
#panel .content .margin{
    width: 280px;
    margin-left: 40px;
}
#panel .content h4{
    line-height: 18px;
    font-size: 18px;
    color: #e1e1e1;
    font-weight: normal;
    margin-bottom: 18px;
}
#panel p{
    margin-top: 18px;
}
#panel a{
    color: #306385;
    text-decoration: none;
    border-bottom: 1px dashed #fafafa;
}
#panel a:hover{
    color: #4894c7;
    text-decoration: none;
    border: none;
}
form.panel_form input{
    width: 215px;
    padding: 4px 0 5px 5px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    margin: 4px 0 5px 0;
}
form.panel_form input.idleField{
    color: #ccc;
    background: url(../images/skin1/form_input_bg.png);
    border: 1px solid #969ea3;
}
form.panel_form input.focusField{
    color: #fafafa;
    background: url(../images/skin1/form_input_active_bg.png);
    border: 1px solid #cab80d;
}
form.panel_form input.password{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size:13px;
    margin: 14px 0;
}
form.panel_form input.checkbox{
    color: #cab80d;
    background: none;
    line-height: 18px;
    padding: 0;
    border:0;
    position: relative;
    top: 1px;
    float: none;
    width: auto;
    height: auto; 
    margin: 0 5px 0 5px;
}
form.panel_form .panel_form_button{
    padding-top: 4px;
    margin-top: 18px;
}
form.panel_form .panel_form_button a{
    line-height: 27px;
}
form.panel_form button{
    float: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color:#183243;
    background: url(../images/skin1/footer_and_panel_button_bg.png) top left repeat-x;
    cursor: pointer;
}
form.panel_form button:hover{
    color:#f2f2f2;
    border-color: #306284;
    background-position: 0 -27px;
}
#panel form.panel_form p{
    margin:0;
}

::-webkit-validation-bubble-message { display: none; }
p.error {color: red;}
p.success {color: green;}