/* CSS Document */
/*
	1. Body
	2. Page containers
	3. Header
	4. Footer
	5. Content container
	6. leftMenuNav
	7. mainBodyContent
    8. Contact form
    9. Product Item page 
    10. subCatListing page
	11. Shopping bag
	12. Categories page
	13. News page
*/

/*########################################################*/
/*1. Body */
html {
	overflow:			auto;	/*This hides the vertical scroll bar in IE when not needed*/
}

body {
	background:			#fff url(/images/BGwood.jpg) repeat 0 0;
	margin-top:			20px;
	margin-left:		0;
	margin-right:		0;
	margin-bottom:		0;
	font-family:		Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
}
	
/*########################################################*/
/*2. Page containers, keeping page centered with borders mimicking a shadow*/
#wrapper {
	margin:				0 auto;
	width:				764px;
}
#outsideBox {
	width:				762px;
	text-align:			center;
    border:				1px solid #000;
}
#container {
	text-align:			left;
	width:				760px;
	border:				1px solid #000;
	background-color:	#ffffff;
}

/*########################################################*/
/*3. Header */
#header {
	padding:			0;
	margin:				0;
	height:				216px;
}
#headerMainLogoImage {
	margin:				0;
	padding:			0;
	height:				155px;
}
#headerNav {
	background-color:	#4c4513;
	height:				60px;
	border-top:			1px solid #efe8b6;
}
#headerNavCheckoutButton {
	float:				right;
	margin:				5px 10px 0 10px;
	padding:			0;
}
#headerNavCheckoutButton img {
	border:				none;
}
#shoppingBagInfo {
	color:				#fff;
	width:				150px;
	float:				right;
	margin-right:		10px;
}
.shoppingBagInfoTitle {
	font-size:			0.8em;
	font-weight:		bold;
	text-align:			right;
	padding:			0;
	margin:				5px 0 0 0;
}
.shoppingBagInfoTitle a:link{
	color:				#fff;
	text-decoration:	none;
}
.shoppingBagInfoTitle a:visited{
	color:				#fff;
	text-decoration:	none;
}
.shoppingBagInfoTitle a:hover{
	color:				#fff;
	text-decoration:	underline;
}
.shoppingBagInfoTitle a:active{
	color:				#fff;
	text-decoration:	none;
}

.shoppingBagInfoText {
	font-size:			0.8em;
	line-height:		1.2em;
	text-align:			right;
	padding:			0;
	margin:				5px 0 0 0;
}

/*########################################################*/
/*4. Footer */
#footer {
	height:				40px;
	background-color:	#4c4513;
	color:				#fff;
	padding:			10px;
}
#footer p{
	font-size:			0.8em;
	line-height:		1.5em;
	padding:			0;
	margin:				0;
}
#footer a:link{
	color:				#fff;
	text-decoration:	none;
}
#footer a:visited{
	color:				#fff;
	text-decoration:	none;
}
#footer a:hover{
	color:				#fff;
	text-decoration:	underline;
}
#footer a:active{
	color:				#fff;
	text-decoration:	none;
}

/*########################################################*/
/*5. Content container */
#contentContainer {
	margin:				0;
	padding:			0;
	border-top:			1px solid #fff;
	border-bottom:		1px solid #fff;
	background:			#ded7a5 url(/images/contentContainerBG.gif) repeat-y;
	height:				100%;
}


/*########################################################*/
/*6. leftMenuNav */
#leftMenuNav {
	width:				200px;
	background-color:	#ded7a5;
	padding:			10px;
	float:				left;
	height:				100%;
}

#leftMenuNav ul {
	list-style:			none;
	margin:				0;
	padding:			0;
	font-size:			1em;
	line-height:		1.5em;
	font-weight:		bold;
}
#leftMenuNav a:link {
	color:				#000;
	text-decoration:	none;
}
#leftMenuNav a:visited {
	color:				#000;
	text-decoration:	none;
}
#leftMenuNav a:hover {
	color:				#000;
	text-decoration:	underline;
}
#leftMenuNav a:active {
	color:				#000;
	text-decoration:	none;
}






/*########################################################*/
/*7. mainBodyContent */
#mainBodyContent {
	/*float:				right;*/
	width:				520px;
	margin:				0;
	margin-left:		220px;
	padding:			10px;
	background-color:	#fff;
	height:100%;
}
#mainBodyContent p{
	margin:				0;
	margin-bottom:      1.8em;
	padding:			0;
	font-size:          1em;
	line-height:        1.5em;
}
#mainBodyContent h2 {
    font-size:          1.25em;
    margin:             0;
    margin-bottom:      10px;
    padding:            0;
}
#mainBodyContent h3 {
    font-size:          1.0em;
    margin:             0;
    margin-bottom:      10px;
    padding:            0;
}
#mainBodyContent .helpH3 {
    border-top:         1px solid #4c4513;
    padding-top:        10px;
}

#mainBodyContent h4 {
    font-size:          0.8em;
    margin:             0;
    margin-bottom:      10px;
    padding:            0;
}
#mainBodyContent .requiredNotice {
    color:              #c00;
    font-weight:        bold;
}
#mainBodyContent li {
    font-size:          0.8em;
    margin:				0;
	line-height:        1.5em;
}

/*########################################################*/
/*8. Contact form */
#contactFormContainer {
    background-color:   #f6f6f6;
    border:             1px solid #cccccc;
    padding:            10px;
    margin-bottom:      10px;
}
.formRow {
    width:              100%;
    margin-bottom:      10px;
}
.formRow label {
    width:              150px;
    float:              left;
    font-size:          0.8em;
}
.formContactInputs {
    width:              200px;
}
.formContactMessage{
    width:              330px;
}
.redcolour {
    color:#c00;
}
/*########################################################*/
/*9. Product Item page */
#ProductItemDetails {
}
.productItemPrice {
    color:#c00;
    font-weight:bold;
    font-size:1em;
}
#productItemImageContainer {
	margin:0 10px 10px 0;
	float:left;
}
#bagItBoxContainer {
	border:1px solid #645c23;
	padding:10px;
	background-color:#ded7a5;
}

#bagItBoxContainer p {
	padding:0;
	margin:10px 0 0 0;
}
.buyButtonContainer {
    float:right;
    margin-top:20px;
}

/*########################################################*/
/*10. subCatListing*/
.itemContainer {
    border-bottom:1px solid #ccc;
    padding:5px;
    margin:5px;
    height:100px;
}

.itemImageContainer {
    width:100px;
    float:left;
}
.itemDetailsContainer {
    margin-left:120px;
}


.subCatListingDiv {
    margin-bottom:5px;
}
.subCatListingDiv a:link {
    font-size:0.8em;
    text-decoration:none;
}
.subCatListingDiv a:visited {
    font-size:0.8em;
    text-decoration:none;
}
.subCatListingDiv a:hover {
    font-size:0.8em;
    text-decoration:underline;
}
.subCatListingDiv a:active {
    font-size:0.8em;
    text-decoration:none;
}

/*########################################################*/
/*11. Shopping bag*/

#orderTotalContainer {
	font-size:1em;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:20px;
	margin-right:230px;
	text-align:right;
}
#orderTotalContainer p {
	margin:0;
	padding:0;
}
#postageContainer {
	font-size:1em;
	margin-top:20px;
	margin-right:230px;
	text-align:right;
}
#postageContainer p{
	margin:0;
	padding:0;
}
#voucherContainer {
	font-size:1em;
	/*margin-top:20px;*/
	margin-right:230px;
	text-align:right;
}
#voucherContainer p{
	margin:0;
	padding:0;
}
#checkoutButtonContainer {
	float:right;
	margin-right:20px;
}
#carryOnShoppingButtonContainer {
	float:left;
	/*margin-right:20px;*/
}

.itemColourSize {
	font-size:0.8em;
}

/*########################################################*/
/*12. Categories page*/

#categoryListing ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

#categoryListing a:link {
	color:#000000;
	text-decoration:none;
}
#categoryListing a:visited {
	color:#000000;
	text-decoration:none;
}
#categoryListing a:hover {
	color:#000000;
	text-decoration:underline;
}
#categoryListing a:active {
	color:#000000;
	text-decoration:none;
}

/*########################################################*/
/*13. News page */

#NewsContainer {}

#NewsContainer .newsItem {border-bottom:1px dashed #999; margin-bottom:10px;}

#NewsContainer .newsItem h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; color:#666600;}

#NewsContainer .newsItem p {}
#NewsContainer .newsItem img {border:none !important;}
#NewsContainer .newsItem p.newsItemDate {color:#999; font-size:.75em; margin-top:10px;}
