/*----- Color -----*/
body {
	background-color: #ededed;
}

#page_container {
	background-color: #FFFFFF;
}

#header {
	background-image: url(images/fade.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header, #footer, div.menu, hr {
	background-color: #007AC2;
}

div.menu {
	border-color: #fff #a5a5a5 #a5a5a5 #fff;
}

#products {
	background-image: url(images/products-back.png);
	background-position: right;
	background-repeat: repeat-y;
}

#products-top {
	background-image: url(images/products-top.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#products-bottom {
	background-image: url(images/products-bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}

#products a:hover, div.menuBar a.menuButton:hover, div.menuButton_over, div.menuButton:hover, div.menu a.menuItem span.menuItemText:hover {
	color: #FED44A;
}

#footer, #products a, div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	color: #FFFFFF
}

#footer {
	background-image: url(images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
}


/*----- Positioning -----*/

img {
	border: 0;
	padding: 10px;
}

#page_container	{
	width: 760px;
	margin: 0 auto;
}

div.menuBar {
	padding: 10px 0 15px 0;
}

hr {
	clear: both;
	height: 3px;
	width: 95%;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	margin: 0px;
	padding: 2px 4px 2px 22px;
	z-index: 100;
}

div.menu {
	border: 1px solid;
	padding: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	display: block;
	padding: 2px 11px 2px 11px;
}

#content {
	width: 555px;
	padding: 10px;
	float: left;
}

#products-bottom, #products-top {
		height: 14px;
}
#products {
	padding: 0 12px 0 12px;
}
	
#products a:hover, div.menuBar a.menuButton:hover, div.menu a.menuItem:hover {
	position:relative;
	top: 1px;
	left: 1px;
}

#right_col {
	width: 185px;
	float:right;
}

div.rmenu {
	padding: 20px 0px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	margin-left: 25px;
}

#products li {
	margin-left: 0;
}

#footer {
	padding: 75px 15px 15px 15px;
	clear: both;
}

.news_image {
	float: right;
}

#header img,.menu img{
	padding: 0px;
}

.menuItemBuffer{
	display: none;
}

/*----- Typography -----*/

body {
	font: normal 0.9em tahoma, arial, sans-serif;
}

#Clock, div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
}

#Clock {
	font-size: 0.8em;
}

#products a {
	font: bold 0.75em tahoma, arial, sans-serif;
}

div.menu a.menuItem, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, ul a{
	 text-decoration: none;
}

li {
	list-style-type: disc;
}

ul, #products li {
	list-style-type: none;
}

#footer {
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}

.nextprev {
	text-align: center;
}

/*----- Tables -----*/

