@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
	color: #666666;
}

#container { 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: expression( document.documentElement.clientWidth < 940 ? "940px" : "100%" );
	min-width: 940px;
}

/* FONT STYLES */
h1 {
	font-size: 15px;
	color: #666666;
}

.header1 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

p {
	font: 10pt arial;
	line-height: 24px;
}

.paragraph {
	font-size: 12px;
	line-height: 20px;
}

a:link {color: #666666; text-decoration: none}
a:visited {color: #666666; text-decoration: none}
a:hover {color: #666666; text-decoration: underline}

.new {
	color:#FF0000;
}

.black {
	color: #000000;
	font-weight: bold;
}

.black13bold {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

a:link.brown12bold { font-size: 12px; font-weight: bold; color: #938F7E; line-height: 15px; }
a:visited.brown12bold { font-size: 12px; font-weight: bold; color: #938F7E; line-height: 15px; }
a:hover.brown12bold { font-size: 12px; font-weight: bold; color: #938F7E; line-height: 15px; }

.smallText {
	font-size: 10px;
	line-height: 14px;
}

a:link.textLink {color: #E6A10D; padding-left: 13px;}
a:visited.textLink {color: #E6A10D; padding-left: 13px;}

a:link.goldlink { color: #E6A10D; font-weight: bold; text-decoration: none; }
a:visited.goldlink { color: #E6A10D; font-weight: bold; text-decoration: none; }
a:hover.goldlink { color: #000000; font-weight: bold; text-decoration: none; }

a:link.greenlink {
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}
a:visited.greenlink { color: #339933; font-weight: bold; text-decoration: none; }
a:hover.greenlink { color: #000000; font-weight: bold; text-decoration: none; }

/* HEADER */
#header {
	padding: 10px 5px 0 6px;
	height: 75px;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

/* BREADCRUMB */
#breadcrumb {
	padding: 5px 0 5px 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #CCCCCC;
	font-size: 10px;
	border-right: solid #CCCCCC 2px;
} 

#breadcrumb .active {
	color: #336699;
	font-weight: bold; 
}

#breadcrumb a:link {text-decoration: underline}
#breadcrumb a:visited {text-decoration: underline}
#breadcrumb a:hover {text-decoration: none}

/* CONTENT */
#mainContent {
	float: left;
	padding: 0;
	margin: 0;
	border: solid #000000 1px; 
	width: 100%;
}

#mainContentWithNav {
	float: left;
	padding: 0;
	margin: 0;
	border: solid #000000 1px;
	background: url(../images/nav_bkg.gif) repeat-y; 
	width: 100%;
}

#contentWithNav {
	margin: 0 0 0 190px;
	padding: 0 20px 0 0;
	height: auto !important;height: 375px;min-height: 375px;
}

#content {
	margin: 0 0 10px 0;
	padding: 0 20px 10px 20px;
}

#mainContent li, #mainContentWithNav li {
	line-height: 20px; 
}

#contentLeft {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 0;
	width: 30%;
	border-right: solid #000000 1px;	
}

#contentMiddle {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
	width: 30%;
	border-right: solid #000000 1px;
}

#contentRight {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	width: 30%;
}

/* FOOTER */
#footer {
	padding: 0;
	background:#000000;
	height: 39px;
	width: 100%;
	border-right: solid #000000 2px;
} 

#footer p {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
}

#footer a:link {color: #FFFFFF; text-decoration: underline}
#footer a:visited {color: #FFFFFF; text-decoration: underline}
#footer a:hover {color: #FFFFFF; text-decoration: none}

/* INTERNAL NAVIGATION */

#internalNav {
	float: left;
	width: 170px;
	margin: 0;
	padding:0;
}

#internalNav a:link {text-decoration: none}
#internalNav a:visited {text-decoration: none}
#internalNav a:hover {color: #336699; text-decoration: underline}

#inSection { 
	color:#E6A10D;
	padding: 14px 15px 2px 15px;
	text-align:center;
	font: normal 9pt Arial;
}

#menuHeader { 
	color:#000000;
	padding: 0 0 5px 0;
	text-align:center;
	font: bold 13pt Arial;
}

#menutitle { 
	cursor:pointer;
	color:#000000;
	padding:5px 15px 5px 0;
	margin: 0 0 0 15px;
	font: bold 11pt Arial;
	border-top: solid #E6A10D 1px;
}

#menutitleGray {
	cursor:pointer;
	color:#666666;
	padding:5px 15px 5px 0;
	margin: 0 0 0 15px;
	font: bold 11pt Arial;
	border-top: solid #E6A10D 1px;
}

.submenu ul{
	color:#666666;
	font: normal 9pt Arial;
	margin: 0 0 0 0;
	padding: 12px 0 2px 0;
}

.submenu li {
	color:#666666;
	list-style-type: none;
	padding: 0 0 12px 12px;
	margin: 0 0 0 14px;
}

#mainContentWithNav #internalNav .submenu li {line-height:13px;}
#mainContentWithNav #internalNav .submenu2 li {line-height:13px;}

.submenu2 ul{
	color:#666666;
	font: normal 9pt Arial;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}

.submenu2 li {
	color:#666666;
	list-style-type: none;
	padding: 0 0 12px 12px;
	margin: 0 0 0 15px;
}

li#bullets {
	list-style-type: disc;
	padding: 0 0 12px 0;
	margin: 0 0 0 50px;
}

li#bulletsActive {
	background: url(../images/active_arrow_bullet.gif) 0px 0px;
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:5px;
	margin: -5px 0 0 0;
	color: #336699;
	font-weight: bold;
}

li#active {
	color: #336699;
	font-weight: bold;
	background: url(../images/active_arrow.gif) 0px 0px;
	padding-left:26px;
	padding-top:5px;
	margin: -5px 0 0 0;
	background-repeat: no-repeat;
}

#menuEnd { 
	border-top: solid #E6A10D 1px;
	margin: 0 0 0 15px;
}


/* TOP NAVIGATION */

#navContainer {
	height: 25px;
	background-color: #000000;
}

#navigation {
	padding: 0;
	margin: 0;
}

#navigation li{
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 7px;
	padding-top: 2px;
}

#navigation .active{
	color: #E6A10D;
	font-size: 11px;
	font-weight: bold;
}

#navigation li a:link, #navigation li a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	color: #E6A10D;
	text-decoration: none;
}

#navigation span{
	color: #E6A10D;
	font-weight: normal;
}

#navigation .orange-block {
  width: 18px;
  height: 23px;
  background-color: #E6A10D;
}


/* END TOP NAVIGATION */

/* TOP NAVIGATION RIGHT*/

#navigationRight {
	 list-style-type: none;
	padding: 2px 0 0 0;
	margin: 0;
	background-color: #E6A10D;
	float: right;
	width: 274px;
	 text-align: center;
	 height: 22px;
}

#navigationRight li{
	display: inline;
	padding: 0 0 0 2px;
}

#navigationRight #border{
	border-right: solid #000000 1px;
	padding: 0 8px 0 0;
}

#navigationRight a {
	color: #000000;
	font-weight: normal;
	 font-size: 11px;
}



/* END TOP NAVIGATION RIGHT*/


/* SHORT TABLES */
#shortTable {
		border: 1px solid #666666;
		margin-top: 3px;
}

#shortTable tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
}
	
#shortTable tbody tr.title td {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#shortTable tbody tr.gray td {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


/* RELATEDITEMS TABLES */
#relatedItems {
		border: 1px solid #666666;
		width: 100%;
		margin-top: 3px;
		float: left;
}

#relatedItems tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
}

#relatedItems tbody tr td.white {
		background-color: #FFFFFF;
}
	
#relatedItems tbody tr.title td {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#relatedItems tbody tr.gray td {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

/* SECOND TABLE ON PAGE */
#secondItems {
		border: 1px solid #666666;
		width: 100%;
		margin-top: 3px;
		float: left;
}

#secondItems tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
}

#secondItems tbody tr td.white {
		background-color: #FFFFFF;
}
	
#secondItems tbody tr.title td {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#secondItems tbody tr.gray td {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}



/* MISC */

.marginLeft {
	margin-left: 70px;
}

.paddButton {
	float: right;
	margin-right: 30px;
	margin-left: 30px;
}

.paddOrderFormButton {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.paddButtonLeft {
	margin-top: 5px;
	margin-left: 20px;
}

.floatRight {
	float: right;
}

.floatRightPaddLeft {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.floatRightBorder {
	float: right;
	border: 1px solid #000000;
	margin-left: 30px;
	margin-bottom: 10px;
}

.floatLeftBorder {
	float: left;
	border: 1px solid #000000;
	margin-right: 30px;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
}

.floatLeftPaddRight {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
    line-height: 0px;
} 

.border {
	border: 1px solid #000000;
}


