/* ============================================================ */
/*						www.showmode.co.uk						*/
/* ============================================================ */

/* Page Body */
body {
	background:#eff2fc url('../_furniture/grey_background.png') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #353535;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Page Images */
img {
	border-style: none;
}

.imgcenter {
	text-align: center; vertical-align: middle; padding: 5px 0px 5px 0px;
}

.imgleft {
	text-align: left; vertical-align: middle; float: left; border: 1px solid #D3D3D3;
}

.imgright {
	text-align: right; vertical-align: middle; float: right; margin: 10px 0px 10px 10px; border: 1px solid #D3D3D3;
}

/* Page Shadow */
#shadow {
	width: 920px;
	background:url(../_furniture/pageback.png) repeat-y center;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Page Wrapper */
#wrapper {
	text-align: left;
	width: 860px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top: 2px solid #D3D3D3;
	border-bottom: 2px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	padding: 10px 20px 10px 20px;
}

/* Banner */
#banner {
	background:#eff2fc url('../_flash/images/banner.png') repeat-x;
	text-align: left;
	width: 860px;
	height: 140px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D3D3D3;
}

/* News Banner */
#newsbanner {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}

/* Clock */
#clock {
	width: 860px;
	position: relative;
	margin-top: 5px;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding: 2px 0px 10px 0px;
	color: #353535;
}	

/* Page Logo */ 
#logo {
	height: 115px;
	width: 860px;
	text-align: center;
	background: #fff;
	margin: auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

/* Anchors Above Header */
#toplinks {
	text-align: right;
	width: 900px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* Skip Anchor */
.skip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	text-decoration: none;
	font-weight: normal;
}
a.skip:hover {
	color: #000000;
	text-decoration: underline;
}

/* ARS Link at Top & Bottom of Page */
.ars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	text-decoration: none;
	float: left;
}
a.ars:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}


/* Skip Navigation Arrows */
#arrowdown {
	margin: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

#arrowup{
	margin: 0px 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
}

/* Anchors */
.intro {
	color: #000000;
	text-decoration: underline;
}

a.intro:hover {
	color: #555555;
	text-decoration: underline;
}

.rental {
	color: #000000;
	text-decoration: underline;
}

a.rental:hover {
	color: #CC0000;
	text-decoration: underline;
}

.purchase {
	color: #000000;
	text-decoration: underline;
}

a.purchase:hover {
	color: #00008F;
	text-decoration: underline;
}


/* ======================================== */
/*				TEXT & HEADERS				*/
/* ======================================== */

h1, h2, h3, h4, h5, h6, ul, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #222222;
	line-height: 100%;
	font-weight: normal;	
}

p {
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #555555;
	text-decoration: underline;
}

h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}

a.h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}

a.h2:hover {
	color: #555555;
	text-decoration: underline;
}

h2.tagline {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}

h2.buy{
	color: #00008B;
}


h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}

h3.p {
	color: #00008B;
}


label {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

ul {
	line-height: 150%;
}

.required {
	color: #CC0000;
}

.faq {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	}

a.faq2  {
	text-decoration: none;
	color: #000000;
}


/*	--------------	*/
/*		Lists		*/
/* ---------------- */ 

.list {
	width: 100%;
	color: #000000;
}

.list ul {
	list-style-image: url(../_furniture/bullet.gif);
	margin-left: 0;
	padding-left: 30px;
	line-height: 175%;
	color: #000000;
}

.list ol {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.list p {
	color: #000000;
	line-height: 100%;
}

/*	--------------	*/
/*		Footer		*/
/* ---------------- */
#footer {
	width:860px;
	height: 100px;
	text-align: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	padding: 0px 0px 0px 0px;
	clear:both;
}

#contact-details{
	float:right;
	width:300px;
	text-align:right;
	padding: 0px;
}

#socialnetworking {
	width: 350px;
	font-size: 1px;
}

#belowfooterlinks {
	text-align: left;
	width: 900px;
	margin-top:-10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#bottomlinks {
	text-align: center;
	width: 700px;
	height: 1%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #D3D3D3;
	background: transparent url(../_furniture/bottomlinks.gif) repeat-x center;
}

a.bottomlinks {
	color: #707070;
	font-weight: normal;
	font-size: 9px;
}
 
 a.bottomlinks:hover {
	color: #CC0000;
	text-decoration: underline;
}

#copyright {
	text-align: center;
	color: #888888;
	width: 900px;
	font-size: 10px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
	padding: 0px;
}

#sitemap ul {
	list-style-image: url(../_furniture/bullet_square.gif);
	padding-left: 30px;
	line-height: 175%;
	color: #000000;
}


/* ======================================== */
/*			   MENU NAVIGATION  			*/
/* ======================================== */

/* Top Horiziontal Menu */ 
 #topmenu {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 25px;
}

#topmenu li {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	border-right: 1px solid #D3D3D3;
	padding: 0 10px 0 0;
}

#topmenu a {
	white-space: nowrap;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	text-decoration: none;
}

#topmenu a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* Main Vertical Menu */ 
#mainNav { 
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 120%;
	width: 230px;
	padding: 0 0 0 0;
	background: #FFFFFF;
	font-weight: normal;
}

#mainNav ul {
	padding: 0px;
	margin: 0;
}

#mainNav li{
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	padding-left:20px;
	background:transparent url(../_furniture/menu_red.gif) left no-repeat;
	vertical-align: middle;
}

#mainNav a{ 
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12px; 
	line-height: 125%;
}
 
#mainNav li a:hover { 
	color: #000000;
	text-decoration: underline; 
}

 
/* Selected Menu Item */  
#mainNav li.selected  {
	padding: 7px 0 7px 20px;
	background:transparent url(../_furniture/menu_selected.gif) left no-repeat; 
	color: #CC0000;
	font-weight: bold;
}
 
#mainNav li a.selected  {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

#mainNav li.selectedp  {
	padding: 7px 0 7px 20px;
	background:transparent url(../_furniture/menu_selected.gif) left no-repeat; 
	color: #00008B;
	font-weight: bold;
}
 
#mainNav li a.selectedp  {
	color: #00008B;
	font-weight: bold;
	text-decoration: underline;
}



/* Sub Menu Items */  
#mainNav li.sub  {
	padding: 5px 0 5px 40px;
	background:transparent url(../_furniture/menu_sub_item.gif) left no-repeat; 
	color: #353535;
} 

#mainNav li a.sub  {
	font-size: 10px; 
	color: #353535;
} 
 
#mainNav li.subp  {
	padding: 5px 0 5px 40px;
	background:transparent url(../_furniture/menu_sub_item_buy.gif) left no-repeat; 
	color: #353535;
} 

#mainNav li a.subp  {
	font-size: 10px; 
	color: #353535;
}  
  
 
/* Selected Sub Menu Items */ 
#mainNav li.subselected {
	padding: 3px 0 3px 40px;
	background:transparent url(../_furniture/menu_sub_item.gif) left no-repeat; 
	font-size: 10px;
	color: #CC0000;
} 
  
#mainNav li a.subselected  {
	font-size: 10px; 
	color: #CC0000;
	text-decoration: underline;
} 

#mainNav li.subselectedp{
	padding: 3px 0 3px 40px;
	background:transparent url(../_furniture/menu_sub_item_buy.gif) left no-repeat; 
	font-size: 10px;
	color: #00008B;
} 
  
#mainNav li a.subselectedp  {
	font-size: 10px; 
	color: #00008B;
	text-decoration: underline;
}  
  
/* ======================================== */
/*			   		LAYOUT   	  			*/
/* ======================================== */

#menulogo{
	width:230px; 
	height: 180px;
	text-align: center;
	background-color:#FFFFFF;
	background:transparent url(../_furniture/logo/showmode_keypad.png) left no-repeat; 
	border-bottom: 1px solid #CCCCCC
}
 
#menulogo.purchase{
	background:transparent url(../_furniture/logo/turningpoint.png) left no-repeat; 
}
 
#menucol{
	width:230px; 
	background-color:#FFFFFF;
}
 
#contentcol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	width:600px;
}
  
.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 hide from IE-mac */  


/* ======================================== */
/*					 Boxes					*/
/* ======================================== */

.boxout {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 558px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	text-align: left;
	background-color: #F2F2F2;
	border: 1px solid #D3D3D3;
	color: #353535;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

.boxout#background {
	background-color: #eff2fc;
}

.boxout#white {
	background-color: #FFFFFF;
}

.boxout#blue {
	background-color: #EFF5FB;
}
  
.boxout#red {
	background-color: #FBEFEF;
}
  
#side-a {
	margin-top: 10px;
	width: 270px;
	float: left;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background-color: #FBEFEF;
	border: 1px solid #D3D3D3;
	padding:0px 10px 0px 10px;
	text-decoration: none;
}

#side-b { 
	margin-top: 10px;
	margin-left: 16px;
	width: 270px;
	float: left;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: #EFF5FB;
	border: 1px solid #D3D3D3;
	padding:0px 10px 0px 10px;
	text-align: left;
}


.boxoutfaq {
	margin-top: 20px;
	width: 558px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	color: #353535;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

.quote {
	width: 350px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background-color: #F2F2F2;
	border: 1px solid #D3D3D3;
	color: #353535;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	display: inline-block
}

.quote p {
margin-left:35px; margin-right:35px; margin-bottom:0px;
}

.quote p.author {
font-size: 10px;
font-style: italic;
color: #111111;
}