﻿body 
{
    background-color: #d9d9d9;
    margin: 0px;
    padding: 0px;
	font-family: arial,helvetica,sans-serif;
	color: #003300;
}
/* ===== DEFAULT STYLES ===== */
div, span, ol, ul, li, table, tr, td, img
{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
a img
{
    border: none;
}
p
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 145%;
}
a, a:link, a:visited, a:active
{
    /*color: #660099;*/
	color: #663366;
    text-decoration: none;
}
a:hover
{
    color: #003300;
    text-decoration: underline;
}
h1
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h2
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h3
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h4
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
h5
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
h6
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 5px;
}
ul, ol
{
    padding: 0px 0px 10px 30px;
    color: #003300;
    font-family: arial,helvetica,sans-serif;
}
ul ul, ol ol
{
    padding-bottom: 0px;
}
ul li
{
    list-style-type: disc;
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: circle;
}
ol li
{
    list-style-type: decimal;
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: lower-alpha;
}
ul ul ul li
{
    list-style-type: lower-roman;
}
/* ======================= */
/* ===== MAIN STYLES ===== */
#wrapper
{
}
#box
{
    width: 980px;
    margin: 0px auto;
}
#boxtop
{
    background: url(images/cpx/boxtop.jpg) no-repeat;
    height: 134px;
    position: relative;
}
.logo_link
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.logo_link a
{
	display: block;
	height: 110px;
	width: 340px;
}
.logo_link a span
{
	position: absolute;
	margin-left: -7777px;
}
#specialitem
{
	position: absolute;
	top: 155px;
	left: 360px;
}
#boxmenu
{
    position: absolute;
    top: 65px;
    left: 560px;
}
#boxmenu h1 {position: absolute; margin: 0px 0px 0px -7777px; font-size: 0px; padding: 0px;}
#boxmenu ul
{
    padding: 0px;
    margin: 0px;
}
#boxmenu li
{
    display: block;
    float: left;
    height: 30px;
    list-style-type: none;
}
#boxmenu a
{
    display: block;
    height: 30px;
}
.menu_design
{
    background: url(images/cpx/menu_design.jpg) no-repeat;
}
.menu_design a, .menu_design a:link, .menu_design a:visited
{
    width: 101px;
}
.menu_design a:hover
{
    background: url(images/cpx/menu_design_on.jpg) no-repeat;
}
.menu_standards
{
    background: url(images/cpx/menu_standards.jpg) no-repeat;
}
.menu_standards a, .menu_standards a:link, .menu_standards a:visited
{
    width: 124px;
} 
.menu_standards a:hover
{
    background: url(images/cpx/menu_standards_on.jpg) no-repeat;
}
.menu_cms
{
    background: url(images/cpx/menu_cms.jpg) no-repeat;
}
.menu_cms a, .menu_cms a:link, .menu_cms a:visited
{
    width: 83px;
}
.menu_cms a:hover
{
    background: url(images/cpx/menu_cms_on.jpg) no-repeat;
}
.menu_code
{
    background: url(images/cpx/menu_code.jpg) no-repeat;
}
.menu_code a, .menu_code a:link, .menu_code a:visited
{
    width: 86px;
}
.menu_code a:hover
{
    background: url(images/cpx/menu_code_on.jpg) no-repeat;
}
.boxbody
{
    background-color: #fff;
    height: 1%;
}
.boxbody_leftbg
{
    background: url(images/cpx/boxbody_leftbg.jpg) repeat-y left;
}
.boxbody_rightbg
{
    background: url(images/cpx/boxbody_rightbg.jpg) repeat-y right;
}
.boxbody_topbg
{
    background: url(images/cpx/boxbody_topbg.jpg) no-repeat top;
}
.boxbody_bttmbg
{
    background: url(images/cpx/boxbody_bttmbg.jpg) no-repeat bottom;
}
#boxcontent
{
    background-color: Transparent;
}
.boxcontent_pad
{
    padding: 10px 30px 0px 50px;
}
.boxmain
{
}
.boxsubnav
{
    padding: 0px 0px 0px 40px;
    overflow: hidden;
}
.subnavleft_wrap
{
    float: left;
    width: 300px;
}
.boxlogin
{
    position: relative;
}
.boxlogin span
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}
.boxlogin a, boxlogin a:link, boxlogin a:visited
{
    color: #003300;
    vertical-align: top;
}
.boxlogin a:hover
{
    color: #660099;
    text-decoration: none;
}
.subnavright_wrap
{
    float: right;
    width: 300px;
    text-align: right;
}
#content_wrap
{
    overflow: hidden;
    padding: 10px 0px 0px;
}
.leftcontent_wrap
{
    float: left;
    width: 625px;
	overflow: hidden;
}
.leftcontent_pad
{
}
.rightcontent_wrap
{
    float: right;
    width: 275px;
}
.rightcontent_pad
{
    padding: 15px 5px 10px 50px;
    min-height: 256px;
}
.bracket_mid
{
    background: url(images/cpx/bracket_mid.jpg) no-repeat center left;
}
.bracket_top
{
    background: url(images/cpx/bracket_top.jpg) no-repeat top left;
}
.bracket_bttm
{
    background: url(images/cpx/bracket_bttm.jpg) no-repeat bottom left;
}
.bracket_long
{
    background: url(images/cpx/bracket_long.jpg) repeat-y top left;
}
#boxfooter
{
    background: url(images/cpx/boxfooter.jpg) no-repeat;
    height: 141px;
}
#boxfooter p
{
    color: #003300;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#boxfooter a, #boxfooter a:link, #boxfooter a:visited, #boxfooter a:active
{
    color: #003300;
    text-decoration: none;
}
#boxfooter a:hover
{
    color: #660099;
    text-decoration: underline;
}
.footer_wrap
{
    padding: 50px 0px 0px 0px;
}
.leftfooter_wrap
{
    float: left;
    width: 480px;
}
.leftfooter_pad
{
    text-align: center;
}
.rightfooter_wrap
{
    float: right;
    width: 480px;
}
.rightfooter_pad
{
    text-align: center;
}


/* ===== PRELOADS ===== */

.preload
{
    position: absolute;
    margin-left: -7777px;
    height: 1px;
    width: 1px;
}
.menu_design_pl { background: url(images/cpx/menu_design_on.jpg) no-repeat; }
.menu_standards_pl { background: url(images/cpx/menu_standards_on.jpg) no-repeat; }
.menu_cms_pl { background: url(images/cpx/menu_cms.jpg) no-repeat; }
.menu_code_pl { background: url(images/cpx/menu_code_on.jpg) no-repeat; }

