/* ------ BEGIN GLOBAL STYLE SETTINGS ------ */
body {
    font-family: sans-serif;
    font-size: 12px;
    
    /* The margin and padding have to be set to 0 for ie6 otherwise it
    messes with the width=100% of the viewport directives below */
    margin: 1em;
    _margin: 0em; /* sets it back for ie6 */
    margin-top: 80px;
    margin-bottom: 3em; /* changed from 3 to 10 at the last moment */
    padding: 0em;
    padding-top: 3em;

    background-color: white;
/*    background-image: url(/images/logo_bg.gif); */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
}

#header {
    height: 80px;
    /* background-color: #EEEEEE; substitue for bg.gif if not rendered */
    
    
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    
    background-image: url(/images/header_bg.gif);
}

/* ie6 only */
* html #header {
    /* IE6 requires the width to be set to 100% because it doesn't
    understand the right: 0px declaration for absolute positioning. */
    width: 100%;
}

#header #site_title {
    font-family: Futura-CondensedMedium, sans-serif;
    font-size: 50px;
    font-weight: normal;
    color: #666666;
    
    position: absolute;
    bottom: 0px;
    left: 15px;
}

#header #navigation_popupmenu {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#navigation {
    display: block;
    
    white-space: nowrap;

    height: 2em;
    margin: 0px;
    padding: 0px;
    padding-left: 10px; /* changed to 0 to fix extender bug */
    
    position: fixed; /* changed from fixed to abs for ie6 */
    _position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    z-index: 10;    
    
    background-image: url(/images/nav_bg.gif);
    border: 1px solid rgb(218, 109, 57);
}

/* ie6 only */
* html #navigation {
    /* IE6 requires the width to be set to 100% because it doesn't
    understand the right: 0px declaration for absolute positioning. */
    width: 100%;
    
    /* The border takes up extra space though, so it has to be removed
    in order to fill exactly the window width. */
    border: 0px;
    
    /* The padding also counts as extra space and must be removed. */
    padding-left: 0px;
}

#navigation li {
    display: block;
    float: left; 
    
    font-size: 12px;
    line-height: 2em;
    
    height: 2em;
}

#navigation li:hover {
    background-image: url(/images/nav_bg_rollover.gif);
}

#navigation li a {
    font-family: Geneva, Sans-Serif;
    font-size: 13px;
    color: white;
    text-decoration: none;

    padding-left: 0.75em;
    padding-right: 0.75em;
}

#footer {
    /* IE6 can't properly render fixed elements. So I just don't show
    it in ie6 by using the _property css hack. */
    _display: none;

    position: fixed; /* changed for ie6 from fixed */
    bottom: 0px;
    left: 0px;
    right: 0px;
    
    height: 2em;
    line-height: 2em;
    color: #666;
    text-align: center;
    
    z-index: 10;

background-color: white;    
/*    background-image: url(/images/nav_bg.gif);*/

    /* borders extend past width = 100% */
    // border: 1px solid rgb(218, 109, 57);
}

/* ie6 only */
* html #footer {
    /* IE6 requires the width to be set to 100% because it doesn't
    understand the right: 0px declaration for absolute positioning. */
    width: 100%;
}

img {
    border: 0px;
}

a {
    color: rgb(220, 90, 40);
    border: 0px;
}
/* ------ END GLOBAL STYLE SETTINGS ------ */

/* Fixed-width page container */

#fixedwidth {
	width: 700px;
	margin: 0px auto;
	margin-top: 1.5em;
}

div.sw_product {
	position: relative;
	line-height: 140%;
	font-family : sans-serif;
	font-size: 11pt;
	color: #333;
	clear: both;
	padding-left: 115px;
	margin-bottom: 3em;
}

div.sw_product a {
	text-decoration: none;
}

div.sw_product .sw_name {
	display: block;
	font-size: 200%;
	margin-bottom: 0.3em;
}

div.sw_product img {
	float: left;
	margin-right: 15px;
	margin-left: -115px;
}


/* ------ BEGIN COLUMN VIEW STYLE ------ */
.content_block {
    float: left;
    width: 24em;
    margin: 10px;
    margin-top: 0;
    font-family: Geneva, sans-serif;
    color: #333333;
    padding-bottom: 40px;
}

.content_block h1, .front_block h1 {
    border-bottom: 1px solid #888888;
    font-size: 20px;
    font-weight: normal;
}

.content_block h2, .front_block h2 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0.25em;
    margin-top: 1em;
}

.content_block p {
    font-size: 12px;
    margin: 0px;
    margin-bottom: 1em;
}
/* ------ END COLUMN VIEW STYLE ------ */


/* ------ BEGIN PRODUCT PAGE STYLE ------ */
#product_page {
    width: 800px;
}

#product_info {
    float: right;
    font-size: 12px;
    width: 200px;
    text-align: center;
    padding: 1em;
}

#product_info .product_name {
    font-size: 16px;
    font-weight: bold;
}

#product_body {
    margin-right: 250px;
    text-align: left;
}

#product_body h1 {
    font-family: GillSans-Light, Verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #639BC8;
}

#product_body h2 {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}

#product_body p {
    font-family: sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.25em;
    margin-top: 0.25em;
}
/* ------ END PRODUCT PAGE STYLE ------ */

ul.attributelist {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

ul.attributelist li {
    margin-bottom: 0.7em;
    text-align: left;
}

ul.attributelist span {    
    font-weight: bold;
    padding-right: 10px;
    
    display: block;
    width: 5em;
    float: left;
    text-align: right;
}

.roundrect {
    border: 1px solid #CCCCCC;
    position: relative;
}

.rrect_topleft {
    background: url(/images/rrect_topleft.gif) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.rrect_topright {
    background: url(/images/rrect_topright.gif) no-repeat ;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -1px;
    top: -1px;
    
}
.rrect_bottomleft {
    background: url(/images/rrect_bottomleft.gif) no-repeat ;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}
.rrect_bottomright {
    background: url(/images/rrect_bottomright.gif) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.front_block {
    font-family: Geneva, sans-serif;
    color: #333333;
}

.front_block td {
    width: 20em;
    padding: 5px;
}

.porttabs {
    text-align: center;
    border-bottom: 1px solid #666666;
    padding: 0;
}

.porttabs .item {
    padding: 0.5em;
    margin: 0px;
    text-align: center;
    border: 1px solid white;
    border-bottom: 0;
}

.porttabs .item:hover {
    border: 1px solid #666666;
    border-bottom: 0;
}

.porttabs .title {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    display: block;
}