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

/*
	AUTHOR:  			Bottletop Design 
   	WEBSITE:   			http://www.bottletop.co.uk/
   	CLIENT:				Bottletop Design   	
*/ 
 

/*BIG FAT BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
#tools {
	color: #DDE;
	width: 363px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #668;
	text-align: center;
	font-size: 0.9em;
}
/*END OF BIG FAT BROWSER RESET*/



/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ALL PAGES-------------------*/
/*---------------------------------------------------------------*/


body {
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%; /*MAKES 1em = 10px*/
	text-align: center;
	}	
p {
	padding-top: 10px;
}
h1 {
	font-size: 2em;
	color: #F09;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	color: #F09;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
}
h4 {
	color: #668;
	font-size: 0.9em;
	font-weight: normal;
}

/*entire container*/
div#container {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 960px;
	min-height:850px;
	
	}
	
html, body, #container {height: 100%;
}

body > #container {height: auto; min-height: 100%;
}

#mainContentBox {
	padding-bottom: 179px
}  /* must be same height as the footer */
#banner {
	height: 130px;
	width: 960px;
}
.mainPhoneNumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	text-align: right;
	color: #88a;
}
#logodiv {
	width: 250px;
	float: left;
	display: inline;
}
#navigation {
	width: 650px;
	float: right;
	text-align: right;
	padding-top: 36px;
	padding-right: 10px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	text-align: right;
}
#navigation li #nolinenav {
	text-decoration: none;
	padding-top: 0.6em;
	padding-right: 2em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-right-style: solid;
}
#navigation li a {
	text-decoration: none;
	padding-top: 0.6em;
	padding-right: 2em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddf;
	font-size: 1.1em;
}
#navigation li a:link, #navigation li a:visited {
	color: #668;
}
#navigation li a:hover, #navigation li a:active {

	color: #F09;
}
#bannerUnderline {
	height: 10px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99A;
	float: left;
	display: inline;
}
#artBox {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	height: 288px;
	float: left;
	display: inline;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99A;
	border-bottom-color: #99A;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#artBoxText {
	width: 363px;
	color: #668;
	font-size: 1.4em;
	height: 69px;
	padding-top: 15px;
}
#artBoxPicture {
	display: inline;
	float: none;
	margin: 0px;
}
#artBoxTextAndPicture {
	float: left;
	display: inline;
	height: 288px;
	width: 363px;
}
#backButton {
	text-align: right;
	float: right;
}
.subHeadings {
	width: 940px;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
}
.subheadingright {
	float: left;
	display: inline;
	height: 40px;
	width: 470px;
	font-size: 1.1em;
	text-align: right;
}
.subheadingLeft {
	float: left;
	display: inline;
	height: 40px;
	width: 470px;
}
.subHeadings a:link , .subHeadings a:visited{
	text-decoration: none;
	color: #FFF;
	background-color: #F09;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.subHeadings a:hover, .subHeadings a:active {
	text-decoration: none;
	color: #333;
	background-color: #CCC;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.subHeadings .nolink {
	text-decoration: none;
	color: #CCD;
	background-color: #668;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.pink {
	color: #F09;
}
.black {
	color: #333;
}
#movie {
	float: right;
	display: inline;
	width: 512px;
	vertical-align: sub;
	height: 288px;
}
.smallerFontSize75 {
	font-size: 0.9em;
}
#map {
	height: 288px;
	width: 940px;
}
#mapText {
	float: left;
	display: inline;
	width: 320px;
	padding-top: 80px;
	padding-left: 50px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	color: #668;
}
#mapText a:link, #mapText a:visited {
	color: #F09;
	text-decoration: none;
}
#mapText a:hover, #mapText a:active {
	color: #333;
	text-decoration: none;
}
.fullPageWidthBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a;
	width: 940px;
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: right;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.fullPageWidthBoxColorLightGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a;
	width: 900px;
	background-color: #EEEEF3;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: right;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
.fullPageWidthBoxColorWhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a;
	width: 900px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: right;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
.fullPageWidthBoxColorpink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a;
	width: 900px;
	background-color: #FFF5FF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: right;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
.dadAward {
	vertical-align: text-top;
	margin-right: 30px;
	display: inline-block;
	float: left;
}
strong {
	font-weight: normal;
}
#flash940 {
	height: 288px;
	width: 940px;
}
#clientsStrap {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99A;
	color: #8282A9;
	float: left;
	display: inline;
	font-size: 2.9em;
	line-height: 1.3em;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: lighter;
}
#homeMidTextBox {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99A;
	color: #8282A9;
	float: left;
	display: inline;
	font-size: 2.9em;
	line-height: 1.3em;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: lighter;
}
#clientLogos {
	float: left;
	height: 102px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a;
	margin-top: 0px;
	margin-bottom: 10px;
}
#fourColumnBox {
	display: inline;
	width: 960px;
}
.aFourColumnContentBox {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99A;
	line-height: 1.5em;
	margin-top: 20px;
	height: 46em;
}
.aFourColumnContentBoxRight {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	line-height: 1.5em;
	margin-top: 20px;
}
#fourColumnContainer a:link , #fourColumnContainer a:visited{
	text-decoration: none;
	color: #F09;
	margin: 0px;
	padding: 0px;
}
#fourColumnContainer a:hover ,#fourColumnContainer a:active{
	text-decoration: none;
	color: #333;
}
#index .aFourColumnContentBox  {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99A;
	line-height: 1.5em;
	height: 48em;
	margin-top: 20px;
}

#index .aFourColumnContentBoxRight {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	line-height: 1.5em;
	margin-top: 20px;
	height: 400px;
}
/* End hide from IE-mac */

#contactus .aFourColumnContentBox {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99A;
	line-height: 1.5em;
	height: 23em;
	margin-top: 20px;
}

#contactus .aFourColumnContentBoxRight {
	width: 219px;
	padding-right: 10px;
	padding-left: 10px;
	color: #668;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	line-height: 1.5em;
	height: 23em;
	margin-top: 20px;
}

.pictureBottomMargin {
	float: left;
	margin-bottom: 15px;
}
.QuicktimeTag {
	float: left;
}
#mainContentBox {
	width: 960px;
	float: left;
	display: inline;
	
}
#mainContentBox a img {
	margin-right: 8px;
	border: 2px solid #FFFFFF;
	margin-left: 8px;
}
#mainContentBox a:hover  img {
	margin-right: 8px;
	margin-left: 8px;
	border: 2px solid #F09;
}
.projectBox {
	width: 191px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99A;
	float: left;
	display: inline;
	height: 34em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.projectBoxright {
	width: 191px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	float: left;
	display: inline;
	height: 34em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.projectBoxText {
	font-size: 1em;
	width: 171px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 1.3em;
	color: #668;
}
.projectBox a:link, .projectBox a:visited , .projectBoxright a:link, .projectBoxright a:visited{
	color: #F09;
	text-decoration: none;
}
.projectBox a:hover, .projectBox a:active , .projectBoxright a:hover, .projectBoxright a:active{
	color: #668;
	text-decoration: none;
}
.twocolumnprojectBox {
	width: 362px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCD;
	float: left;
	display: inline;
	margin-top: 15px;
	padding-right: 32px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 20px;
}
.twocolumn {
	width: 365px;
	float: left;
	display: inline;
}
.twocolumnRight {
	width: 365px;
	float: right;
	display: inline;
}

.twocolumnprojectBoxNoLine {
	width: 362px;
	float: left;
	display: inline;
	margin-top: 15px;
	padding-right: 32px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 20px;
}
.twocolumnprojectBox img{
	margin-bottom: 10px;
}

.twoColumnBoxText {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	width: 365px;
	height: 290px;
}
.twoColumnBoxTextNoHeight {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	width: 365px;
}
.twoColumnBoxTextRight {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	height: 290px;
	float: right;
	width: 350px;
	clear: right;
	text-align: right;
}

.twoColBoxRightNoHeight {
	float: right;
	display: inline;
	width: 365px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
}#threeColumnBox {
	width: 512px;
	padding-right: 10px;
	padding-left: 31px;
	float: right;
	display: inline;
	margin-top: 18px;
}
.threeColumnBoxText {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #668;
	width: 512px;
	float: left;
}
.threeColumnBoxTextRight {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #668;
	width: 512px;
	float: right;
}
.threeColumnBoxText a:link , .threeColumnBoxText a:visited{
	color: #F09;
	text-decoration: none;
	font-weight: normal;
}
.threeColumnBoxText a:hover, .threeColumnBoxText a:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.CreativeServices {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}
.CreativeServicesNavRight {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666666;
	float: right;
	width: 350px;
	text-align: right;
}
.CategoriesListLinks {
	font-size: 1em;
	color: #668;
	line-height: 1.2em;
	padding-left: 0px;
}

#footer {
	position: relative;
	margin-top: -179px; /* negative value of footer height */
	height: 179px;
	clear:both;
	width: 100%;
	float: left;
	display: inline;
	background-image: url(images/bottletopCornerLogo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footertextbox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #ccd;
	height: 59px;
}
#footertextbox a:link , #footertextbox a:visited{
	font-size: 1.2em;
	text-decoration: none;
	color: #668;
}
#footertextbox a:hover , #footertextbox a:active{
	color: #F09;
	text-decoration: none;
}
#footerNextPageNav {
	text-align: right;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #668;
	height: 45px;
	text-decoration: none;
}
#footerPhoneNumberBox {
	text-align: right;
	width: 940px;
	color: #333;
	font-size: 1.3em;
	height: 25px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCd;
}
#footerPhoneNumberBox  a:link , #footerPhoneNumberBox a:visited{
	color: #F09;
	text-decoration: none;
}
#footerPhoneNumberBox a:hover , #footerPhoneNumberBox a:active{
	color: #000;
	text-decoration: none;
}
#copyright {
	color: #99A;
	text-align: right;
	margin-top: 15px;
}
#registration {
	color: #99A;
	text-align: right;
	margin-top: 2px;
	line-height: 1.2em;
}
#submit_button {
	margin-top: 10px;
	width: 73px;
	height: 18px;
	float: left;
	margin-left: 1px;
	border: 1px solid #FFF;
}
#submit_button a:hover {
	border: 1px solid #666;
}
.formLabel {
	width: 55px;
	display: block;
}

a:link {
	text-decoration: none;
	color: #F09;
}
a:visited {
	text-decoration: none;
	color: #F09;
}
a:hover {
	text-decoration: none;
	color: #99a;
}
a:active {
	text-decoration: none;
	color: #99a;
}
.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;}
small a:link , small a:visited{
	color: #F09;
	font-size: 10px;
}

.IndexPageParagraphHeight {
	height: 100px;
}

.categoryLinks {
	height: 120px;
	width: 200px;
}
code {
	display: none;
}
.grey {
	color: #bbd;
}
.DarkGrey {
	color: #668;
}
.green {
	color: #0C0;
}
.pictureBottomBorder {
	margin-bottom: 10px;
}
.panasonic {
	float: right;
}
.threeColumnBoxTextRight ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}
.threeColumnBoxText ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO TICKER-------------------*/
/*---------------------------------------------------------------*/

#ticker_title {
float: left;
display: inline;
margin-top: 25px;
width: 230px;
height: 25px;
}

#ticker_title p {
color: white;
font-size: 15px;
background-color: #9393b0;
padding: 1px 0px 3px 15px;
font-weight: normal;
line-height: normal;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: none;
background: #eee; 
width: 708px; 
height: 24px; 
margin: 0; 
padding: 0;
overflow: hidden;
margin-top: 25px;
font-weight: normal;
line-height: normal;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: 4px;
width: 703px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 650px;
font-size: 12px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #eee;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0099;
font-size: 12px;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

