body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat; 
	margin:0px; 
	padding:0px;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #000000; 
	text-decoration:none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #F6621A; 
	text-decoration:none;
}

.adminLink {
	font-family: Arial;
	font-size: 12px;
	color: #F6621A; 
	text-decoration:none;
}

.adminLink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #F6621A; 
	text-decoration:underline;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.whiteText {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.orangeText {
	font-family: Arial;
	font-size: 12px;
	color: #F6621A; font-weight:bold;
}

.whiteHeading {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.contactFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}

.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

.imageBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;

}

.qty {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB; 
	background-color:#FFFFFF;
}

.qtyButton {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB; 
	background-color:#FFFFFF; width:20px; 
}

.rightLeftBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

.inputfield {
	border: 1px solid #CCCCCC;
	 width:300px;
}

.sminputfield {
	border: 1px solid #CCCCCC;
	 width:100px;
}

.textarea {
	border: 1px solid #CCCCCC; 
	width:300px;
}