/*//NEW TEMPLATE*/

body
{
	background-color:#EEEEEE;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color:#5C5B5B;
}

*
{
	/*
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*/
	margin: 0;
	padding: 0;
}

a 
{
	color:#3882C3;
	text-decoration:none;
}

a:hover 
{
	text-decoration: underline;
}

.gray_a a
{
	color: #777777;
}

img 
{
	border: none;
}

.clear
{
	clear: both;
}

.outer_wrapper
{
	width: 960px;
	margin: 0 auto;
}

.wrapper
{
	background-color:#FFFFFF;
	width: 100%;
	border: 1px solid #CDCDCD;
}

/*Start Header*/
#kampyle_logo
{
	float: left;
	margin:8px 0pt 3px;
}

#kampyle_title
{
	float: left;
	font-weight:bold;
	color:#777777;
	font-size:1.1em;
}

#kampyle_signin
{
	float: right;
	font-size: 0.9em;
	padding-right: 15px;
}

.kampyle_header_text
{
	margin-top: 67px;
}

/* Start Header Menu */
#menu 
{
    float: left;
    width: 960px;
    margin: 3px 0 0 0;
    padding:0 0 5px 0;
}
    
.main_menu
{
	height: 25px;
	overflow: hidden;
	background: #505050 url("/images/header/bgmenu.gif") repeat-x left top;
}
.main_menu_blue
{
	background: #808181 url("/images/header/bgmenu_blue.jpg") repeat-x left top;
}

.main_menu_black
{
	background: #808181 url("/images/header/bgmenu_black.gif") repeat-x left top;
}

.main_menu_gray
{
	background: #808181 url("/images/header/bgmenu_gray.gif") repeat-x left top;
}

#menu UL, #menu UL LI 
{
    margin: 0;
    padding: 0;
}

#menu UL LI 
{
    list-style-type: none;
    float: left;
    display: block;
    color: #FFFFFF;
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
}

#menu UL LI A {
    color: #FFFFFF;
    display: block;
    padding: 2px 7px 3px 7px;
}

#menu UL LI SPAN {
    padding-top: 2px;
    display: block;
}

#menu LI#first {
    margin-left: 15px;}

#menu UL LI.selected {
}

#menu UL LI A:HOVER, #menu UL LI.selected A {
    text-decoration: none;
}

#menu UL LI UL {
    display: none;
    position: absolute;
	z-index: 1000;}



#menu UL LI UL LI {
    clear: left;
    background: #F3F3F3;
    margin: 0;
    width: 235px;
    /*_width: 237px; in ie6_new.css*/
    border-left: 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    font-size: 12px;
    padding: 1px 0;
    text-align:left;
}



#menu UL LI UL LI A {
    color: #5B5B5B;
    background: none;
    /*_width: 221px;in ie6_new.css*/
}
   
#menu UL LI.main_menu_button {  
   float: right;
   margin: 0;
   height: 20px;
   padding: 5px 21px;
   background-image: url(/images/header/bgbutton-regular.gif)
}

#menu UL LI UL LI.topimage,  #menu UL LI UL LI.bottomimage
{
	width: 235px;
    /*_width: 237px;in ie6_new.css*/
    height: 17px;
    padding: 0;
    border: 1px solid #7F7F7F;
}
#menu UL LI UL LI.topimage {
    border-bottom: none;
    height:auto;
    background: #505050 url("/images/header/bgsubmenu.gif") repeat-x left top;    
}


#menu UL LI UL LI.bottomimage {
    border-top: none;
    height:auto;
    background: #F3F3F3;
}

/* End Header Menu */


/*End Header*/

/*start footer*/
#kampyle_footer
{
	margin: 10px 0 30px 0;
	text-align: center;
	font-size: 11px;
}

#kampyle_footer #ssl_seal
{
	float: left;
	margin-top: -12px;
}
#kampyle_footer #beyond_security_seal
{
	float: left;
	margin-left:250px;
}
#kampyle_footer #copyright
{
	float: right;
}

#kampyle_footer #links
{
	list-style-type: none;
	clear: left;
	margin-left: 300px;
}

#kampyle_footer #links li
{
	border-left: 1px solid #777777;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
/*end footer*/

