/*
	Front page stylesheet for SURE24 Limited
	http://www.sure24.co.uk/
*/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	/*background: #f3f3f3 url('../images/general/body_bg.gif') repeat-y 50%;*/
	color: #333;
	height: 100%;
}

p {
	padding-bottom: 8px;
}

hr {
	border: 1px solid #ddd;
	margin-top: 24px;
	margin-bottom: 24px;
}

table tr td {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#container {
	background: #f3f3f3 url('../images/general/body_bg.gif') repeat-y 50%;
	color: #333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#search {
	display: block;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	overflow: hidden;
	width: 232px; /*210*/
	padding: 8px 16px 8px 16px;
	margin: 16px 8px 16px 8px;
	color: #333;
	background-color: #eee;
}

#search input {
	border: #ccc 1px solid;
	margin-left: 8px;
	height: 15px;
}

.img_search_btn {
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: auto;
	left: auto;
	overflow: hidden;
	margin-top: 8px;
}

.shadow {
  box-shadow: 3px 3px 3px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#img_page_tr {
	float: right;
	margin-left: 32px;
	margin-bottom: 32px;
}

#box_solutions {
	padding-bottom: 24px;
}

.img_solution {
	width: 105px;
	border: #ccc solid 1px;
	margin: 0 0 0 0;
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.img_a_solution:hover {
	width: 105px;
	border: #004e8f solid 1px;
	margin: 0 0 0 0;
	padding: 8px;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.img_page_product {
	float: right;
	margin-left: 32px;
	margin-bottom: 32px;
}

#solution_hdr {
	padding: 0 0 0 0;
	padding-top: 8px;
	margin: 0 0 0 0;
	color: #333;
	line-height: 2.2em;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}

#links_hd_ext {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
}

.hidden {
	display: none;
}

.lnkext {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
}

#links_ext {
	color: #333;
	font-weight: bold;
	padding: 16px 0 0 8px;
	margin: 16px 0 0 8px;
	border-top: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-style: solid;
	border-color: #f6f6f6;
}

.link_left {
	float: left;
	padding-right: 20px;
}

textarea {
	resize: none;
}

fieldset {   
	float: left;     
	clear: both;     
	width: 100%;     
	margin: 0 0 1.5em 0;     
	padding: 0;     
	border: 1px solid #ddd;     
	background-color: #f6f6f6;
}  

legend {   
	margin-left: 1em;
	color: #333;
	/*font-weight: bold;*/
}  

fieldset ol {   
	padding: 1em 1em 0 0.1em;
	list-style-type: none;
}  

fieldset li {   
	padding-bottom: 1em;
	list-style: none;
}  

fieldset.submit {     
	float: none;     
	width: auto;     
	border-style: none;     
	padding: 1em 1em 1em 9em;
	border: 1px solid #BFBAB0;     
	background-color: #f6f6f6;
}

label {
	/*display: block;*/
	float: left;
	width: 6em;
	margin-right: 1em;
	text-align: right;
}

/* ========== HEADER ========== */

#hd {
	white-space: nowrap;
	padding-bottom: 0px;
}

#hd_content {
	background: #fff url('../images/general/global_hdr_bg.png') no-repeat top right;
	height: 66px;
	padding-top: 8px;
}

#hd_nav {
	background: #fff url('../images/general/global_nav_bg.gif') repeat-x top right;
	color: #fff;
	line-height: 2.2em;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 32px;
}

#hd_nav_logo {
	float: left;
}

#hd_nav ul {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#hd_nav ul li {
	list-style-type: none;
	padding: 0px 16px 0px 0px;
	margin: 0;
	display: block;
	float: left;
	background: url('../images/general/global_nav_bg_right.gif') repeat-x top right;
	line-height: 2.2em;
	white-space: nowrap;
	/*font: 10px/20px "Lucida Grande", verdana, sans-serif;*/
	text-align: center;
}

#hd_nav a:link {
	color: #fff;
	text-decoration: none;
}

#hd_nav a:visited {
	color: #fff;
	text-decoration: none;
}

#hd_nav a:hover {
	color: #ffcc00;
	text-decoration: none;
}

#hd_nav a:active {
	color: #fff;
	text-decoration: none;
}

#hd_nav img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: top left;
	vertical-align: top;
}

/* ========== NAV SIDE ========== */

#nav_side {
	padding-top: 3px;
}

.nav_side_caption {
	display: block;
	padding-top: 19px;
	padding-left: 16px;
}

#nav_side a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#nav_side a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#nav_side a:hover {
	color: #004e8f;
	text-decoration: none;
	font-weight: bold;
}

#nav_side a:active {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#nav_side_products a:link {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 56px;
}

#nav_side_products a:visited {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 56px;
}

#nav_side_products a:hover {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: -300px 0;
	width: 300px;
	height: 56px;
}

#nav_side_products a:active {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 56px;
}

#nav_side_services a:link {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -56px;
	width: 300px;
	height: 56px;
}

#nav_side_services a:visited {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -56px;
	width: 300px;
	height: 56px;
}

#nav_side_services a:hover {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: -300px -56px;
	width: 300px;
	height: 56px;
}

#nav_side_services a:active {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -56px;
	width: 300px;
	height: 56px;
}

#nav_side_solutions a:link {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -112px;
	width: 300px;
	height: 56px;
}

#nav_side_solutions a:visited {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -112px;
	width: 300px;
	height: 56px;
}

#nav_side_solutions a:hover {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: -300px -112px;
	width: 300px;
	height: 56px;
}

#nav_side_solutions a:active {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -112px;
	width: 300px;
	height: 56px;
}

#nav_side_support a:link {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -168px;
	width: 300px;
	height: 56px;
}

#nav_side_support a:visited {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -168px;
	width: 300px;
	height: 56px;
}

#nav_side_support a:hover {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: -300px -168px;
	width: 300px;
	height: 56px;
}

#nav_side_support a:active {
	display: block;
	background: #fff url('../images/general/global_nav_side_bg.jpg') no-repeat;
	background-position: 0 -168px;
	width: 300px;
	height: 56px;
}

#nav_side img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: top left;
	vertical-align: top;
}

#nav_side_pnl_container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.nav_side_pnl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav_side_pnl_container .nav_side_pnl_top {
	background: url('../images/general/nav_pnl_bg_top.png') no-repeat;
	height: 15px;
}

#nav_side_pnl_container .nav_side_pnl_bot {
	background: url('../images/general/nav_pnl_bg_bot.png') no-repeat;
	height: 15px;
}

#nav_side_pnl_container .nav_side_pnl_mid {
	background: url('../images/general/nav_pnl_bg_core.png') repeat-y;
	padding: 0px 16px 0px 16px;
	font-weight: bold;
}

#nav_side_pnl_container .navimg {
	margin-top: -16px;
	margin-right: 32px"
	margin-top: -16px;
	margin-right: 32px"
}

#nav_side_pnl_container .navProducts {
	margin-top: -29px;
	margin-right: 32px;"
}

#nav_side_pnl_container .navServices {
	margin-top: -29px;
	margin-right: 32px;"
}

#nav_side_pnl_container .navSolutions {
	margin-top: -29px;
	margin-right: 32px;"
}

#nav_side_pnl_container .navSupport {
	margin-top: -29px;
	margin-right: 32px;"
}

/* ========== FOOTER ========== */

#ft_container {
	background: #f6f6f6 url('../images/general/ft_top.gif') repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-top: 12px;
}

#ft {
	margin-left: 6.6%;
}

#ft ul {
	list-style-type: none;
	list-style-position: outside;
	list-style: none;
}
#ft li {
	background-color: none;
	color : #f6f6f6;
}

#ft div {
	background-color: none;
	color : #333;
}

#ft .hd {
	font-weight: bold;
	background-color: silver;
	color : #333;
}

#ft .bl {background: url(../images/general/bl.gif) 0 100% no-repeat #ddd; width: 100%}
#ft .br {background: url(../images/general/br.gif) 100% 100% no-repeat}
#ft .tl {background: url(../images/general/tl.gif) 0 0 no-repeat}
#ft .tr {background: url(../images/general/tr.gif) 100% 0 no-repeat; padding:10px; font-weight: bold}
#ft .clear {font-size: 1px; height: 1px} 

/* CSS for the alignment technique */
#ft ul {
	margin-left: -3.3%;
	overflow: hidden; /* expand the ul around the floated li's (kind of like self-clearing) */
}

#ft li {
	float: left;
	width: 20%;
	margin : 0 0 40px 3.3%;
}

/* Ugly IE6 hacks, normally in a Conditional Comment, but using * hack for brevity here */
* html #ft ul { 
	width : 103.3%; /* IE doesn't automatically get the width correct */
	height : 1%; /* force ul to expand around floated li's (IE doesn't do it with overflow) */
}
* html #ft li {
	display : inline; /* fix IE6's double float margin bug */
}

/* End of CSS hack */

#ft a:link {
	color: #333;
	text-decoration: none;
}

#ft a:visited {
	color: #333;
	text-decoration: none;
}

#ft a:hover {
	color: #004e8f;
	text-decoration: none;
}

#ft a:active {
	color: #333;
	text-decoration: none;
}

#links_contact li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_siteinfo li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_returns li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_support li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

/* NFODown - Download Manager CSS */

#ndlCatOuter {
	padding-bottom: 16px;
}

#ndlCatHdr {
	background: #eee;
	padding: 16px 16px 16px 16px;
	border: #999 solid 1px;
}

#ndlCatHdr h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#ndlCatHdrTitle {
}

#ndlCatHdrDesc {
}

#ndlCatItem {
	padding: 0px 16px 16px 16px;
	border-bottom: #999 dashed 1px;
}

#ndlCatItemTitle {
}

#ndlCatItemDesc {
}

#ndlCatItemDesc h3 {
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
}

/*
#solution_list ul li {
	margin: 8px 8px 8px 8px;
	padding: 8px 8px 8px 8px;
}
*/

