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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	background:url(images/back.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	
}
.hideInitially{
	display:none;
}
.slideText {
z-index: 90;
	
}
.stockText {
	background-color:#C6EFB6;
	margin:5px;
	padding:5px;
	
}

option .bold {
	font-weight:bold;
	font-size:16px;
}
.addNew {
	color:#FFF;
	background-color:#360;
	border-style:solid;
	border-width:thin;
	border-color:#006;
	border-width:thin;
}

.navDisp {
	width:150px;
	border:#03C thin solid;
	
	
}


.header {
	width:1000px;
}
.headerLower {
	width:1000px;
	background:url(images/tableLower.jpg);
	background-repeat:no-repeat;
	color:#FFFCCC;
	text-indent:150;
}

#topNav {
	font-size:12px;
	color:#FFFCCC;
	position: relative;
	left: 50px;
	top: 5px;
	width: 500px;
}

#topNav a,#topNav a:visited,#topNav a:link {
		color:#FFFCCC;
		text-decoration:none;
}

.headerDown {
	color:#FFF;
	text-decoration:none;
}
.headerDown a; .headerDown a:visited{
	color:#CC0;
	text-decoration:none;
}


#openingHours{
	color:#030;
	position: relative;
	top: 5px;
	left: 355px;
	width:365px;
	font-size: 12px;
}

.dedicated {
	background:url(images/dedicated.jpg);
	background-repeat:no-repeat;

}
#thisPage {
	color:#030;
	position: relative;
	top: 2px;
	left: 15px;
    width:200px;
	font-size:12px;
	}

.midTable {
	background:url(images/tableMid.jpg);
	background-repeat:repeat-y;
	height:40px;
	width:1000px;
	
}
.mainNav, .mainNavDown{
	background:url(images/button1.jpg);
	background-repeat:no-repeat;
	height: 26px;
	text-indent: 30px;
	width: 177px;
	font-size:12px;
}
.mainNav a, .mainNav a:visited, .mainNav a:link {
	text-decoration:none;
	color:#030;
}
.mainNavDown a, .mainNavDown a:visited, .mainNavDown a:link {
	text-decoration:none;
	color:#5AB220;
}

.subMain, .subMainDown{
	background:url(images/button3.jpg);
	background-repeat:no-repeat;
	height: 22px;
	text-indent: 20px;
	width: 150px;
	font-size:12px;
}
.subMain a, .subMain a:visited, .subMain a:link {
	text-decoration:none;
	color:#FFC
}
.subMainDown a, .subMainDown a:visited, .subMainDown a:link {
	text-decoration:none;
	color:#5AB220;
}


.infoHolder {
	background-color:#F2FAE2;
	border: thin solid #999;
	font-size:12px;
	position: relative;
	left: 5px;
	}
.usefulInfo, .usefulInfoDown {
	background:url(images/button2.jpg);
	background-repeat:no-repeat;
	text-indent: 25px;
	height: 23px;
	width: 152px;
}
.usefulInfo a, .usefulInfo a:visited, .usefulInfo a:link {
	text-decoration:none;
	color:#030;
}
.usefulInfoDown a, .usefulInfoDown a:visited, .usefulInfoDown a:link {
	text-decoration:none;
	color:#5AB220;
}
.specialoffer{
	background:url(images/button2.jpg);
	background-repeat:no-repeat;
	height: 22px;
	text-indent: 25px;
	width: 150px;
	font-size:12px;
	color:#FF0;
}
.specialoffer a, .specialoffer a:visited, .specialoffer a:link {
	text-decoration:none;
	color:#FF0;
}

.testimonialS {
	font-size:10px;
	color:#030;
	height: 125px;
}

/*#mainContent {
	position: relative;
	left: 0px;
	top: -280px;
	width: 700px;
	height: 1px;
}*/
#headerBar{
	background-color:#DCEDBE;
	color:#063;
	width:700px;
	font-size: 10px;
	text-indent: 20px;
	line-height:30px;
	border: thin solid #999;
}
#headerBar a, #headerBar a:visited{
	text-decoration:none;
	color:#063;
}

#contentImage {
	width:200px;
	
}
#contentText {
	position: relative;
	left: 10px;
	top: 10px;
	width:450px;
}
.contentTestimonial {
	font-size:12px;
	font-style:italic;
	color:#666;
}


.bottomTable {
	background:url(images/tableBottom.jpg);
	background-repeat:no-repeat;

}
.copywrite {
	font-size:10px;
}


/* Tag specific coding */

h1 {
	font-size:16px;
	color:#063;
	background-image: url(images/h1box.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 5px;
}
h2 {
	font-size:14px;
	color:#063;
	background-image: url(images/h1box.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 5px;
}
p {
	font-size:12px;
	color:#000033;
}
p a, p a:visited{
	color:#F00;
}
hr {
	width:75%;
	size:3;
	color:#060;
}
img {
	border-color:#FFF;
}
.pname{
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:#3C3C3C;
	padding:0px 5px 1px 5px;
}
.desc{
	font-size:11px;
	line-height:13px;
	color:#3C3C3C;
	padding:1px 5px 1px 5px;
}
a.more{
	color:red;
	text-decoration:none;
}


.more a:link{
	color:green;
	text-decoration:none;
}

.more a:visited{
	color:green;
	text-decoration:none;
}


.more a:hover{
	color:orange;
	text-decoration:none;
}

.formInput {
	background-color:#D7F7D0;
	
	color:#003;
	border: thin solid #003;
}

.formInput:focus {
	
	color:#003;
	background-color:#9C6;
	border: thin solid #003;
}
.formError {
	background-color:#FC6;
	color:#F00;
	border: thin solid #003;
}
.errorText {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
	margin: 2px;
	padding: 3px;
	border: thin solid #003;
}

