@charset "utf-8";

html, body {
	margin:0;
	padding:0;
	/*text-align:center;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#676767;
	background-color:#ffffff;
}

div, p {
	margin:0;
}

#container {
	width:100%;
}

hr {
	color:#e9e9e9;
	height:1px;
}

.bottlepr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 0 0;
}

#pagetop {
	display:none;
}

/*********** Header ***********/
#header {
	width:982px;
	float:left;
}

#top-header {
	display:none;
}

#logo {
	display:none;
}
#logo h1 { display:none; }
#logo_print {
	display:block;
}

/*********** Middle ***********/
#middle {
	width:100%;
}

#left-col {
	display:none;
}

#middle-col {
	width:100%;
}

#right-col {
	display:none;
}

#main-img {
	float:left;
	border-bottom:1px solid #edebeb;
	border-left:1px solid #edebeb;
	width:496px;
	height:170px;
}

#main-content {
	width:100%;
}

#middle-slogan {
	display:none;
}

#bottle {
	float:left;
}
* html #bottle {
	float:none;
	margin-top:-16px;
}

#logos {
	background-image:url(http://www.bottlepr.co.uk/i/logos.gif);
	background-repeat:no-repeat;
	display:block;
	width:251px;
	height:79px;
	float:left;
}

.bottle2 {
	border:0px;
	float:left;
	margin:0 0 0 30px;
}

#content {
	width:92%;
	float:left;
	padding:28px 20px 28px 20px; 
}
#content h1 {
	color:#5e5e5e;
	font-size:18px;
	font-weight:bold;
	text-align:justify;
}
#content p {
	color:#616161;
	font-size:16px;
	font-weight:bold;
	text-align:justify;
	line-height:22px;
	padding:5px 0 5px 0;
}
#content p strong {
	color:#afbe27;
	font-size:16px;
}
#content a {
	color:#afbe27;
	text-decoration:underline;
	font-size:11px;
}
#content a:hover {
	text-decoration:none;
}
#content ul, ol {
	font-size:16px;
	font-weight:bold;
	color:#616161;
	line-height:22px;
}
#content ul li {
	list-style:url(http://www.bottlepr.co.uk/i/pr-bullet.gif);
	vertical-align:bottom;
}
#content .item-header {
	color:#5e5e5e;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
#content .pager {
	font-size:16px;
	color:#616161;
	text-align:right;
}

#content .writer {
	text-align:right;
	font-weight:bold;
	color:#afafaf;
}

#content .meet_the_team IMG, .tbl_meet_the_team IMG {
	border:solid 1px #747470;
	padding:3px;
}

#content #contact_form {
	color:#616161;
	font-size:16px;
	font-weight:bold;
}

#content #contact_form .textbox {
	width:255px;
}
#content #contact_form .button {
	width:100px;
}

#content .tbl_meet_the_team 
{
	color:#616161;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	padding:5px 0 5px 0;
}

#content .news_image {
	padding:10px 5px 0 0;
	float:left;
	border:0;
}
#content .news_image_link {
	cursor:pointer;
}
/*********** Footer ***********/

#footer {
	display:none;
}

/*********** Styles ***********/
.style1 {
	color:#316acf;
	font-size:16px;
	font-weight:bold;
}

.style2 {
	color: #FF0000;
}


/*
	BEGIN CLEARFIX
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hides from IE-mac */