/*
Website: richardjthomas.ca
Written by: Richard Thomas
Last updated: May 26th, 2006

All contents © Richard J. Thomas and/or the owner of the site.
www.richardjthomas.ca
-------
*/

/*------------- =general ---------------*/

* {
	padding:0;
	margin:0;
}

html {
	background: #0072b7 
}

img {border: 0;}

p {margin: 0.8em 0;}

/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be pretty close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */

body {
	background: url(images/top.png) repeat-x center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}


/*------------- =layout ---------------*/
#wrapper {
	width: 720px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/background.png) repeat-y center top;
}

#topBanner {
	width: 100%;
	height: 25px;
	display:block;
	position: relative;
	z-index: 101;
	background: url(images/top.png) repeat-y center top;

}

#holder {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}

.mainContent {
	width: 475px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.sidebar {
	float: left;
	width: 225px;
}

a#logo {
	width: 160px;
	height: 165px;
	display: block;
	margin: 25px auto 0px auto;
	text-indent: -9997px;
	background: url(images/logo.jpg) no-repeat left top;
}

.contactInfo {
	margin: 20px 0px;
	text-align: center;
	color: #0072b7;
	font-size: 1em;
}

#featureProductHolder {
	width: 445px;
	margin: 0px auto 20px auto;
	background-color: #bdd3eb;
}

.featureProduct {
	width: 137px;
	display: block;
	float: left;
	margin-left: 8px;
}

.columnOne, .columnTwo {
	width: 237px;
	float: left;
}

.contactInd {
	margin-bottom: 25px;
}

#footer {
	clear: both;
	width: 699px;
	height: 36px;
	margin-left: 1px;
	display: block;
	background: url(images/footer.png) no-repeat top left;
}

/*------------- =navigation ---------------*/

#mainNav {
	width: 475px;
	font-size: 1.1em;
}

#mainNav ul {
	display: block;	
	padding-left: 0px;
	list-style: none;
}

#mainNav ul li {
	float: left;
	display: block;
	text-align: center;
}

#mainNav ul li a {
	display: block;
	width: 94px;
	height: 36px;
	padding-top: 18px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #7297c8;
	border-bottom: 1px solid #7297c8;
	background-color: #89b4e0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}


#mainNav ul li a:link { background-color: #89b4e0; }
#mainNav ul li a:visited { background-color: #89b4e0; }
#mainNav ul li a:hover { background-color: #5273ac; }
#mainNav ul li a:active { background-color: #5273ac;}
#mainNav ul li a#current { background-color: #fff; border-bottom: 1px solid #fff; border-right: 1px solid #fff; color: #324482; }

/*------------- =typography ---------------*/

h3 {
	font-size: 1.8em;
	text-align: left;
	padding: 0px 15px 0px 15px;
	font-weight: normal;
	color: #273872;
}

.contactInfo h3 {
	font-size: 1.6em;
	text-align: center;
	padding: 0px 15px 5px 15px;
	font-weight: normal;
	color: #273872;
}

.contactInfo p {
	line-height: 1.4em;
	padding-bottom: 10px;
}

.mainContent p {
	padding: 5px 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #273872;
}

#featureProductHolder h2 {
	text-align: left;
	padding: 3px 0px 3px 15px;
	background-color: #89b4e0;
	font-size: 1.8em;
	color: #fff;
}

.featureProduct h5 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #273872;
}

.featureProduct p {
	padding: 0px 5px;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #273872;
}

.twoColumns h4 {
	padding-left: 15px;
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	color: #273872;
}

.contactInd h5, .contactInd h6 {
	padding-left: 15px; margin: 0px;
	text-align: left;
	color: #273872;	
}

.contactInd h5 { font-size: 1.4em; }
.contactInd h6 { font-size: 1.1em; font-weight: normal; }

.contactInd p {
	margin: 0px;
	padding: 2px 0p 0px 15px;
	font-size: 1em;
	line-height: 1.4em;
}

#footer p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: right;
	padding: 10px 15px 0px 0px;
	color: #273872;
}

/*------------- =links ---------------*/

.contactInfo a {}
.contactInfo a:link {}
.contactInfo a:visited {}
.contactInfo a:hover {}
.contactInfo a:active {}

/*------------- =lists ---------------*/

.mainContent ul {
	padding-left: 35px;
	text-align: left;
	color: #273872;
	list-style:square
}

ul.catalog li {
	list-style: none;
}

/*------------- =forms ---------------*/

/*------------- =images ---------------*/

.mainContent {
	text-align: center;
}

.mainContent img {
	padding: 10px 0px;
}

/*------------- =tables ---------------*/

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.itemHolder {
	width: 450px;
	margin: 0px auto;
	padding: 0px;
	background-color: grey;
}

.itemTitle {
	background-color:#0072b7;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	text-indent: 10px;
}

.itemImg {
	padding: 10px;
	width: 100px;
	height: 100px;
	background-color: #dcebf4;
}

.itemInfo {
	text-align: left;
	padding: 5px 10px 5px 10px;;
	background-color: #dcebf4;
}

.flop {
	background-color: #badaed;
}

.itemInfo p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.itemEnder {
	clear: both;
	height: 5px;
	background-color:#0072b7;
}

.itemSubTitle {
	font-weight: bold;
}

/*------------- =ie hackery ---------------*/

* html .featureProduct {
	margin-left: 5px;
}

* html #footer p {
	padding: 1px 15px 0px 0px;
}
span.saving {

	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	color: #273872;

}