/************************************************************************************/
/* GLOBAL                                                                           */
/************************************************************************************/
*
{
    margin: 0;
    padding: 0;	
}

/************************************************************************************/
/* GLOBAL TYPEDEFS                                                                  */
/************************************************************************************/
html, body
{
	height: 100%;
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

body
{
	font-size: .9em;
	font-family: "Frutiger" , "Univers" , "Helvetica Neue" , Arial, helvetica, sans-serif;
}
img
{
	border: 0px none;
}

p,
h1,
h2,
h3,
h4
{
	line-height: 145%;
	margin: .3em 0;	
}

h1,
h2
{
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

h1
{
	font-size: 165%;
}

h2
{
	font-size: 142%;
}

h3
{
	font-size: 127%;
}

h4
{
	font-size: 110%;
}

h5
{
	font-size: 100%;
}	

table,
tbody,
tr,
td
{
	margin:0px;
	padding:0px;
	vertical-align: top;
}

a:link
{
	color: #00d;
}

a:visited
{
	color: #90c;
}

/************************************************************************************/
/* GLOBAL LAYOUT                                                                    */
/************************************************************************************/
.clear
{
	clear: both;
}

.centered
{
	text-align: center;
}

.left
{
	text-align:left;
}

.page
{
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.full_width
{
	width: 100%;
}

.full_height
{
	height: 100%;
}

.half_width
{
	width: 50%;
}

.half_height
{
	height: 50%;
}

.one_third_width
{
	width: 33%;
}

.long_one_third_width
{
	width: 34%;
}

.one_third_height
{
	height: 33%;
}

.long_one_third_height
{
	height: 34%;
}

.spacer
{
	width: 4px;
}

.bordered
{
	border: 1px solid;
}

.logo
{
	position: absolute;
	left: 16px;
	top: 16px;
}

.padded
{
    padding: 2px 4px;
}

.wide_padded
{
    padding: 4px 10px;
}

.invisible
{
    display: none;
    visibility: hidden;
}

/************************************************************************************/
/* GLOBAL COLORS                                                                    */
/************************************************************************************/
.base_colored
{
	background-color: #ffffff;
	color: #000000;
}

.standout_colored
{
	border-color: #b6b6b6;
	background-color: #f1f1f1;
	color: #222222;
}

.highlight_1_colored
{
	background: #2381e4 url( '/images/t1bg.gif' ) repeat-x top left;
	background: 1px solid black;
	border-color: Black;
}

.highlight_2_colored
{
	background: #ff9800 url( '/images/t2bg.gif' ) repeat-x top left;
	background: 1px solid black;
	border-color: Black;
}

.highlight_3_colored
{
	background: #8bdb29 url( '/images/t3bg.gif' ) repeat-x top left;
	background: 1px solid black;
	border-color: Black;
}

.page_body .error_colored
{
    border-color: #bb2222;
	background-color: #f0e0e0;
}


/************************************************************************************/
/* Page Header                                                                      */
/************************************************************************************/
.page_header
{
	margin: 0;
	padding: 0;
	height: 108px;
	position: relative;
	color: Black;
	background: #ff7601 url( '/images/header-bg.gif' );
	display: none;
	visibility: hidden;
}
.page_header img .left_image,
.page_header img .right_image
{
	padding: 0;
	margin: 0;
	border-width: 0;
	position: relative;
}
.page_header .left_image
{
	float: left;
	left: -1px;
}
.page_header .right_image
{
	float: right;
	right: -1px;
}

.page_header .headerLinks
{
	text-align: right;
	position: absolute;
	padding: 0;
	right: 11px;
	bottom: 11px;
	margin: 0px;
}

.page_header .headerLinks a:link,
.page_header .headerLinks a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.page_header .headerLinks a:hover
{
	color: white;
}

/************************************************************************************/
/* NON-GLOBALS                                                                      */
/************************************************************************************/

.page_body
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;    
	height: 100%;
	width: 100%;
}

.content
{
    margin: 6px;
    font-family: "Trebuchet MS", sans-serif;
}

.page_body .content table
{
	width: 100%;
}

.right_spacer
{
    margin-right: 2px;    
}

.left_spacer
{
	margin-left: 2px;
}

.video_box
{
    float: left;
    clear: none;
    width: 67%;
}

.login_box
{
    float: right;
    clear: none;
    width: 33%;
}



/************************************************************************************/
/* Page Footer                                                                      */
/************************************************************************************/
.footer
{
	text-align: center;
	margin: 2px auto 16px;
	width: 45em;
}
.footer, .finePrint
{
	color: #999;
	font-size: 85%;
}
.footer .bottom_nav a:link
{
	color: #6a6a6a;
}
.footer .bottom_nav a:visited
{
	color: #808080;
}
.footer .bottom_nav a:hover
{
	color: black;
}

.footer .bottom_nav
{
	font-size: 92%;
	text-align: center;
	margin: 16px auto 6px;
	width: 45em;
}

.footer p
{
	margin: 3px 0;
}


/************************************************************************************/
/* NOTES                                                                            */
/************************************************************************************/

/*

Color Pallet:

#ffd9b8 - light orange cf04 for header links
#ff8100 - cartfly04 medium light
#ff7601 - cartfly04 medium 
#ffaf2a - cartfly04 light

*/

/************************************************************************************/
/* OLD CODE                                                                         */
/************************************************************************************/

/*
#content .majorDivNoLeftPadding
{
	margin: 10px 10px 10px 0;
}

#content .onlyMajorDiv
{
	padding: 1.5em 2.4em 1em 2.4em;
}

#content .onlyMajorDiv h1
{
	margin-bottom: 1em;
}

#content .onlyMajorDiv p
{
	margin-bottom: 1.7em;
	line-height: 170%;
}

#content .onlyMajorDiv h3
{
	line-height: 100%;
	margin-bottom: 1.338em;
}

#content #IMPORTEDCONTENT p
{
	line-height: 125%;
	margin-bottom: .5em;
	text-indent: 0;
}

#toutsTable
{
}

#toutsTable td
{
	vertical-align: top;
	margin: 0;
}

#toutsTable td.separator
{
	overflow: hidden;
	width: 10px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 2px;
}

#toutsTable .vertSpace
{
	overflow: hidden;
	height: 10px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 2px;
}

#tout1cell, #tout2cell, #tout3cell
{
	padding: 4px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.errorDiv, #content .errorDiv
{
	border-color: #b22;
	background-color: #f0e0e0;
}

.errorDiv, #content .errorDiv a:link, #content .errorDiv a:visited
{
	color: #b22;
}

.errorDiv .solution a, #content .errorDiv .solution a:link, #content .errorDiv .solution a:visited
{
	background-color: #b22;
	color: white;
	display: block;
	width: 5em;
	text-align: center;
	font-size: 200%;
	line-height: 110%;
	margin: 1em auto;
	padding: .6em 2em;
	font-family: "Trebuchet MS";
}

.merchantTile
{
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	background-color: #22262c;
	position: relative;
}
*/