@charset "UTF-8";
/* CSS Document */

/* latest page elements */

.announcements{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 50px;
	border-color: #ba0012;
	border-style: double;
	border-width: 3px;
	width: 330px;
	height:150px;
	margin:20px 0;
	display:block;
	background:url(../images/announcements.gif) no-repeat 50% 5%;
}

.press{
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: #ba0012;
	border-style: double;
	border-width: 3px;
	width: 620px;
	height: 205px;
	display:block;
	overflow-y:scroll;
}
		

/* twitter div styles */
#twitter_div{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 50px;
	height: 140px;
	max-height: 140px;
	border-color: #ba0012;
	border-style: double;
	border-width: 3px;
	width:400px;
	margin:10px 7px 0 0;
	display:block;
	background:url(../images/updates.gif) no-repeat 50% 4%;
	overflow:hidden;
}
#twitter_div li{
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	background:url(../images/stache.png) bottom center no-repeat;
	padding-bottom:25px;
	font-size:14px;
}

#twitter_follow {
width:200px;
height:100px;
	border-color: #ba0012;
	border-style: double;
	border-width: 3px;
	margin-top:10px;
	margin-bottom:auto;
	margin-left: 0px;
	margin-right:7px;
	padding-left:5px;
	padding-top:50px;
	padding-bottom:50px;

}

#twitter_div li span{
	display:block;
}

a.twitter-link, a.twitter-link:hover{
	margin-top:0;
	margin-left:auto;
	margin-right:15px;
	margin-bottom:0;
	width:200px;
	display:block;
	text-decoration:none;
	border:none;
}

/* image float styles 8=*/
img.floatLeft { 
    float: left; 
    margin: 5px 5px; 
}
img.noMargin { 
    margin: 0px 2px; 
    }
    
    
    img.noMarginLeft { 
     margin-left: 0px; 
     margin-bottom: 0px; 
     margin-right: 10px; 
     margin-top: 0px; 
     float: left; 

}
img.floatRight { 
    float: right; 
    margin: 5px 5px; 
}

img.center {
	margin:0px auto;
	display:block;
}

/* content switcher styles */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:666px;
	height:455px;
	overflow:hidden; 
	}
	
#prevButton, #nextButton{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:150px;
	height:30px;
	}	

#prevButton{
	float:left;
}

#nextButton{
	float:right;
}

#prevButton a{
	display:block;
	width:150px;
	height:30px;
	background:url(../images/previous-01.png) no-repeat;
}

#prevButton a:hover{
	background:url(../images/previous-01.png) no-repeat 0 -30px;
}

#nextButton a{
	display:block;
	width:150px;
	height:30px;
	background:url(../images/next-01.png) no-repeat;
}


#nextButton a:hover{
	background:url(../images/next-01.png) no-repeat 0 -30px;
}

#scrollIt{
	display:block;
	overflow:auto;
	width:604px;
	height:440px;
}
/* stockists styles */

#stockistscontainer {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	height: 380px;
	width: 600px;
	border: medium double #000000;
	overflow-y:scroll;
	overflow-x:hidden;
}

#leftcolumn{
float:left;
width:33%;
height:255%;
position:relative;
border-right:thin dashed #CC0000;
padding-left:5px;

}


#centercolumn{
float:left;
height:255%;
width:31%;
margin-right:-160px;
border-right:thin dashed #CC0000;
padding-left:5px;

}

#rightcolumn{
float:right;
height:100%;
width:33%;
position:relative;
}


/* stockists styles */

#shoppedealcontainer {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	height: 400px;
	width: 610px;

}

#leftcolumndeal{
float:left;
width:39%;
height:100%;
position:relative;
padding-left:1px;

}


#centercolumndeal{
float:left;
height:100%;
width:22%;
margin-right:-160px;
padding-left:5px;
padding-right:5px;

}

#rightcolumndeal{
float:right;
height:100%;
width:39%;
padding-left:5px;
position:relative;
}

/* form styles */


label{
	width:120px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:visible;
}

label, input, legend{
	margin:5px 0px;
}

input.button{
	cursor:pointer;
	margin:5px auto;
	border:1px solid #000000;
	font-size:14px;
}

#footer label{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:visible;
}
/* footer form styles */

#footer form{
	color:#F0D6A7;
	display:inline;
	float:right;
	font-size:12px;
	margin:-5px 0px 0px 0px;
	padding:0px 20px 0px 20px;
}

#footer input, #footer label{
	font-size: 12px;
	width:auto;
}

/* table styles */
table {
	border-width: 1px;
	border-spacing: 4px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
}
table th {
	border-width: 1px;
	padding: 4px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size:14px;
}

table td {
	border-width: 1px;
	padding: 4px;
	font-size:14px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}