html body {
	font: 12px/18px Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

table {
	padding: 0;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}	

/* Basics */
hr {
	border: 0;
	border-bottom: 1px solid #000000;
	margin: 1px 0 12px 0;
	padding: 0;
	line-height: 1px;
}

/* Links */
a {
	font: 12px/18px Geneva, sans-serif;
	color: #000000;
}

/* Headers */
.headerText {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}

.subHeaderText {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: left;
}

/* Main template */
.pageContainer {
	margin-top: 15px;
}

.contentBoxTop {
	background: white url(/img/contentbox_top_grey.gif) no-repeat top center;
	width: 476px;
	height: 6px;
}

.contentBox {
	background: white url(/img/contentbox_bg_grey.gif) repeat-y top center;
	width: 476px;
}

.contentBoxBottom {
	background: white url(/img/contentbox_bottom_grey.gif) no-repeat top center;
	width: 476px;
	height: 6px;
}

.mainContent {
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: 10px;*/
	vertical-align: top;
	text-align: left;
	width: 456px;
}

.headerBoxTop {
	background: white url(/img/headerbox_top_grey.gif) no-repeat top center;
	width: 712px;
	height: 6px;
}

.headerBox {
	background: white url(/img/headerbox_bg_grey.gif) repeat-y top center;
	width: 712px;
}

.headerBoxBottom {
	background: white url(/img/headerbox_bottom_grey.gif) no-repeat top center;
	width: 712px;
	height: 6px;
	padding: 0 0 10px 0;
}

.mainHeader { 
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 24px;
	width: 692px;
}

.menuBoxTop {
	background: white url(/img/menubox_top_grey.gif) no-repeat top center;
	width: 226px;
	height: 6px;
}

.menuBox {
	background: white url(/img/menubox_bg_grey.gif) repeat-y top center;
	width: 226px;
}

.menuBoxBottom {
	background: white url(/img/menubox_bottom_grey.gif) no-repeat top center;
	width: 226px;
	height: 6px;
}

/*.mainMenu {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	vertical-align: top;
	text-align: left;
	width: 206px;
}*/

/* Menu */
.menuFieldTop {
	background: url(/img/menufield_top.gif) no-repeat bottom center;
	width: 206px;
	height: 6px;
	padding-top: 10px;
}

.menuField {
	background: url(/img/menufield_bg.gif) repeat-y top center;
	width: 206px;
	padding: 0;
}

.menuFieldBottom {
	background: url(/img/menufield_bottom.gif) no-repeat top center;
	width: 206px;
	height: 6px;
}

/*.menuFieldBottom img {
	border-left: 1px solid #000000;
	padding-left: 15px;
}*/

/* Small Cart */
.smallCart {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.smallCartContent {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

/* Forms */
.inputButton {
	font-family: Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background: #FFFFFF;
}

.inputButtonGrey {
	font-family: Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background: #CCCCCC;
}

/* Shop */

.shopHorizontalMargin {
	width: 33px;
}

.shopVerticalMargin {
	height: 33px;
}

.shopItem {
	width: 130px;
	vertical-align: top;
}

.shopImage {
	border: 1px solid #000000;
}

/* Floating */
.floatLeft {
	float: left;
	text-align: left;
	margin-right: 0 5px 0 0;
	padding: 0;
}

.floatRight {
	float: right;
	text-align: right;
	margin: 0 0 0 5px;
	padding: 0;
}