/*---------- 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
} 

/*------------ INIT --------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #1f1f1f url(/Images/Layout/acb-body-bg.gif) repeat-x;
	color: #eee;
}

a 
{
    color: #f7941d;
    }
    
a:hover 
{
    text-decoration: none;
    }

h1 
{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1.7em;
    }

h2 
{
    text-transform: uppercase;
    font-weight: lighter;
    color: #f7941d;
    font-size: 1.3em;
    }

h1.titleIndented, h2.titleIndented 
{
    margin-left: 275px;
    }

p 
{
    margin-bottom: 20px;
    }

.inner {
    width: 950px;
    margin: 0 auto;
    display: table;
}

/*------------ PAGING --------------------------------------------*/

.pagingCtn 
{
	text-align: right;
	padding: 5px 0;
	}

.pagesDropDownCtn 
{
	}

.pagingCtn ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.pagingCtn ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.pagingCtn ul li a
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #666;
	margin-left: 3px;
	background: #444;
	}
	
.pagingCtn ul li a.disabled
{
	border: 1px solid #333;
	background: #222;
	color: #555;
	}
	
.pagingCtn ul li a.active
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #444;
	background: #f7941d;
	color: #000;
	}
	
.pagingCtn ul li a:hover
{
	background: #eee;
	}
	
.pagingCtn ul li a.disabled:hover
{
	background: #f8f8f8;
	}
	
.pagingCtn ul li a.active:hover
{
	background: #bbb;
	}
	
	
	
	
/*------------ BUTTONS --------------------------------------------*/

.buttonOrange 
{
    display: block;
    width: 150px;
    height: 22px;
    background: url('/Images/Layout/acb-button-orange.gif') no-repeat top;
    text-decoration: none;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    }
.buttonOrange:hover 
{
    background: url('/Images/Layout/acb-button-orange.gif') no-repeat bottom;
    }




/*------------ HEADER --------------------------------------------*/

#headerContainer {
}

#header {
	height: 165px;
}

#header .acbLogo {
	float: left;
	border: 0;
}

#header .headerTagLine {
	border: 0;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	width: 707px;
	float: left;
	height: 125px;
	text-align: center;
	background: url('/Images/Layout/acb-header-bg.gif') no-repeat;
	color: #000;
	font-size: 1.6em;
	line-height: 1.6em;
	padding-top: 40px;
}

#header .headerTagLine em {
	color: #f7941d;
	font-size: 1.3em;
}





/*------------ NAVIGATION --------------------------------------------*/

#navigationContainer {
}

#navigation 
{
    margin-left: 240px;
    height: 35px;
    border-left: 1px solid #444;
}

#navigation ul 
{
    list-style-type: none;
    display: block;
}

#navigation ul li 
{
    float: left;
}

#navigation ul li a
{
    display: inline-block;
    padding: 8px 15px 2px 15px;
    height: 25px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
}

#navigation ul li a:hover
{
    color: #fff;
    background: #333;
}

#navigation ul li a.navigationItemActive
{
    color: #fff;
    background: url('/Images/Layout/acb-nav-active.gif') repeat-x;
}





/*------------ CRUMBS --------------------------------------------*/

#crumbsContainer
{
    background: #181818;
    }
    
#crumbs 
{
    font-size: 0.85em;
    color: #666;
    }
    
#crumbs a
{
    color: #999;
    }
    
#crumbs .intro
{
    width: 220px;
    float: left;
    text-align: right;
    padding: 10px 0;
    padding-right: 20px;
    border-right: 1px solid #444;
    margin-right: 15px;
    }
    
#crumbs .trail
{
    padding: 10px 0;
    }



/*------------ CONTENT --------------------------------------------*/

#contentContainer 
{
	min-height: 350px;
	background: #000;
}

#content 
{
}

#contentContainerMain
{
	background: #000;
	padding-bottom: 25px;
	padding-top: 25px;
}

.subContentCtn 
{
    width: 675px;
    float: right;
    }

.subContentCtn h1, .subContentCtn h2
{
    margin-bottom: 25px;
    }

.innerCell ul   
{
    margin-bottom: 10px;
}

.innerCell li   
{
    list-style-type: disc;
    margin-left: 25px;
}

.subMenuCtn, .subMenuHomeCtn
{
    width: 191px;
    min-height: 230px;
    text-align: right;
	border-right: 1px solid #313131;
	float: left;
    }

.subMenuHomeCtn 
{
    padding: 15px 25px;
    }

.subMenuCtn 
{
    padding: 0 25px;
    }

.subMenuCtn ul li a 
{
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    }

.subMenuCtn ul li a:hover,  .subMenuCtn ul li a.navigationItemActive
{
    background: #222;
    color: #fff;
    }

/*------------ HOME --------------------------------------------*/
#contentContainerHome
{
	min-height: 330px;
	background: #000;
    background: url('/Images/Layout/acb-home-bg.gif') repeat-x top;
}

#contentHome {
}

#contentHome .homeTop 
{
    padding-top: 25px;
}

#contentHome .homeTop h3
{
    display: block;
    background: #f7941d;
    font-weight: normal;
    float: right;
    width: 150px;
    height: 22px;
    text-align: center;
    background: #f7941d url('/Images/Layout/acb-home-promo-tab.gif') repeat-x top;
    padding-top: 3px;
}

#contentHome .aboutContent 
{
    width: 320px;
    float: left;
    padding: 15px 0 0 0;
}

#contentHome .aboutContent p
{
    padding-left: 15px;
}

#contentHome .aboutContent .newsletterSubscribe {
   position: relative;
	left: 12px;
    padding: 5px;
    background: #181818;
	 width: 330px;
	}
	#contentHome .aboutContent .newsletterSubscribe input {
		border: 0;
		background: #efefef;
		font-size: 10pt;
		color: #222;
		padding: 3px;
		width: 190px;
		float: left;
		height: 17px;
		margin: 0;
		}
		#contentHome .aboutContent .newsletterSubscribe input.defaultContent {
			font-style: italic;
			color: #666;
		}
	#contentHome .aboutContent .newsletterSubscribe .subscribeButton {
		width: 130px;
		height: 23px;
		float: right;
		background: url('/Images/Layout/acb-nav-active.gif') repeat-x bottom left;
		color: #fff;
	}
#contentHome .aboutContent .newsletterSuccess {
	margin-left: 10px;
    padding: 5px;
    background: #181818 url('/Images/Common/tick.png') no-repeat 4px 6px;
	 padding-left: 24px;
	 color: #999999;
	 width: 330px;
	}
	#contentHome .aboutContent .newsletterSuccess a {
		font-size: 7pt;
		color: #999999;
		padding-right: 5px;
	}
#contentHome .promoContent 
{
    width: 300px;
    height: 230px;
    padding: 15px;
    float: right;
    background: #f7941d url('/Images/Layout/acb-home-promo-bg.gif') repeat-x top;
}

.contentHomeNews .homeNewsItem 
{
    margin: 15px 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0;
}

.contentHomeNews .homeNewsItem:hover 
{
    background: #1f1f1f;
}

.contentHomeNews .homeNewsItem h3
{
    text-transform: uppercase;
    font-weight: lighter;
    color: #f7941d;
    font-size: 1.0em;
}

.contentHomeNews .homeNewsItem .date 
{
    display: block;
    width: 191px;
    text-align: right;
    padding: 10px 25px;
	border-right: 1px solid #313131;
	float: left;
    
}

.contentHomeNews .homeNewsItem .content 
{
    display: block;
    width: 650px;
    padding: 5px 25px;
	float: left;
    
}

/*------------ NEWS --------------------------------------------*/
.subMenuCtn .dateCtn 
{
    width: 125px;
    border: 5px solid #181818;
    text-transform: uppercase;
    float: right;
    }

.subMenuCtn .dateCtn .dayName
{
    border: solid #444;
    border-width: 1px 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    }

.subMenuCtn .dateCtn .dayMonth
{
    border: solid #444;
    border-width: 0 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #333;
    font-size: 1.7em;
    color: #f7941d;
    }

.subMenuCtn .dateCtn .year
{
    border: solid #444;
    border-width: 0 1px 1px 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    }

.imagesContainer {
	margin-top: 15px;
	}
	.imagesContainer img {
		border: 3px solid #333;
		margin: 0 5px 5px 0;
	}

/*------------ PROMOTIONS --------------------------------------------*/

.promotionsItem 
{
    margin-bottom: 20px;
    }
    
.promotionsItem .left
{
    width: 190px;
    float: left;
    text-align: right;
    padding: 0 25px;
    border-right: 1px solid #333;
    }
    
.promotionsItem .right
{
    width: 675px;
    float: right;
    }
    
.promotionsItem .content
{
    height: 125px;
    overflow: hidden;
    padding: 10px;
    background: #181818;
    margin: 15px 0 0 0;
    border: 1px solid #333;
    border-bottom-width: 5px;
    }
    
.promotionsItem .readMoreLink
{
    display: block;
    background: #333;
    width: 150px;
    padding: 0 0 5px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    }
    
.promotionsItem .readMoreLink:hover
{
    color: #999;
    }

/*------------ PRODUCTS --------------------------------------------*/

.productItemCtn 
{
    display: block;
    width: 180px;
    height: 180px;
    float: left;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    background: url('/Images/Layout/productItemBg.jpg') no-repeat top;
    text-decoration: none;
    color: #fff;
    }
    
.productItemCtn:hover 
{
    background: url('/Images/Layout/productItemBg.jpg') no-repeat bottom;
    }

.productItemCtn h3
{
    font-weight: lighter;
    font-size: 1.2em;
    margin-bottom: 5px;
    }

.productDetailThumb 
{
    float: right;
    border: 5px solid #222;
    display: block;
    }

/*------------ LINKS --------------------------------------------*/

.linksItemCtn 
{
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 15px 15px 0 15px;
    }

.linksItemCtn:hover
{
    background: #222;
    }

.linksItemCtn img
{
    margin-right: 10px;
    }
    
.linksItemCtn h2
{
    margin-bottom: 10px;
    }

/*------------ CONTACT --------------------------------------------*/

.contactPersonsCtn 
{
    margin-top: 45px;
    height: 145px;
    background: url('/Images/Layout/contactPersonsBg.jpg') no-repeat;
    }
    
.contactPersonsCtn .left
{
    width: 280px;
    float: left;
    padding: 15px 25px;
    }
    
.contactPersonsCtn .right
{
    float: left;
    padding: 15px;
    }

#googleMap 
{
    height: 250px;
    border: 5px solid #666;
    }
.googleMapAddress
{
    text-align: center;
	background: #333;
	padding: 10px;
    }



.contactFormCtn .formFieldCtn 
{
	padding: 2px 0;
	}
	
.contactFormCtn .label 
{
	display: inline-block;
	width: 140px;
	background: #222;
	padding: 3px;
	margin-right: 5px;
	float: left;
	}
	
.contactFormCtn .textlarge, .contactFormCtn .textsmall, .contactFormCtn .textarea
{
	background: #333;
	padding: 2px;
	color: #fff;
	border: none;
	font-size: 1.2em;
    }
	
.contactFormCtn .textlarge 
{
	width: 500px;
	}
	
.contactFormCtn .textsmall 
{
	width: 125px;
	}
	
.contactFormCtn .textarea 
{
	width: 500px;
	height: 150px;
	}
	
.contactFormCtn .validator
{
	color: #c80000 !important;
	font-weight: bold;
	padding-left: 3px;
	}
	
.contactFormCtn .summary
{
	padding: 10px;
	background: #333;
	border: 1px solid #555;
	margin-bottom: 15px;
	color: #fff !important;
	}
	
.contactFormCtn .summary ul
{
	padding: 0 0 0 20px;
	margin: 0;
	}
	
.contactFormCtn .summary ul li
{
	list-style-type: square;
	}
	
.contactFormCtn .note 
{
	margin-left: 5px;
	font-size: 0.8em;
	}
	
.contactFormCtn .submitbuttonCtn 
{
	margin-top: 20px;
    margin-left: 150px;
	}
	
.contactFormCtn .submitbutton 
{
    display: block;
    width: 150px;
    height: 25px;
    background: url('/Images/Layout/acb-button-orange.gif') no-repeat top;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    }
	
.contactFormCtn .submitbutton:hover
{
    background: url('/Images/Layout/acb-button-orange.gif') no-repeat bottom;
    }



/*------------ FOOTER --------------------------------------------*/

#footerContainer {
}

#footer {
	padding: 15px 0;
	font-size: .8em;
	color: #666;
}

#footer a {
	color: #999;
}
#footer #partners {
    background: url('/Images/Layout/partnersBg.jpg');
}

/* ---------- Scrolling partners ---------- */
.scroll { 
	width: 950px;
	height: 100px;
	
}

.scroll .simply-scroll-clip {
	width: 930px;
	height: 80px;
	margin: 0 10px 10px 10px;
}

.simply-scroll-container { 
	position: relative;
}

.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* ---------- AD HOC ---------- */
.adHocTagVideo {
	display: block;
	width: 92px;
	height: 84px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 400px;
	}




