@charset "utf-8";

/***** 		COLORS	 	*****/
/*		Blue	0064be	*/
/*		Pink	df3cad	*/
/*		Green	009a3d	*/
/*		Brown	542c24	*/
/*		Yellow	f8f5de	*/

/***** 		Defaults	 	*****/

a:link {
	color: #009a3d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0064be;
}
a:hover {
	text-decoration: none;
	color: #0064be;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #0064be;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	text-align: left;
}

h2 {
	font-size: 0.9em;
	color: #0064be;
}
h3 {
	font-size: 1.2em;
	color: #0064be;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: thin solid #000000;
	padding-bottom: 5px;
}
h4 {
	font-size: 1em;
	color: #0064be;
}
h5 {
	font-size: 1em;
	color: #666666;
}

p {
	font-size: 16px;
	line-height: normal;
}

/***** 		Main	 	*****/
body {
	font: 100% "Trebuchet MS", sans-serif;
	background: #ffffff url(images/bg_page.jpg) repeat scroll;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;
	background: url(images/bg.jpg) repeat;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0;  /* If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 195px;
}

#mainContent {
	padding: 0 20px 0 20px;
	margin: 0;
}

#mainContentAlt {
	padding: 0 20px 0 0;
	margin: 0 0 0 190px;
}

#footer {
	padding: 0 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px dotted #000000;
	text-align: right;
}

#MenuLinks {
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: 50px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 12px;
}

.product_image {
	font-size: 10px;
	line-height: 12px;
}

.product_desc {
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
}
