/* CSS Document */

/*	TCD Style Sheet.
   
	------------------------------------------------------
   
	arttia.co.uk style sheet - v1.0
	Publication:  February 2010
	Last Update:  February 2010
	Author:  Belinda White ( belinda@arttia.co.uk )
	
/*	Generic
	----------------------------------------------------*/
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #a12a17;
	background-image: url(images_general/bg_grad.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	margin: auto;
	overflow: visible;
	z-index: auto;
  }
#LeftHolder {
	width: 142px;
	height: 100%;
	float: left;
  }
  
  #RightHolder{
	width: 798px;
	height: 100%;
	float: left;
	padding-left: 20px;
  }

/*Header Section
	----------------------------------------------------*/	
#Header{
	width: 798px;
	height: 275px;
	float: left;
  }
#Header1{
	width: 798px;
	height: 34px;
	float: left;
  }  
#Header2{
	width: 798px;
	height: 194px;
	float: left;
  }
#HeaderImage{
	width: 760px;
	height: 196px;
	float: left;
	background-image: url(images_heading/heading_home.png);
	background-repeat: no-repeat;
  }
#HeaderImagePadLeft{
	width: 18px;
	height: 196px;
	float: left;
	background-image: url(images_general/image_pad_left.png);
	background-repeat: no-repeat;
  } 
#HeaderImagePadRight{
	width: 19px;
	height: 196px;
	float: right;
	background-image: url(images_general/image_pad_right.png);
	background-repeat: no-repeat;
	background-position: bottom;
  } 
#Header3{
	width: 798px;
	height: 28px;
	float: left;
	background-image: url(images_general/head_testimonial_holder.png);
	background-repeat: no-repeat;
	background-position: right;
  }
#Header3Text{
	width: 500px;
	height: 20px;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
  }
.headtext1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	
}
.headtext2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	
}

/*	Top Navigation
	----------------------------------------------------*/
  #Logo{
	width: 142px;
	height: 257px;
	float: left;
	margin-top: 43px;
  }

#Naviheader{
	width:142px;
	height: 17px;
	float: left;
	;
	margin-top: 10px;
	padding-bottom: 15px;
    }	
#Naviheader a {
	text-decoration:none;
	width: 117px;
	float: left;
	color: #FFF;
	letter-spacing: 0px;
	display: block;
	height: 17px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
    }
#Naviheader a:hover {
	color: #993300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
#Naviheader ul li a:hover {
	text-decoration:none;
	width: 117px;
	float: left;
	color: #993300;
	display: block;
	height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#Naviheader ul {
	text-decoration: none;
	list-style: none;
    }
#Naviheader li {
	float:left;
    }	
#Naviheader a,  #Naviheader strong, #Naviheader span {
	text-align: right;
	float: left;
	height: 17px;
    }
#Naviheader #current {
	font-weight: normal;
	background-image: url(images_general/navi_chilli.png);
	background-repeat: no-repeat;
    }
#Naviheader #current a {
	font-weight: normal;
    }	
#Naviheader #current a:link {
	font-weight: normal;
    }
#Naviheader #current a:hover {
	color: #993300;
}	
/*	Generic
	---------------------------------------------------- */
	a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}	
/*	Login
	---------------------------------------------------- */

#LoginHolder {
	float: left;
	width: 798px;
	height: 44px;
	background-image: url(images_general/login_bg_1.png);
	background-repeat: repeat-y;
}
#LoginText1 {
	float: right;
	width: 600px;
	height: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding-right: 20px;
	margin-top: 5px;
}
#LoginHolder2 {
	float: right;
	width: 400px;
	height: 12px;
	margin-right: 15px;
	padding-top: 10px;
}
#LoginText2 {
	float: left;
	width: 370px;
	height: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding-right: 0px;
}
#BasketIcon {
	width: 17px;
	height: 17px;
	background-image: url(images_general/basket_icon.png);
	background-repeat: no-repeat;
	float: right;
	margin-left: 150px;
	margin-top: -20px;
}
/*	Main Content
	----------------------------------------------------*/
#MainContent {
	width: 798px;
	height: 100%;
	float: left;
	margin-bottom: 50px;
}	
	
	
	
	
/*	General
	----------------------------------------------------*/


	
.TextMain {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #333333;

    }
	
.TextSml {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #333333;

    }	
	
.h1 {
	font: 24px/30px "Baskerville Old Face";
	color: #045B28;

    }
	
.h2 {
	font: 24px/60px "Baskerville Old Face";
	color: #045B28;
	text-align: center;
    }	
	
.h3 {
	font: 24px/33px "Baskerville Old Face";
	color: #045B28;
    }	
	
.h4 {
	color: #770E12;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 30px;
    }
	
.p1 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000000;
}

.p2 {
	font: bold 16px/30px Arial, Helvetica, sans-serif;
	color: #000000;
}

.p4 {
	font: bold 16px/22px "Baskerville Old Face";
	color: #000000;
}
	
#TermsContent {
	width: 798px;
	height: 500px;
	float: left;
	margin-bottom: 50px;
	margin-top: 45px;
	background-image: url(images_general/light_texture.png);
	background-repeat: repeat;
}
	
/*	Footer Content
	----------------------------------------------------	*/
	
#FooterMain {
	height: 94px;
	width: 798px;
	float: left;
	background-image: url(images_general/footer_bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#FooterText1 {
	height: 20px;
	width: 600px;
	float: left;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
	}
#FooterText2 {
	height: 30px;
	width: 500px;
	float: left;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
	}
#FooterSocialMedia {
	height: 70px;
	width: 100px;
	float: right;
	text-align: left;
	margin-top: -20px;
	}		
#FooterTwitter {
	height: 41px;
	width: 39px;
	float: left;
	}
#FooterFB {
	height: 44px;
	width: 39px;
	float: left;
	margin-right: 10px;
	}
#Followus {
	height: 15px;
	width: 80px;
	float: left;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	margin-left: 5px;
	margin-top: 5px;
	}	
a.ft:link{
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 130px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	}
a.ft:active {
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	width: 130px;
	}
a.ft:visited {
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	width: 130px;
	}
a.ft:hover {
	color: #993300;
	text-decoration: underline;
	text-align: left;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	width: 130px;
	}


/* CREDITS
	---------------------------- */

#Credits {
	font-size: 9px;
	height: 20px;
	width: 800px;
	padding-left: 170px;
	float: left;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}

a.cr:link{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
	text-align: left;
	}
a.cr:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
	text-align: left;

	}
a.cr:visited {
	text-decoration: none;
	font-size: 9px;
	color: #CCCCCC;
	text-align: left;
	}
a.cr:hover {
	color: #000;
	text-decoration: none;
	font-size: 9px;
	text-align: left;
	}	
	
/* Clear Fixes
   --------------------------- */	
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*	 End style sheet

     Author - www.arttia.co.uk
								
	----------------------------------------------------*/

