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

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

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

.new {
	color:#FF0000;
}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	padding: 10px 20px 0 6px;
	height: 85px;
} 

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

/* BREADCRUMB */
#breadcrumb {
	padding: 5px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
} 

#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 {
	padding: 0 20px;
	border: solid #000000 1px; 
}

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

/* FOOTER */
#footer {
	padding: 0;
	background:#000000;
	height: 39px;
} 

#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}

/* TOP NAVIGATION */

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

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

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

#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: 4px 0 0 0;
	margin: 1px 0 0 0;
	background-color: #E6A10D;
	float: right;
	width: 274px;
	 text-align: center;
	 height: 20px;
	 border-right: solid #000000 1px;
}

#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*/


/* ORDER TABLES */
div.heading {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-family: "lucida grande",verdana,sans-serif;
	padding: 3px 8px;
	margin-top: 3px;
	border: 1px solid #666666;
	cursor: pointer;
}

td.blue {
	background-color: #edf3fe;
}

#order {
		border: 1px solid #666666;
		border-top: none;
		width: 100%;
}

#order tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
}
	
#order tbody tr.hdg td {
		color: #ffffff;
		font-weight: bold;
		font-size: 10pt;
		text-align: center;
}

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

/* View Cart and Checkout TABLES */
#literatureCart {
		border: 1px solid #666666;
		width: 100%;
		margin-top: 3px;
}

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

#literatureCart tbody tr td.blue {
		background-color: #edf3fe;
}

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

#literatureCart img {
	float: left;
	padding: 0 3px 0 0;
}

#viewCart {
	text-align: center;
}

#viewCart img{
	padding: 5px 3px 5px 3px;
}

#OrderForm input, #OrderForm textarea {
	width: 190px;
}

#OrderForm select {
	width: 194px;
}

/* MISC */

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

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

img {
	border: none;
}


