﻿/********************************************************************************/
/* 							1.0 GENERIC STYLES - START
/********************************************************************************/
/*	DESCRIPTION:
/*	Contains element styles that may apply to many page layouts and the master 
/*	page.
/*
/*	CONTENTS:
/*
/********************************************************************************/

* { 
	padding: 0; 
	margin: 0; 
}

img {
	border:0;
}

/* 'Clear' style is used to force a div 			*/
/* containing floats to clear the contained floats 	*/
.space {			
	clear:both;	
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#333333;
}

h1, h2, h3 {
	color:#629e00;
	font-family:Verdana;
	font-weight:lighter;
	margin-bottom:5px;
}

h1 {
	font-size:x-large;
}

h2 {
	font-size:medium;

}
h2 a
{
	font-weight: bold;
}

p {
	color:#333333;
	font-size:small;
	margin-bottom:20px;
	text-align:justify;
}

ul, ol {
	margin-left:30px;
	margin-bottom:20px;
}

ul {
	list-style-image:url('images/listImage.gif');
}
.connectTitle {
	color:#333333;
}

.gt {
	color:#629e00;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#ff6c00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input[type="submit"] {
	background-color: #ff6c00;
	color: #ffffff;
}

/***************************************/
/* 			1.1 FORM TABLES - START
/***************************************/

.formTable {
	border:0px;
	width: 695px;
}

.formTable_products{
	border:0px;
	width: 700px;
}
.formTable_products tr td {
	margin-bottom:10px;
	padding: 5px;
}

.formTable_products_home{
	border:0px;
	width: 700px;
}
.formTable_products_home tr td {
	margin-bottom:10px;
	padding: 5px;
}

.formTable table 
{
	padding: 0px;
	margin: 0px;
	width:100%;
}

.formTable table td {
	width:33%;
}

.formTable_2col td {
	width:50%;
}

.formTable table td span, .formTable_div span {
	color: #ff0000;
}

.formTable_error, .formTable_error span {
	color:#ff0000;
}

.formTable_heading{
	background-color:#629e00;
	padding-top:3px;
	padding-left:3px;
	margin-top:15px;
	color:#ffffff;
}

.formTable_heading a:link, .formTable_heading a:visited, .formTable_heading a:active {
	color:#ffffff;
	text-decoration:none;
}

.formTable_heading a:hover{
	text-decoration:underline;
}

.formTable_heading h2 {
	color:#ffffff;
}

.formTable_div {
	float: right;
	padding-right:3px;
}

.formTable hr {
	color: #629e00;
}

.formTable_dropdown {
	width:80%;
}

	
	

/***************************************/
/* 			1.1 FORM TABLES - END
/***************************************/
/********************************************************************************/
/* 							1.0 GENERIC STYLES - END
/********************************************************************************/

/********************************************************************************/
/* 							2.0 MASTERPAGE STYLES - START
/********************************************************************************/
/*	DESCRIPTION:
/*	Contains styles that are only used within the master page.  These styles 
/*	may still affect other page layouts but are linked to elements set inside 
/*	the master page.
/*
/*	CONTENTS:
/*		2.1 Header styles - Contains styles for the top white bar.
/*		2.2
/*
/********************************************************************************/

#outer { 
	 margin: 0 auto;
	 width: 1000px;
	 background-color: #ffffff;
}

#heightSpacer {
	width:1px;
	float:left;
}

/***************************************/
/* 			2.1 HEADER STYLES - START
/***************************************/
#header {
	width: 1000px;
	color: #333;
	padding-bottom: 5px;
	background: #ffffff;
}
.header_right 
{
	width: 300px;
	float: right;
	width: auto;
}
.header_left {
	float: left;
}
.header_left img {
	border:none;
}
#WLSearchBoxDiv {
	margin-top:15px;
	margin-right:15px;
	width: 300px;
}
.dc10
{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.searchncontact
{
	float: right;
	margin-right: 20px;
}

.contact 
{
	margin-top: 15px;
	font-size: 1.45em;
}

.contact_span {
	color:#ff6c00;
}

.contact a:link, .contact  a:active, .contact  a:visited {
	color:#ff6c00;
	text-decoration:none;
}
/***************************************/
/* 			HEADER STYLES - END
/***************************************/

/***************************************/
/* 			2.2 TOPNAV STYLES - START
/***************************************/
#navigation {
	width: 1000px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
#navigation img
{
	margin: 0px;
	padding: 0px;
}
#table_topNav {
	margin: 0px;
	padding: 0px;
}
#table_topNav td
{
	background-image: url(/images/topnavbg.gif);
}

#table_topNav a:visited, #table_topNav a:link, #table_topNav a:active {
	color:#ffffff;
	text-decoration:none;
	font-size: 1.4em;
}
#table_topNav a:hover {
	text-decoration:none;
	color:#ff6c00;
}

.liveLogo {
	margin-left:5px;
	margin-top:2px;
}

.LiveLogoTD  {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	border:0px;
}
/***************************************/
/* 			TOPNAV STYLES - END
/***************************************/

/***************************************/
/* 			CONTENT STYLES - START
/***************************************/
#content { 
	width: 1000px;
	color: #333;
	background: #ffffff;
}

#minHeight {
	float:right;
}
/********* CONTENT RIGHT - START *********/


#columnDescription {
	width:500px;
}

.cellButton {
	text-align:right;
}

#availability, #login, #business, #basket {
	margin-bottom: 15px;
	padding: 2px;
}

#basket {
	background-image: url(/images/titlebgblue.gif);
}

#basket table {
	width:100%;
}

#availability {
	background-color:#ff6c00;
}
#login {
	background-image: url(/images/titlebggreen.gif);
}
#business {
	background-image: url(/images/titlebgorange.gif);
}
.right_title 
{
	font-size: 1.4em;
	color:#ffffff;
	padding:2px;
}
.right_content {
	padding:2px;
	background-color:#ffffff;
	font-size: small;
}

#business .right_content {
	padding:0px;
	padding-bottom:2px;
}

#business p, #business h2 {
	margin:0px;
	padding-left:4px;
	padding-right:4px;
}
#business p {
	font-size:1em;
}

#business h2 {
	font-size:small;
}
/********* CONTENT RIGHT - END *********/

/* CONTENT LEFT - START */
#content_left 
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
}
#content_right {
	width: 229px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.contentinner
{
	margin: 15px 25px 15px 25px;
}

.homepage_bottom {
}

.homepage_council 
{
	float: left;
	width: 400px;
}

.homepage_council_right {
	float:right;
}

.homepage_council_left {
	float:right;
	vertical-align:middle;
	padding-top:15px;
	margin-right:15px;
}

/* CONTENT LEFT - END */

/***************************************/
/* 			CONTENT STYLES - END
/***************************************/

/***************************************/
/* 			FOOTER STYLES - START
/***************************************/
#footer { 
	width: 1000px;
	color: #ffffff;
	background-image: url(/images/topnavbg.gif);
	height: 29px;
	margin-top: 10px;
}
#footer span
{
	text-align:right;
}
.copy
{
	float: left;
	margin: 7px 20px 6px 25px;
}
.tsncs
{
	float: right;
	margin: 7px 25px 6px 20px;
}
.footerbottom
{
	margin: 10px 20px 20px 20px;
}
.footerbottom div img
{
	float: left;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color:#ff6c00;
}
/***************************************/
/* 			FOOTER STYLES - END
/***************************************/


/********************************************************************************/
/* 							PAGE LAYOUT - HOMEPAGE - START
/********************************************************************************/

.homepage_left{
	float:left;
	padding: 0px;
	margin: 0px;
}

#columnProducts
{
	width: 260px;
	margin-right: 25px;
	float: left;
}
.package_img {
	margin-bottom:6px;
}

.package_title 
{
	font-size: 1.4em;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}

.package_title a:link, .package_title a:active, .package_title a:visited {
	color:#ffffff;
}
.package_title a:hover {
	text-decoration:none;
	color:#ff6c00;
}
.package_content_inner
{
	width: 290px;
	margin: 5px;
	float: left;
}
.homeprodspace
{
	float: right;
}


.homepage_easyst .package_title {
	background-image: url(/images/titlebggreen.gif);
}

.homepage_rental .package_title {
	background-image: url(/images/titlebgorange.gif);
}

.homepage_prost .package_title{
	background-image: url(/images/titlebgblue.gif);
}
.offers
{
	height: 450px;
}
.offerimg
{
	margin-bottom: 30px;
}
.offertitle
{
	font-size: 1.4em;
	color: #ffffff;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(/images/titlebggreen.gif);
}

.homenewstitle
{
	width: 400px;
	float: left;
	font-size: 1.4em;
	color: #ffffff;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(/images/titlebgorange.gif);
	margin-bottom: 10px;
}
.homenews
{
	width: 410px;
	float: left;
}

.offer_highlight {
	color:#ffffff;
	font-size:medium;
}
/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - PRODUCT PAGE - START
/********************************************************************************/

#table_products {
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	border:1px #fe6f04 solid;
}
#table_products td {
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	
}
#table_headings td {
	background-color: #fe6f04;
	color:#ffffff;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
}
#table_price {
	background-color: #fe6f04;
	color:#ffffff;
	text-align:center;
}

.apply {
	margin-top:15px;
}
.apply_4meg, .apply_2meg, .apply_1meg {
	background-image:url('images/applyButton.png');
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	padding-top:15px;
	padding-bottom:40px;
}

#apply a:link, #apply a:active, #apply a:visited {
	color:#ffffff;	
	font-size:medium;
	font-weight:bolder;
	text-decoration:none;
}

.apply_right {
	float:right;
	width:580px;
}

.apply_1meg {
	width:190px;
	float:left;
}

.apply_2meg {
	width:190px;
	float:right;
}

.apply_4meg {
	width:190px;
	float:right;
	margin-left:5px;
}

.apply_right_left {
	
}

.apply_left {
	float:left;
	width:180px;
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - PRODUCT PAGE - START
/********************************************************************************/
.products {
	font-family:Verdana;
	color:#333333;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}

.products td {
	padding:3px;
	vertical-align:middle;
}
.detail {
	font-size:x-small;
}
.products .productBlack {
	background-color:#fe6f04;
	color:#ffffff;
	font-family:Verdana;
	font-weight:normal;
}
/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - EASYST PAGE - START
/********************************************************************************/
.easyst_layout {
	background-image:url('images/easySTBG.jpg');
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - PROST PAGE - START
/********************************************************************************/
.rental_layout {
	background-image:url('images/rentalBG.jpg');
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - RENTAL PAGE - START
/********************************************************************************/
.rental_contaent {
	width:530px;
}

.newsItem {
}
.homenews h2
{
	color: #fe6f04;
	font-size: 1.6em;
	display: inline;
	font-weight: normal;
}
.homenews h2 a
{
	font-weight: normal;
}
.newssep
{
	border-bottom: solid 2px #cfdace;
	width: 410px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float: left;
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - LIVE PHOTO PAGE - START
/********************************************************************************/
#photoAlbums {
	height:120px;
	width:200px;
}

#photos {
	height:120px;
	width:400px;
}
/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - ACCOUNT.ASPX - START
/********************************************************************************/

#liveServices {
}
 
#liveServices_top {
}

#liveServices_bottom {
}

#liveServices_bottom_right {
	width:375;
	float:right;
}

#liveServices_bottom_left {
	width:375;
	float:left;
}

.service {
	width:370px;
}

.service_right {
	width:280px;
	float:right;
}

.service_left {
	width:90px;
	float:left;
}

.service_title {
}

.service_content {
}
/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - ADMIN.ASPX - START
/*										  FAQs.ASPX
/*										  MODIFY.ASPX
/*										  NEWS.ASPX
/*										  PRODUCTS.ASPX
/********************************************************************************/
#admin_content {
	width:700px;
	float:right;
}

#admin_content table {
	background-color:#ffffff;
	width:100%;
}

#admin_content td {
	vertical-align:top;
	background-color:#ffffff;
	border-bottom:solid 1px #333333;
	padding:3px;
}

#admin_content table .headingTr {
	background-color:#629e00;
	text-align:center;
	color:#ffffff;
}

#admin_content table .headingTr td {
	background-color:#629e00;
	border-bottom:0px;
	padding:1px;
}

.homeListContainer {
	width:500px;
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - ADMINNAV.ASCX - START
/********************************************************************************/
#admin_menu {
	width:150px;
	float:left;
}

.buttonscontainer {
	width: 150px;
}

.buttons a {
	color: #333333;
	background-color: #abcd68;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #abcd68;
	font: 13px verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid #629e00;
	text-decoration: none;
	color: #333333;
}

.menu_title {
	color: #ffffff;
	background-color: #629e00;
	padding: 2px;
	padding-left: 25px;
	display: block;
	border-left: 10px solid #ffffff;
	font: 13px verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-left: 10px solid #629e00;
}

/********************************************************************************/

/********************************************************************************/
/* 							PAGE LAYOUT - BASKET.ASCX - START
/********************************************************************************/

.basket_productTable {
	text-align:center;
	margin-bottom:15px;
}
.basket_productTable tr td 
{
	padding: 5px;
}

.basket_productTable_heading {
	background-color:#629e00;
	color:#ffffff;
}

/********************************************************************************/

.divCheck {
	margin-left:10px;
}

.productBGImage0, .productBGImage1, .productBGImage2, #article_container
{
	width:690px;
}

.productBGImage0 {
	background-image:url('images/easySTBG.jpg');
	background-repeat:no-repeat;
}

.productBGImage1 {
}

.productBGImage2 {
}

.error {
	color:Red;
}

.featuredProduct
{
	margin: 20px 0px 5px 0px;
}