/* ************************************************************************** */
/* 123reg Global, May 2006 Relaunch Stylesheet � www.123-reg.co.uk	     	  */
/* Author: Webfusion Ltd, (c)2006 Webfusion Ltd                           */
/* Version 2.1									  			  				  */
/* ************************************************************************** */

@font-face {
	font-family: "vagrounded-bold";
	src: url('../type/vagrounded.eot');
	src: local('d'),
	url('../type/vagrounded.woff') format('woff'),
	url('../type/vagrounded.svg#webfontwxyBCsUP') format('svg');
}
@font-face {
	font-family: "vagrounded-light";
	src: url('../type/vagrounded-light.eot');
	src: local('d'),
	url('../type/vagrounded-light.woff') format('woff'),
	url('../type/vagrounded-light.svg#webfontwxyBCsUP') format('svg');
}


/* body ----- */
body {
	font: normal 100 0.8em arial,sans-serif; color: #333;
	position:relative;
}
html, body {
	height: 100%;
}
blockquote { 
	font-size: 0.9em;
}
input {
	outline: none;
}

/* new classes for font colors */
.ott_blue {color: #2597D5 !important;}
.ott_red {color: #DF1453 !important;}


/* simple structural ----- */
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.hide, .hidden {
	display: none !important;
}
.clearboth {
	clear: both;
}
.centerchildren, .centerchildren * {
	text-align: center; 
}
.nomargins {
	margin: 0 !important;
}

.nomarginafter {
	margin-bottom:0 !important;
}
.clear:after {
	content: ".";
	display: block; 
	clear: both;
	visibility: hidden;
	height: 0;
}

/* headings : generic styles ----- */
#content h3 {
	font-size: 1.3em;
}


/* headings : secondary content section ----- */
#content #sec_content h2.sectiontitle {
	margin: 0;
}
#content #sec_content h3.sectiontitle {
	margin: 0 0 0 3px;
	font-size: 1em;
	font-weight: 100;
	color: #777;
}

/* images ----- */
img {
	border: none;
}
.imageleft {
	float: left;
	margin: 0 40px 0 0;
}
.imageright {
	float: right;
	margin: 0 0 0 40px;
}

/* links ----- */
a {
	text-decoration: none;
}


/* list fix  ----- */
ul.txtlst, ul.tick { 
	list-style: disc inside; 
	margin-left: 0; 
	padding-left: 1em; 
	text-indent: -1em;
}
ul.txtlst li, ul.tick li { 
	margin-bottom: 0.3em;
	color: #1059BD;
} 
ul.txtlst li span, ul.tick li span { 
	color: #333;
} 


/* sIFR assist ============================================================== */
.sIFR-active .sIFR_blue,
.sIFR-active .sIFR_darkblue, 
.sIFR-active .sIFR_lightblue{
	font-family: "arial rounded",arial,verdana,sans-serif;
	font-weight: 800;
	line-height: 1em;
}
.sIFR_blue,
.sIFR_darkblue, 
.sIFR_lightblue{
	/* display: block; disabled until sIFR switched back on */
	_height: 1px; /* ie height / margin hack */
}
.sIFR_blue {
	color: #2597d5 !important;
	font-size: 1.0em;
}
.sIFR_darkblue {
	color: #015bb1 !important;
	font-size: 1.0em;
}
.sIFR_lightblue {
	color: #a8d6ee !important;
	font-size: 1.0em;
}

/* structural : content container =========================================== */
#content {
	position: relative;
	clear: both;
	width: 595px; /* enforce section width */
	margin: 0;
	padding: 0 0 0 18px !important;
	z-index: 1;
}

/* header  (full width, top of page) ----- */
#content #header {
	position: relative;
	width: 100%; 
	margin: 0; 
	z-index: 1;
}

/* primary content (2 column, typically upper half of page)  ----- */
#content #pri_content {
	width: 100%; 
	/*_height:1%;*/
	margin-top: 20px; 
	z-index: 1;
	
}
#content #pri_content:after { 
	display: block; 
	content: ".";
	height: 0pt; 
	clear: both; 
	color: #fff;
}
#content #pri_content #main {
	float: left; 
	clear: left; 
	width: 392px; 
	margin-right: 13px; 
	z-index: 1;
}

/* footer  ----- */
#content #footer {
	width: 100%;
	margin: 20px 0 0 0; 
	z-index: 1;
}

/* structural : ultrawide surround (overrides) ============================== */
#ultrawide #content {
	width: 746px; /* full width page */
}
#ultrawide #content #pri_content #main {
	width: 487px; /* wider main content column */
}
#ultrawide #content #pri_content #side {
	width: 230px; /* wider side column */
	margin-left: 16px;
}

/* structural : single (wider) content column (595px) ======================= */
#content #pri_content #main.wide {
	width: 595px; /* full width content column */
	margin: 0; /* remove right hand margin - no column gutters */
}

/* structural : left aligned side column (overrides) ======================== */
#content .news #pri_content #main {
	float: right;
	clear: right;
	margin: 0 0 0 13px;
}

/* header: standard (full width) ============================================ */
#content #header {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	z-index: 1;
}
#content #header h2 {
	position: relative;	
	padding: 0;
	font-size: 1.4em;
}
/* footer =================================================================== */
#content #footer .backtotop {
	display: block;
	padding: 0 0 0 25px; 
	color: #777; 
	font-size: 0.89em;
	text-decoration: none;
	background: url(../images/v2/arrow_up_red_small.gif) top left no-repeat;
}
#content #footer .backtotop:hover {
	text-decoration: underline;
}


/* other brands rolldown */
#blue_top_bar {
	height: 10px; 
	background-color: #2597d5; 
	font-size: 1px;
}
#show_other_brands {
	position: absolute; 
	top:-10px; 
	background: transparent url(../images/v2/slider1_bg.png) no-repeat top center;
	z-index: 99;
	padding: 3px 0;
	width: 256px;
	height: 16px;
}
#show_other_brands a,
#show_other_brands a:hover {
	margin-left: 15px;
	color: #fff; 
	font-weight:bold;
	font-size: 12px;
	width: 230px;
	display:block;
	background: transparent url(../images/v2/show.png) no-repeat center right;
}
#other_brands {
	position: absolute;
	top:-10px;
	height:101px;
	width: 776px;
	background: transparent url(../images/v2/slider2_bg.png) no-repeat top center;
	z-index: 100;
	display:none;
}
#other_brands div {
	width: 746px;
	margin: 10px 15px 10px 15px;
}
#other_brands .floatRight {
	float: right;
}
#hide_other_brands,
#hide_other_brands:hover {
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	margin-left: 15px;
	width: 230px;
	display:block;
	background: transparent url(../images/v2/hide.png) no-repeat center right;
}

.floatedLeft{
	float: left;
}

.floatedRight{
	float: right;
}

.clear{
	clear: both;
}

.customFontBold {
    font-family: vagrounded-bold,arial !important;
    font-weight: normal;
    letter-spacing: 0.018em !important;
}

.customFontLight{
	font-family: vagrounded-light, arial !important;
	letter-spacing: 0.018em;
}

