/* GLOBAL STYLES */

body {
	background-color: #FFFFFF;
	margin: 0;
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

img {
	border: 0;
}

input, select
{
	font-size: 11px !important;
	/*height: 22px;*/
}

/* LAYOUT ELEMENTS */

#layout {
	width: 760px;
}

#logo {

}

#search {
	text-align: right;
}

/* Use normal buttons for now
.button {
	color: #666666;
	background-color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
}
*/

/* TOPMENU */

#topmenu {
	width: 760px;
}

.menuItem {
	background-color: #222222;
}

.menuItemOn {
	background-color: #339966;
}

.menuItem, .menuItemOn {
	text-align: center;
	padding: 6px 5px;
	border-right: 1px solid #FFFFFF;
	width: 98px;
}

.menuItem a, .menuItemOn a {
	color: #FFFFFF;
	font-size: 70%;
}

.menuItem a:hover, .menuItemOn a:hover {
	color: #FFFFFF;
}

.menuSpacer {
	width: 1px;
	background-color: #FFFFFF;
}

/* SUBMENU */

#submenu {
	margin: 0;
	padding: 0;
}

#submenu li {
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 70%;
	padding: 5px 5px 5px 10px;
	line-height: 100%;
}

#submenu a {
	color: #666666;
	background:  url("arrow-grey.gif") no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}

#submenu a:hover {
	color: #339966;
}

/* PRODUCTGROUPS THUMS HOMEPAGE */

#pgThumbs {
	padding: 5px;
}

#pgThumbs a {
	font-size: 60%;
	color: #000000;
}

#pgThumbs a:hover {
	color: #339966;
}

#pgThumbs td {
	text-align: center;
	vertical-align: bottom;
}

/* CONTENT AND CONTENT COLUMNS HOMEPAGE */

#content {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	vertical-align: top;
}

#contentColumns {
	/*table-layout: fixed;*/
}

.content {
	vertical-align: top;
	font-size: 70%;
	color: #333333;
}

.content a {
		color: #339966;
}

.content h1 {
	text-align: center;
	font-size: 110%;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 0;
	background-image: url(/images/dotline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.content h2 {
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 5px;
}

.content h2 a{
	font-size: 100%;
	background: url(/images/arrow-grey.gif) no-repeat;
	padding-left: 10px;
}

.content select {
	font-size: 70%;
}

/* CONTENT AND CONTENT COLUMNS HOMEPAGE */

#footer {
	padding: 10px;
	font-size: 60%;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	border-top: 1px solid #DDDDDD;
}

#footer a {
	font-size: 100%;
	color: #666666;
	font-weight: normal;
}

#footer a:hover {
	color: #339966;
}

/* PRODUCTLINKS */

#productlinks {
	margin: 0;
	margin-left: 15;
	margin-right: 5;
	padding: 0;
}

#productlinks li {
	list-style-image: url(/images/arrow-grey.gif);
	vertical-align: middle;
}
