/*Global CSS file*/

/*Main element styles*/
body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	background-color: #000000;
	color: #FFFFFF;
}
a{
	color: #FFFFFF;
	font-weight: bold;
}
a:hover{
	text-decoration: none; 
	color: #FFFFFF;
}

/*Wrapper*/
#wrapper{
	width: 948px;
	margin-left: auto;
	margin-right: auto;
}

/*Header*/
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 100%;
}

/*Nav*/
#nav{

	background-color: #cd046c;
	padding-left: 60px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}
#nav ul{
	padding-top: 5px;
}
#nav li{
	float: left;
	margin-right: 23px; 
}
#nav li a{
	text-decoration: none;
	color: #000000;
}
#nav li a.selected, #nav li a:hover{
	color: #FFFFFF;
}

/*Subnav*/
#subnav{

	background-color: #5c5b5c;
	padding-left: 60px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}
#subnav ul{
	padding-top: 5px;
}
#subnav li{
	float: left;
	margin-right: 23px; 
}
#subnav li a{
	color: #cccccc;
	text-decoration: none;
}
#subnav li a.selected, #subnav li a:hover{
	color: #FFFFFF;
}

/*Home Nav*/
#home-nav{
	padding-left: 60px;
	padding-top: 20px;
}
#home-nav li{
	overflow: hidden;
}
#home-nav a{
	background-repeat: no-repeat;
	display: block;
	width: 274px;
	height: 32px;
	text-indent: -9000px;
	overflow: hidden;
}

#home-nav #licences{
	background-image: url(../images/btn-licences.jpg);
	
}
#home-nav #benefits{
	background-image: url(../images/btn-benefits.jpg);
}
#home-nav #practice{
	background-image: url(../images/btn-practice.jpg);
}
#home-nav #supplier{
	background-image: url(../images/btn-supplier.jpg);
}
#home-nav #signup{
	background-image: url(../images/btn-signup.jpg);
}

/*Footer*/
#footer{
	background-color: #414141;
	padding-left: 60px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	
}
#footer ul{
	width: 99%;
	margin: auto;
	padding-top: 5px;
}
#footer li{
	float: left;
	width: 33%; 
	text-align: center;
}
#footer li a{
	color: #141414;
	text-decoration: none;
	color: #CCCCCC;
}
#footer li a.selected, #footer li a:hover{
	color: #FFFFFF;
}

/*Copyright*/
#copyright{
	color: #CCCCCC;
	float: right;
	padding-top: 5px;
	font-size: 0.9em;
}
/*Main*/
#main{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #7e7e7e;
	
	width: 948px;
	overflow: hidden;
}
#home-main-inner{
	padding-top: 15px;
	height: auto !important;
	height: 411px;
	min-height: 411px;
	
	background-repeat: no-repeat;
	background-position: top;
	/*IE6 Sees this to solve transparent PNG problem*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/towers.png');
}
#main_bottom{
	padding-left: 50px;
	padding-top: 20px;
}
/*Only non IE browsers see this*/
.home-main-inner[class]{
background-image: url(../images/towers.png);
}
.home-copy{
	font-size: 1.6em;
	line-height: 1.3em;
	width: 820px;
	margin-left: 60px;
	background-image: url(../images/background-cropped.jpg);
	background-repeat: repeat-x;
}

.home-sub-copy{
	font-size: 1em;
	line-height: 1.3em;
	width: 370px;
	margin-left: 60px;
	
}
.home-sub-copy p{
	margin-top: 10px;
}


#main-inner{
	padding-top: 20px;
	line-height: 1.5em;
	padding-left: 60px;
	padding-right: 60px;
}

h2{
	color: #cd046c;
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;
	margin-top: 30px;
}
#main-inner p{
	margin-top: 15px;
}
#main-inner ul{
	list-style-type:  disc; 
	list-style-position: outside;
	padding-left: 16px;
}
#main-inner ol{
	list-style-type: decimal; 
	list-style-position: outside;
	padding-left: 30px;
}
#house{
	width: 535px;
	height: 268px;
	margin-top: 10px;
	overflow: hidden;
	float: right;
	background-repeat: no-repeat;
	/*IE6 Sees this to solve transparent PNG problem*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/house.png');

}

/*Only non IE browsers see this*/
.house[class]{
background-image: url(../images/house.png);
}

#towers{
	width: 572px;
	height: 251px;
	overflow: hidden;
	float: right;
	background-repeat: no-repeat;
	/*IE6 Sees this to solve transparent PNG problem*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/towers_small.png');

}

/*Only non IE browsers see this*/
.towers[class]{
background-image: url(../images/towers_small.png);
}

/*Licence Table*/
table#licence_table
{
    border-color: #FFFFFF;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin-top: 15px;
}

table#licence_table td
{
    border-color: #FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	width: 33.3%;
}
table#licence_table .table_header{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
table#licence_table .table_subheader{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #cd046c;
}

/*Suppliers table*/
table#suppliers_table{
	border-color: #FFFFFF;
    border-width: 0 0 1px 1px;
    border-style: solid;
	width: 100%;
	white-space: nowrap;
}
table#suppliers_table td
{
    border-color: #FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px 4px 4px 20px;
	width: 33.3%;
	white-space: nowrap;
}
table#suppliers_table th{
	border-color: #FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 4px 4px;
	color: #000000;
}
table#suppliers_table tr.even td{
	background-color: #cd046c;
}



/*Form elements*/
form{
	margin: 0;
	padding: 0;
}
input{
	margin: 0;
	padding: 0;
}
label{
	margin: 0;
	padding: 0;
}
#indented{
	margin-left: 50px;
}
#personal_details .form_row{
	clear: both;
	padding-top: 10px;
}
#personal_details .form_label{
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#personal_details .form_field{
	float: left;
	width: auto;
}
#other_details .form_row{
	padding-top: 20px;
	clear: both;
}
#other_details .form_row_short{
	clear: both;
	padding-top: 5px;
}
#other_details .form_row .form_label{
	font-size: 1.5em;
	font-weight: bold;
}
#other_details .form_row .form_field{
	padding-top: 5px;
}
#other_details .form_row_short .form_field{
	padding-top: 0px;
}
#other_details .form_row .form_checkbox{
	width: auto;
	float: left;
}
#other_details .form_checkbox_label{
	float: left;
	width: 420px;
	padding-left: 5px;
}
.longtext{
	width: 400px;
}
.shorttext{
	width: 200px;
}
.dropdown{
	width: 300px;
}
.star{
	color: #cd046c;
}
.star_error{
	color: #cc0000;
}
.invalid{
	color: #FFFFFF;
	background-color: #cc0000;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 5px;
	font-weight:bold;
}
.errors{
	color: #FFFFFF;
	background-color: #cc0000;
	font-weight: bold;
	padding: 2px;
}


/*Other styles*/
sup{
	font-size: 0.8em;
	vertical-align: super;
}
.clear{
  	clear:both;
    height:1px;
    overflow:hidden;
}
.hidden{
	text-indent: -9000px;
	height: 0px;
	overflow: hidden;
}

/*Live Validation*/
.LV_valid {
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
	
.LV_invalid {
	background-color: #CC0000;
	color:#FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    

