/* Printables CSS Document */

html, body, p, a, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #00C;
}

body {
	margin: 2px;
	padding: 2px;
}

#topLeft {
	width: 350px;
	height: 199px;
}

#logo {
	/*width: 330px; */
	height: 63px;
	text-align: right;
}

#topNav {
	/*width: 330px;*/ 
	height: 20px; 
	background-color: #CCC;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	color: #333;
}

#topNav a:link, #topNav a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover, #topNav a:active {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

#cartNav {
	height: 30px;
	text-align: right;
	padding-bottom: 2px;
	color: #000;
	font-size: 10px;
}

#cartNav a:link, #cartNav a:visited {
	font-weight: bold;
	color: 000;
	text-decoration: none;
}

#cartNav a:hover, #cartNav a:active {
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}

#cartSummary {
	vertical-align: top;
	height: 86px;
	text-align: right;
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------------*/

#main {
	vertical-align: top;
}

#left {
	width: 160px;
	vertical-align: top;
	padding-top: 10px;
	background-color: #EFEFEF;
	background-image: url(../images/left_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#searchCell {
	margin: 0;
	padding-bottom: 20px;
}

#searchCell a {
	color: #00C;
	text-decoration: none;
}

#searchCell form {
	padding: 0;
	margin: 0;
}

#content {
	vertical-align: top;
	padding-top:20px;
	padding-left: 15px;
}

.black {
	color: #000;
}

#content h1 {
	color: #00C;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 3px;
	margin: 0;
}

#content h2 {
	font-size: 17px;
	padding-top: 1px;
	padding-bottom: 11px;
	margin: 0;
	font-weight: normal;
	color: #999;
}

#content h3 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin: 0;
	font-weight: bold;
	color: #00C;
}

#content img.outlined {
	border: 1px solid #00C;
}

#content p {
	line-height: 20px;
	margin-top: 3px;
	padding-top: 3px;
}

#content p.last {
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#content a:link, #content a:visited {
	color: #333;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #00C;
	text-decoration: underline;
}

#content #serviceTable td {
	text-align:center; 
	border: 1px solid #00C;
	background-color: #7A7CF7;
}

#content #serviceTable td a:link, #content #serviceTable td a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#content #serviceTable td a:hover, #content #serviceTable td a:active {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}

p.tick{
	font-size: 10px;
	line-height: 15px;
	padding-top: 0;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 2px;
}

#mainContainer
{
	padding: 20px 10px 10px 10px;
}

#articles {
	border: 1px solid #00C;
	background-color: #7A7CF7;
	padding: 5px;
	color: #FFF;
	margin-bottom: 15px;
}

#articles p {
	color: #FFF;
}

#articles a:link, #articles a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#articles a:hover, #articles a:active {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}

#right {
	width: 150px;
	vertical-align: top;
	text-align: right;
	padding: 0;
	margin: 0;
}

#right img {
	text-align: right;
}

/*----------------------------------------------------------------------*/

#footer {
	height: 35px;
}

#footNav {
	width: 100%; 
	height: 20px; 
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	color: #333;
	background-color: #CCC;
}

#footNav a:link, #footNav a:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

#footNav a:hover, #footNav a:active {
	color: #00C;
	text-decoration: none;
	font-size: 11px;
}

#extreme {
	width: 100%; 
	height: 15px; 
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	color: #000;
}

#extreme a:link, #extreme a:visited {
	color: #333;
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #F90;
	text-decoration: none;
}

