﻿html
{
	height: 100%;
}

body
{
	background: url(/App_themes/Speck/Livery/grid.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%;
}

/***************************************************************************************
TEMPLATE
****************************************************************************************/
img
{
	border: 0px;
	padding: 0px;
}
#aspnetForm
{
	/*position: relative;*/
	margin: 0 auto;
	width: 922px;
	height: 100%;
}

#page
{
	position: absolute;
	height: 100%;
	width: 100%;
}

#container
{
	position: relative;
	margin: auto;
	width: 922px;
	min-height: 100%;
	background: #FFFFFF;
}

#left
{
	position: absolute;
	left: -9px;
	width: 9px;
	height: 100%;
	background: url(/App_themes/Speck/Livery/faded.gif) repeat-y;
}

#right
{
	position: absolute;
	right: -9px;
	width: 9px;
	height: 100%;
	background: url(/App_themes/Speck/Livery/fader.gif) repeat-y;
}

#banner
{
	position: relative;
	width: 922px;
	height: 110px;
	border-bottom: 2px solid #1b559e; /*background: url(/Media/Image/Liv/banner.jpg);*/
}

#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#foot
{
	position: absolute;
	bottom: 0px;
	width: 922px;
	height: 30px;
	border-top: solid 1px #4E7AC8;
	border-bottom: solid 1px #003478;
	background: #1b559e;
	margin: 0px;
}

#footer
{
	position: relative;
	margin: 0 0 0 15px;
}

#content
{
	width: 902px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px 10px 42px 10px;
}

#navigation
{
	float: left;
	width: 160px;
}

#rightnavigation
{
	float: right;
	width: 200px;
	background-color: #ffffbf;
}

#minibasket
{
	padding: 10px 10px 10px 10px;
}

#middle
{
	float: left;
	margin: 0 0 0 14px;
	width: 728px; /* For a 3 column Layout with the RightNavigation*/ /*width: 514px;*/
}

#searchbox
{
	float: left;
	width: 514px;
	margin: 0 0 10px 0px;
	padding: 4px 0 0 0;
	background: #1b559e;
	height: 24px;
}
/*
input {
	position: absolute;
	top: 4px;
	left: 158px;
	width: 298px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}*/

input.search
{
	position: absolute;
	left: 457px;
	width: 46px;
	height: 20px;
	overflow: visible;
	background: url(/App_Themes/Speck/Livery/search.gif);
	cursor: pointer;
	border: 0px;
	top: 4px;
}

#searchbox img
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#searchbox input
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.clearer
{
	clear: both;
	font-size: 0px;
}

.cleaner
{
	clear: both;
	height: 44px;
}

#quicknav
{
	position: relative;
	width: 512px;
	height: 28px;
	margin-bottom: 14px;
	border-top: solid 1px #4E7AC8;
	border-left: solid 1px #4E7AC8;
	border-bottom: solid 1px #003478;
	border-right: solid 1px #003478;
	background: #1b559e;
}

.ddlSelectSearchOption
{
	position: absolute;
	left: 348px;
	width: 108px;
	overflow: visible;
	top: 4px;
height:20px;
font-size:12px;
}
.searchKeyword
{
	position: absolute;
	top: 4px;
	left: 158px;
	width: 298px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}
#callNow
{
	width: 202px;
	height: 50px;
	float:right;
	position:relative;
	top:-75px;
	margin-bottom:-20px;
	border-bottom:3px solid #6B7284;
}


