html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_html.jpg);
	background-position: top left;
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #575757;
	padding: 0px;
	margin: 0px;
}

#page_container {
	background-color: #FFFFFF;
	width: 915px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 5px 20px;
}

#page_btm {
	width: 955px;
	height: 20px;
	margin: 0px auto 50px auto;
	background-image: url(../images/rounded_btm.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


/*	HEADER
------------------------*/

#header {
	height: 102px;
	background-image: url(../images/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
		
}

#sprint_logo {
	padding-top: 23px;
	float: left;
}


#toolbox {
	float: right;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 23px;
	height: 36px;
	border-left: 12px solid #FFFFFF;
	line-height: 20px;
}

#toolbox a {
	color: #575757;
	text-decoration: none;
}

#toolbox a:hover {
	color: #000000;
}

#toolbox .field_search {
	width: 117px;
	border: 1px solid #7F7F7F;
	font-size: 11px;
	color: #575757;
	padding-left: 5px;
}

#toolbox .button_search {
	height: 18px;
	font-size: 11px;
	border: 1px solid #7F7F7F;
	background-color: #535253;
	color: #FFFFFF;
}

#toolbox .button_search_on {
	height: 18px;
	font-size: 11px;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	color: #535253;
	cursor: pointer;
}

/*	NAVIGATION
------------------------*/

#navigation_container {
	height: 90px;
	clear: both;
}

#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
}

#navigation li a {
	background-image: url(../images/bg_nav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #575757;
	text-decoration: none;
	width: 148px !important;
	height: 24px !important;
	text-align: center;
	padding-top: 16px;
	display: block;
	font-size: 14px;
	border-right: 5px solid #FFFFFF;
}

#navigation li a.selected {
	background-image: url(../images/bg_nav_on.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #C40009;
	text-decoration: none;
	width: 148px !important;
	height: 24px !important;
	text-align: center;
	padding-top: 16px;
	display: block;
	font-size: 14px;
	border-right: 5px solid #FFFFFF;
}

#navigation li a:hover {
	background-image: url(../images/bg_nav_on.jpg);
	color: #C40009;
}

#navigation li.last_nav a {
	border-right: none;
}


/*	SUB NAVIGATION
------------------------*/


#sub_navigation_about {
	width: 917px;
	height: 45px;
	background-image: url(../images/bg_sub_about.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
	padding-top: 14px;
}

#sub_navigation_technical_support {
	width: 917px;
	height: 45px;
	background-image: url(../images/bg_sub_support.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
	padding-top: 14px;
}

#sub_navigation_products {
	width: 917px;
	height: 45px;
	background-image: url(../images/bg_sub_products.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
	padding-top: 14px;
}


#sub_navigation_home {
	width: 917px;
	height: 45px;
	background-image: url(../images/bg_sub_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
	padding-top: 14px;
}


#sub_navigation_holder {
	width: 917px;
	height: 45px;
	background-image: url(../images/bg_nav_container.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
	padding-top: 14px;
}

.sub_navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FBDBDD;
}

.sub_navigation li {
	float: left;
}


.sub_navigation li a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 9px 17px 10px 15px;
	margin-right: 20px;
	display: block;
	font-size: 13px;
	background-image: url(../images/sub_nav_arrow.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

.sub_navigation li a:hover {
	color: #C40009;
	text-decoration: none;
	text-align: center;
	padding: 9px 17px 10px 15px;
	display: block;
	font-size: 13px;
	background-image: url(../images/sub_nav_arrow_o.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

.sub_navigation li a.selected {
	color: #C40009;
	text-decoration: none;
	text-align: center;
	padding-top: 16px;
	display: block;
	font-size: 13px;
}

.sub_navigation li.first_sub_nav a {
	color: #FFFFFF;
	background-color: #CD0009;
	font-size: 15px;
	padding: 7px 17px 7px 15px;
	background-image: none;
}


/*	CONTENT
------------------------*/

h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #C40009;
	margin-bottom: 5px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #C40009;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	color: #575757;
}

h4 {
	margin: 0px;
	padding: 0px;
}

.first_para {
	font-size: 22px;
	font-weight: bold;
	color: #575757;
}

.home {
	width: 375px;
}

.home ul {
	padding-left: 20px;
	list-style-type: circle;
}

.home ul li {
	margin-bottom: 10px;
}

.line_thick {
	width: 917px;
	height: 4px;
	background-image: url(../images/line_thick.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
}

.line_thin {
	width: 917px;
	height: 1px;
	background-image: url(../images/line_thin.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
}

.image_label {
	float: left;
	color: #C40009;
	font-size: 15px;
	margin-top: 70px;
	margin-left: 35px;
}

#content_container_home {
	background-image: url(../images/bg_home.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

a {
	color: #C40009;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.left_col {
	width: 640px;
}

.right_col {
	width: 150px;
	float: right;
}

.right_col ul {
	margin-left: 10px;
	padding-left: 5px;
}

.right_col p {
	font-style: italic;
}

#content_btm {
	width: 917px;
	height: 100px;
	background-image: url(../images/page_btm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*	FOOTER
------------------------*/

#footer {
	font-size: 10px;
}

#footer a {
	color: #575757;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

#pepper_creative {
	float: right;
}


/*	FORM ELEMENTS
----------------------------*/
.field_error {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #000000;
	font-weight: bold;
	width: 300px;
	background-color: #FFC4C4;
}

.field_text {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #575757;
	width: 300px;
}

.field_text_small {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #575757;
	width: 150px;
}

.field_select {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #575757;
	width: 300px;
}

.field_select_small {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #575757;
	width: 150px;
}

.field_textarea {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #575757;
	width: 300px;
	height: 100px;
}

.field_button {
	border: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #575757;
	background-color: #FFFFFF;	
	border: 1px solid #FFFFFF;
}

.field_button_over {
	border: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	background-color: #FFFFFF;	
	cursor: pointer;
	border: 1px solid #9F9F9F;
	border-left: none;
	border-right: none;
}

label {
	font-style: italic;
	color: #333333;
}

.spacer {
	clear: both;
}

.required {
	color: #FF0033;
	font-weight: bold;
}

.entry_options {
	width: 150px;
	border-top: 4px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	float: right;
}


.cms_table {
	width: 500px;
	margin-top: 10px;
	border-top: 4px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
}

.cms_table a {
	display: block;
}

.cms_table a.read_more {
	font-weight: bold;
}

.cms_table th {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}

.cms_table td {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 0px;
}

.message {
	border: 1px solid #CD0009;
	padding: 5px;
	margin: 5px;
	background-color: #FBDBDE;
	color: #000000;
}

#breadcrumb {
	
}

#sitemap ul { list-style-type: none; }
#sitemap .h0 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sitemap .h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #9F9F9F;
}

#sitemap .h2 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.def {
	border-bottom: 1px dashed #C40009 !important;
	color: #575757 !important;
}
