/* CSS Document */
/*
-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	October 2007
Project:		Jo Hilditch British Cassis - Demo site.

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.CYPHOTO.CO.UK
		
-----------------------------------------------		
pink color:	#844263 - approximated
green color: #219d38 - approximated
alt pink color - e6519c
----------------------------------------------- */


/* PAGE ELEMENTS START */

html, body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  color: #fff;
}

#header {
	font-size: medium;
	background-image: url(../images/web_banner2.gif);
	background-position: top right;
	background-repeat:no-repeat;
	height: 260px;
	border-bottom:solid #219d38 1px;
}

#indexContent {
	/*height: 500px;*/
	padding: 20px 20px 0 200px;
	background-image: url(../images/jh-bc_bottle.jpg);
	background-position: 20px left;
	background-repeat: no-repeat;
}

#pageContent {
	padding: 20px 20px 50px 130px;
	background-image: url(../images/cassis-bottle-small.jpg);
	background-position: 50px left;
	background-repeat: no-repeat;
}

#footer {
	z-index: 1;
	position:fixed;
	bottom:0;
	width:100%;
	text-align: center;
	background-color:#000000;
	padding-bottom: 10px;
	font-size: smaller;
}

#footer p{
	color:#CCCCCC;
    margin: 0 auto;
	text-align: center;
	width: 800px;
	border-top:solid #219d38 1px;
	padding-top: 10px;
}

.aligncenter {
	text-align: center;
}

.promo {
	color:	#844263;
	font-weight: bold;
	font-size: 110%;
}

#nav  /* id of navigation UL */
	{
	width: 100%;
	float: left;
	list-style: none;
	margin: 225px 0 0 -15px;
	padding: 0px 0 0px 0;
	/* background: #000;*/
}

#nav li
	{
	float: left;
	background-color: #000;
	padding: 0 0 0 15px;
	/*margin: 0;*/	
	font-size: 110%;
	color: #FFFFFF;
}

#nav a
	{
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
}

a:link
	{
	/*color: #844263;*/
	color: #219d38;
	text-decoration: none;
}

a:visited
	{
	color: #219d38;
}

a:hover
	{
	color: #e6519c;;
}



#nav a:link
	{
	color: #fff;
}

#nav a:visited
	{
	color: #fff;
}

#nav a:hover
	{
	color: #e6519c;
}

#nav a#current
	{
	color: #e6519c;
}

p
{
	text-align:justify;
}

h1 {
	width: 90%;
	border-bottom: solid #844263 1px;
}

h2 {
	width: 500px;
	border-bottom: solid #844263 1px;
	font-size: 120%;
}

/* stockists list formatting */


ul.stock li{
	list-style: none;
}

ul.stock a{
	text-decoration: none;
}

ul.stock a{
	text-decoration: none;
	color: #219d38;
}

ul.stock a:hover{
	text-decoration: none;
	color: #e6519c;
}

#pageContent img {
	padding: 0 20px 10px 20px;
}

#indexContent img {
	padding: 0 20px 10px 20px;
}

ol
{
	padding-left: 25px;
}


