@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.alignment { 
	width: 100% ;
	margin-left: auto ;
	margin-right: auto ;
}

p {	margin: 0px; }

img {
	border-color: #d20c1b;
}

.OMOnly {
	visibility:hidden;
	height: 1px;
}

table.bgTable {
	height: 100%;
	width: 100%;

}


.HeaderLarge {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #FFF;
	vertical-align: top;
}
.HeaderLarge a {
	color: #FFF;
}

.HeaderSmall {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
	vertical-align: top;
}
.HeaderSmall a {
	color: #FFF;
}

.bodyText {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #2c2c2c;
}

.bodyTextBold {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #2c2c2c;
}

/*---------------------Search Stuff---------------------*/

#contact_form {
	margin: 0px;
	padding: 0px;
}

form fieldset {
	margin:0px;
	border:0;
	padding: 0px;
}
form fieldset legend  {
	margin:0px;
	border:0;
	padding: 0px;
}

label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
	vertical-align: top;
}

label.error {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	padding-left:15px;
}

input.button {
	border:0px;
	color:#FFF; 
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	background:#d20c1b;
}

/*-----------------------TopMenu-----------------------*/
.topbarAbout {
	display: block;
	width: 100px;
	height: 76px;
	background: url('../Images/TopMenu/itemAbout.png') bottom;
	text-indent: -99999px;
}
.topbarAbout:hover {
	background-position: 0 0;
}
.topbarPurchase {
	display: block;
	width: 100px;
	height: 76px;
	background: url('../Images/TopMenu/itemPurchase.png') bottom;
	text-indent: -99999px;
}
.topbarPurchase:hover {
	background-position: 0 0;
}
.topbarSearchCol {
	display: block;
	width: 100px;
	height: 76px;
	background: url('../Images/TopMenu/itemSearchCol.png') bottom;
	text-indent: -99999px;
}
.topbarSearchCol:hover {
	background-position: 0 0;
}
.topbarSearch {
	display: block;
	width: 198px;
	height: 76px;
	background: url('../Images/TopMenu/itemSearch.png') bottom;
	text-indent: -99999px;
}
.topbarSearch:hover {
	background-position: 0 0;
}

/*------------------------Search------------------------*/
#searchwrapper {
	width: 198px; /*follow your image's size*/
	height: 76px;/*follow your image's size*/
	background-image: url('../Images/TopMenu/itemSearch.png');
	background-repeat: no-repeat; /*important*/
	padding: 0px;
	margin: 0px;
	position: relative; /*important*/
}
 
#searchwrapper form { display: inline; }
 
.searchbox {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 24px;
	left: 10px;
	width: 188px;
	height: 23px;
}
 
.searchbox_submit {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 59px;
	left: 6px;
	width: 65px;
	height: 12px;
}

/*----------------------Image Swap----------------------*/
#gallery li {
	display: inline;
	margin-right: 3px;
	cursor: pointer;
}
