/* CSS Document */

/* Chocolate Rush - chocorush_stylesheet.css  =============================================== */
/* Copyright Chocolate Rush 2005  =============================================== */
/* Author A&G Creative  =============================================== */

/* QUICK COLOUR REFERENCE  =============================================== */
/* Light Brown #B89C79 */
/* Purple #784AA5 */


/* Generic Selectors  =============================================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #B89C79;
	background: url(../images/main_bg.jpg) #3A1711 repeat-y center;
	margin-top: 0px;
}
a {
	color: #784AA5;
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	color: #B89C79;
	font-weight: bold;	
}
p {
	line-height: 18px;
	text-align: justify;
}	
h1 {
	font-size: 18px;
	color: #784AA5;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #784AA5;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #784AA5;
	font-weight: bold;
}
h6 {
	padding: 0px;
}
.hiddenlink {
	color: #B89C79;
	font-weight: normal;
	text-decoration: none;
}
.botnav {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	color: #B89C79;
}
.smallcopy {
	font-size: 9px;
	line-height: 14px;
}
.contactbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C0E07;
	background-color: #FFFFFF;
	padding: 1px;
	width: 200px;
	border: 1px solid #2C0E07;
	vertical-align: middle;
	height: 20px;
}
.contactbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C0E07;
	background-color: #FFFFFF;
	padding: 1px;
	width: 200px;
	border: 1px solid #2C0E07;
	vertical-align: middle;
	height: 100px;
}
.purplecopy {
	color: #784AA5;
}
.contact {
	float: right;
}
.logoleft {
	float: left;
}
.testimonial {
	font-size: 9px;
	font-weight: bold;
	color: #784AA5;
	font-style: normal;
}
.price {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.contactright {
	text-align: right;
	float: right;
	display: block;
	vertical-align: bottom;
	padding-top: 50px;
}


/* Begin Main Page Layout  =============================================== */

#imgWelcome {
	margin-bottom: 35px;
}
#bgtable {
	background: url(../images/bg.jpg) repeat-y;
	width: 600px;
	margin: 0 auto;
}
#maintable {
	background-color: #341008;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body_bg.gif);
}
#logocell {
	padding: 75px 10px 20px 0;
	vertical-align: bottom;
	background-image: url(../images/chocrush_logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #B89C79;
	font-size: 12px;
}
#logocell a {
	text-decoration: none;
	color: #B89C79;
	font-weight: bold;
}
#logocell a:hover {
	text-decoration: none;
	color: #784AA5;
}
#imagecell {
	border-top: 1px solid #B89C79;
	border-bottom: 1px solid #B89C79;
}

/* Begin Navigation Layout  =============================================== */

#navbar {
	background-image: url(../images/nav-bar_bg.jpg);
	height: 24px;
	display: block;
	text-align: center;
	border: 1px solid #B89C79;
	border-top: 0px solid #B89C79;
}
#ulMainNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ulMainNav li {
	display: inline;
	float: left;
	left: 150px;
}
#ulMainNav a {
	color: #341008;
	padding: 5px 7px 4px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
#ulMainNav a:hover {
	background-color: #341008;
	color: #B89C79;
	list-style-type: circle;
	list-style-position: inside;
	background-image: url(../images/nav-bar-hover_bg.jpg);
}

/* End Navigation Layout  =============================================== */

#mainbody {
	padding: 30px 20px;
	vertical-align: top;
}
#maintable #mainbody #gallery p {
	margin: 0px;
}
#bulletcel {
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
	text-transform: uppercase;
}
#contactdetails {
	font-size: 10px;
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #B89C79;
	border-bottom: 1px solid #B89C79;
	text-align: center;
}
#contacttable td {
	padding: 3px;
	color: #2C0E07;
}

/* Begin Footer Layout  =============================================== */

#botnav {
	text-align: center;
	padding-top: 20px;
	font-size: 9px;
	color: #B89C79;
}
#botnav a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #B89C79;
}
#botnav a:hover {
	color:#784AA5;
	text-decoration: none;
}

/* End Footer Layout  =============================================== */

/* Begin Misc Layout  =============================================== */

#tblGallery {
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}
#tblGallery img {
	border: 1px solid #B89C79;
	margin-bottom: 10px;
}
#tblGallery2 {
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}	
#tblGallery2 img {
	border: 1px solid #B89C79;
}		

#thumbimages {
	border: 1px solid #B89C79;
	margin: 0 10px 10px 0px;
}	
#cglogo {
	float: right;
	margin-left: 10px;
}
#testimonial {
	font-style: italic;
	text-align: left;
	color: #B89C79;
	padding: 10px;
	border: 1px dashed #B89C79;
}
#offer {
	background-image: url(../images/offer.jpg);
	padding: 35px 10px 3px 110px;
	font-size: 12px;
	color: #D9A450;
	text-align: justify;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
.se {display: none;
}
#gallery p {
	margin: 0px;
}