/*

----- Britnix 2009 -----
----- screen stylesheet -----

----- enjoy. -----

----- Site Dimensions -----

	Full Width: 960px
	Internal Frame Width: 800px
	
	Main Col Width: 960px
	
----- Background Colours -----
	Grey: #f2f2ed

----- Foreground Colours -----

		Pink: #dc006b
*/


/* ----- Globalisation Reset ----- */

* {
	margin:0;
	padding:0;
}

/* ---------------- Opening Tags --------------------------
-----------------------------------------------------------
----------------------------------------------------------- */

body {
	/*background:url(../images/background.gif) 0 0 repeat-x;*/
	background:#f3f3f0;
	color:#dc006b;
	font:12px Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	padding:0;
	text-align:center;
}
ul {
	list-style:none;
}
a img {
	border:none;
}
.hide {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
p {
	line-height:17px;
	margin-bottom:20px;
}


/* ---------------- Containers --------------------------
-----------------------------------------------------------
----------------------------------------------------------- */

#site {
	width:100%;
	position:relative;
}

#frame {
	width:960px;
	height:695px;
	background:url(../images/hero.jpg) 0 100% no-repeat;
	margin:0 auto;
	padding-top:45px;
	text-align:left;
}
#frame2 {
	width:960px;
	height:695px;
	background:url(../images/hero2.jpg) 0 100% no-repeat;
	margin:0 auto;
	padding-top:45px;
	text-align:left;
}
#container {
	width:960px;
	height:695px;
	margin:0 auto;
	position:relative;
}
.col-560 {
	float:left;
	width:500px;
	padding:0 0 0 60px;
}
.col-560abs {
	position:absolute;
	width:500px;
	padding:0 0 0 60px;
}
.col-200 {
	float:right;
	margin-right:30px;
	font-size:1em;
}
.col-200 .stockists {
	width:195px;
	height:35px;
	/*background:url(../images/view_stockists.jpg) 0 100% no-repeat;*/
	position:relative;
	left:-50px;
	display:block;
}
.col-200 .stockists a {
	display:block;
}
.col-200 .stockists p {
	display:none;
}
.flash-holder{
	clear:both;
	height:450px;
	width:940px;	
	margin:0 5px 0px 12px;
	position:absolute;
	bottom:-32px;
	left:-1px;
}

/* ---------------- Containers --------------------------
-----------------------------------------------------------
----------------------------------------------------------- */

h1 {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:160px;
	height:73px;
	text-indent:-10000px;
}
h2 {
	background:url(../images/stockists.jpg) 0 0 no-repeat;
	width:84px;
	height:17px;
	text-indent:-10000px;
	position:relative;
	top:10px;
	margin-bottom:20px;
}
p.caption {
	background:url(../images/caption_crop.gif) 0 0 no-repeat;
	width:498px;
	height:154px;
	margin:0 0 5px 20px;
	font-size:1.2em;
	text-indent:-10000px;
}

.footer{
	padding:0px;
	color:#999999;
	font-size:0.8em;
}
#stockist_info {
	float:left;
	width:480px;
	background-color:#f1f2ec;
	/*border:1px dotted;*/
}

#stockist_info .stockist {
	width:230px; 
	min-height:145px; 
	float: left; 
	text-align:left;
	padding-right:10px;
}

.stockist h3 {
	color: #e0006a;	
	background:none;
	text-indent:0;
	margin:0;
}

.stockist p.address {
	color: #000;
	margin-bottom:0px;
	font-size:1.0em;
}

.stockist p.phone {
	color: #000;
	margin-bottom:0px;	
	font-size:1.0em;	
}

.stockist p.website {
	color: #dc006b;
	margin-bottom:0px;	
	font-size:1.0em;	
}

.stockist p.website a {
	color: #dc006b;
	text-decoration:underline;
}

.stockist p.website a:hover {
	color: #dc006b;	
	text-decoration:none;
}

p.sortby a {
	color:#dc006b;
	text-decoration:none;
}

p.sortby a:hover {
	color:#dc006b;
	text-decoration:underline;
	font-weight:bold;
}

#sortby {
	float:left; 
	padding-top:10px;
}

#sortby a {
	color:#dc006b;
	text-decoration:none;
}

#sortby a:hover {
	color:#dc006b;
	text-decoration:underline;
	font-weight:bold;
}