﻿/* --- default style --- */
body, html 
{
    font: 11px Tahoma; color: #eef5fd;  margin: 0; padding: 0; background: #0062a1 url(body_bg.jpg) repeat-x 0 235px;
}  
p, table, input, textarea, select, td, br, .text
{
    font: 11px Tahoma; color: #666666;
    vertical-align: top;
}
.noborder
{
    border: none;
    width: auto;
}
#main_content table, #main_content input, #main_content textarea, #main_content select, #main_content td
{
    font: 11px Tahoma; color: #666666;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, ul, form
{
    margin: 0; padding: 0; list-style: none;
}
h1
{
    color: #0098eb;
    font-size: 11px;
}
h2 
{
    color: #0098eb;
    font-size: 12px;
}
ul.list
{
    margin: 5px 0 5px 15px; list-style-type: disc;
}
a 
{
    color: #373737; text-decoration: underline;
}
a:hover 
{
    text-decoration: underline;
}
.left 
{
    float: left;
}
.right 
{
    float: right;
}
.underline 
{
    text-decoration: underline;
}
img 
{
    border: none;
}
.clear 
{
    clear: both;
}
.blue 
{
    color: #0098eb;
}
.dark-blue 
{
    color: #023c6c;
}
.gray
{
    color: #666666;
}
/* --- main style --- */
#main_outer
{
    position: relative;
}
/* --- header style --- */
#header 
{
    position: absolute;
	background: url(header_bg.jpg) repeat-x;
	width: 100%;
	height: 235px;
}
#header .logo 
{
    position: absolute;
    width: 203px;
    height: 56px;
    left: 83px;
    top: 100px; 
    background: url(kerry_logo.png) no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='kerry_logo.png', sizingMethod='scale');
}
*html #header .logo 
{
    background: none;
}
#header .search
{
    position: absolute;
    top: 33px;
    right: 100px;
    width: 255px;
    height: 38px;
    background: url(search_bg.gif) no-repeat;
}
#header .search input
{
    border: none;
    background: none;
    color: #14a2e2;
    margin: 10px 0 0 5px;
    width: 65px;
    cursor: pointer;
}
#header .search input.text
{
    margin-left: 20px;
    width: 140px;
    padding-left: 5px;
    cursor: text;
}
/* --- menu --- */
#menu 
{
    position: relative;
    width: 575px;
    height: 24px;
    margin: auto;
}
#menu a
{
    color: #eef5fd;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover
{
    color: #006298;
}
#menu li
{
    position: relative;
    float: left;
    height: 19px;
    padding: 5px 10px 0 5px;
    background: url(menu_bg.gif) repeat-x;    
}
#menu li.first
{
    width: 35px;
    padding: 5px 0 0 0;
    background: url(menu_first.gif) no-repeat;    
}
#menu li.last
{
    width: 10px;
    padding: 5px 0 0 0;
    background: url(menu_last.gif) no-repeat;    
}
#menu li.mid
{
    width: 35px;
    padding: 5px 0 0 0;
    background: url(menu_middle.gif) no-repeat;    
}
.sub-menu 
{
    padding: 10px 0 5px 20px;
    font: bold 11px Tahoma;
}
.sub-menu a
{
    color: #271180;
}
.sub-menu .blue
{
    color: #0098eb;
}
/* --- content --- */
#content 
{
    position: absolute;
    height: 1%;
    padding: 0 40px;
	margin-top: 235px;
}
/* --- left column --- */
#content #left_col
{
    position: relative;
    float: left;
    padding-top: 24px;
    width: 271px;
}
#content #left_col .login
{
    position: relative;
    width: 253px;
    padding-left: 18px;
    margin-bottom: 20px;
    height: 133px;
    background: url(login_bg.gif) no-repeat;
}
#content #left_col .login input
{
    border: none;
    background: none;
    color: #989898;
    width: 86px;
    padding-left: 8px;
    padding-right: 0px;
    margin: 61px 0 0 3px;
    cursor: text;
}
#content #left_col .login input.log-in
{
    width: 30px;
    padding-left: 0;
    cursor: pointer;
}
#content #left_col .login .address
{
	color: #eef5fd;
	width: 140px;
    margin-top: 15px;
    float: right;
	margin-top: -60px;
    font-size: 10px;
}
#content #left_col .login .bin
{
    position: absolute;
    width: 200px;
    left: 60px;
    top: 105px;
    font-weight: bold;
}
/* --------------------------------------------------------------- */
#content #left_col .blue_box
{
 	color: #eef5fd;
    margin-bottom: 20px;
    padding: 15px 0 0 20px;
    width: 251px;
    height: 187px;
    background: url(blue_box.gif) no-repeat;
}
#content #left_col .blue_box h1
{
    font-size: 12px;
    margin-bottom: 20px;
}
#content #left_col .blue_box ul
{
    margin-left: 15px;
    list-style-image: url(blue_arrow.gif);
}
#content #left_col .blue_box ul li
{
    padding-bottom: 5px;
}
#content #left_col a
{
    color: #eef5fd;
    text-decoration: none;
}
#content #left_col a:hover
{
    text-decoration: underline;
}
#content #left_col .blue_box ul li a
{
    text-decoration: underline;
}
/* --- right column --- */
#content #right_col
{
    margin-left: 20px;
}
#content #right_col .corner_lt
{
    background: url(corner_lt.gif) no-repeat left top;
}
#content #right_col .corner_rt
{
    position: relative;
    padding: 0 8px;
    background: url(corner_rt.gif) no-repeat right top;
}
#content #right_col .block_t
{
    height: 7px;
    font-size: 1px;
    background: #fff;
    border-top: 1px solid #adc8dc;
}
#content #right_col .corner_lb
{
    background: url(corner_lb.gif) no-repeat left bottom;
}
#content #right_col .corner_rb
{
    position: relative;
    padding: 0 8px;
    background: url(corner_rb.gif) no-repeat right bottom;
}
#content #right_col .block_b
{
    height: 7px;
    font-size: 1px;
    background: #fff;
    border-bottom: 1px solid #adc8dc;
}
/* -------------------------------------------------------- */
#content #right_col .content
{
    position: relative;
    border-left: 1px solid #adc8dc;
    border-right: 1px solid #adc8dc;
    background: #fff;
    padding: 0 8px;
}
#content #right_col .content .inet_box_left
{
    position: relative;
    background: url(inet_box_left.gif) no-repeat left;
}
#content #right_col .content .inet_box_right
{
    position: relative;
    padding: 0 13px;
    background: url(inet_box_right.gif) no-repeat right;
}
#content #right_col .content .inet_box
{
    text-align: center;
    height: 43px;
    background: url(inet_box_bg.gif) repeat-x;
}
/* -------------------------------------------------------- */
#content #right_col .content .price_box
{
    width: 272px;
    min-height: 185px;
    text-align: left;
    padding: 15px 0 0 20px;
    background: url(price_box.jpg) no-repeat top;
}
#content #right_col .content .price_box_2
{
    height: 180px;
    background: url(price_box_2.jpg) no-repeat top;
}
#content #right_col .content .price_descript
{
    color: #FFFFFF;
	width: 272px;
    padding: 10px 0 0 20px;
    text-align: left;
    background: url(price_descript_bg.gif) repeat-y;
}
#content #right_col .content .price_descript img
{
    margin-bottom: 10px;
}
#content #right_col .content .price_box img
{
    float: left;
    margin-right: 10px;
}
#content #right_col .content .price_box h1
{
    font: 11px Tahoma;
    margin-bottom: 30px;
}
#content #right_col .content input.btnOrder
{
    color: #eef5fd;
    width: 65px;
    height: 18px;
    border: none;
    font-size: 10px;
    cursor: pointer;
    background: url(btnOrder.gif) no-repeat;
}
#content #right_col .content a.btnOrder
{
    color: #eef5fd;
    width: 65px;
    height: 18px;
    border: none;
    font-size: 10px;
    cursor: pointer;
    background: url(order.gif) no-repeat;
}

#content #right_col .content input.add_to_cart
{
    color: #eef5fd;
    width: 117px;
    height: 21px;
    border: none;
    font-size: 10px;
    cursor: pointer;
    background: url(btnAddCart.gif) no-repeat;
}
#content #right_col .content .price_box b
{
    display: block;
    float: left;
    margin: 88px 0 5px 0;
    width: 65px;
    text-align: center;
    color: #0c5b96;
}
/* -------------------------------------------------------- */
#content #right_col .blue_box_lt
{
    margin-top: 20px;
    background: url(blue_box_lt.gif) no-repeat left top;
}
#content #right_col .blue_box_rt
{
    position: relative;
    padding: 0 10px;
    background: url(blue_box_rt.gif) no-repeat right top;
}
#content #right_col .blue_box_t
{
    height: 10px;
    font-size: 1px;
    background: #34a0d6;
}
#content #right_col .blue_box
{
    padding: 30px 40px;
    background: #34a0d6;
}
#content #right_col .blue_box_lb
{
    background: url(blue_box_lb.gif) no-repeat left bottom;
}
#content #right_col .blue_box_rb
{
    position: relative;
    padding: 0 8px;
    background: url(blue_box_rb.gif) no-repeat right bottom;
}
#content #right_col .blue_box_b
{
    height: 10px;
    font-size: 1px;
    background: #34a0d6;
    margin-bottom: 20px;
}
/* ------------------------------------------------------------------------- */
#content #right_col .text
{
    padding: 10px 20px;
    
}
#content #right_col .form td
{
    padding: 5px;
    width: 49%;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
}
#content #right_col label
{
    color: #f00;
}
#content #right_col input, #content #right_col textarea, #content #right_col select
{
    border: 1px solid #b2c2d7;
    width: 175px;
    font: 11px Tahoma;
    color: #666666;
}
#content #right_col select
{
    width: 180px;
}
#content #right_col textarea
{
    width: 175px;
    height: 50px;
    overflow: auto;
}
#content #right_col input.standard
{
    width: auto;
    background: #e5e5e5;
    cursor: pointer;
}
#content #right_col input.check
{
    border: none;
    width: auto;
}
/* --- footer --- */
#footer 
{
    position: relative;
    padding: 0 50px;
    margin-bottom: 20px;
}
#footer img
{
    float: left;
    margin-right: 20px;
}
#footer a
{
    color: #eef5fd;
}
#footer center
{
   margin: -20px 0 0 290px;
}
div {
	border: 0px solid red;
}

