/*==================
-----generic------*/

/* menu defined in menu.css */
/* home page defined in home.css */

body {
	background:#e8e9eb url(../img/background_navigation_small.gif) repeat-x center top;
	color:#556782;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}
.container {
	margin-left:auto;
	margin-right:auto;
	width:940px;
	clear:both;
}

/*==================
-----header------*/
.header {
	background: url(../img/logo_small.gif) no-repeat center;
	height: 52px;
	border-bottom: solid 3px #fff;
	color:#d6dae1;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
	padding: 10px 0px 0 0px;
}
.header p {
	display:inline;
	margin: 0px 0px 0 0;
	padding: 0px 0px 0 20px;
}
.header form {
	display:inline;
	margin: 0 0px 0 0;
}
.header select {
	background-color: #566783;
	color:#d6dae1;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
}

/*==================
-----content area------*/
.content {
	background-color:#FFF;
	border-bottom: 5px solid #d1d6dd;
}
#primaryArea {
	width: 740px;
	padding: 10px;
}
#primaryArea.half{
	width: 448px;
	padding: 10px;
}
#secondaryArea {
	width: 170px;
	padding: 10px 0;
	float:right;
}
#secondaryArea.half {
	width: 462px;
	padding: 10px 0;
	float:right;
}
#iframe {
	width: 462px;
	float:right;
}
#secondaryArea img {
	border: 6px solid #455a7b;
}
#secondaryArea .quote,
#secondaryArea.half .quoteExtended {
	background: #455a7b url(../img/background_quote.gif) no-repeat bottom;
	padding:0 10px 10px 10px;
	margin:0 0 0 0;
	font-size:120%;
	color:#8391a7;
	font-weight:bold;
}
#secondaryArea.half .quote {
	width:170px;
	float:right;
}
#secondaryArea.half .quoteExtended {
	width:236px;
}
#secondaryArea a, 
#secondaryArea a:link, 
#secondaryArea a:visited,
#secondaryAreaDetails a, 
#secondaryAreaDetails a:link, 
#secondaryAreaDetails a:visited,
#searchArea a, 
#searchArea a:link, 
#searchArea a:visited  {
	color:#8391a7;
}
#secondaryAreaDetails .featureContent#options a, 
#secondaryAreaDetails .featureContent#options a:link, 
#secondaryAreaDetails .featureContent#options a:visited  {
	color:#556782;
	font-weight:bold;
}
#secondaryArea a:hover {
	color:#d6dae1;
	text-decoration:none;
}
#secondaryArea .featureContent {
	width:236px;
}
#secondaryAreaDetails .featureContent,
#secondaryAreaDetails .featureContent#options {
	width:170px;
	margin: 0px 0 14px 16px;
}

/*==================
-----search------*/

#searchArea {
	width: 466px;
	background:#d6dbe1 url(../img/background_search.gif) no-repeat;
	border: 1px solid #b5bbc9;
	margin: 10px 0 20px 0;
}
#searchArea h1 {
	background:#16325a url(../img/arrow_large.gif) no-repeat 9px 9px;
	height: 27px;
	padding: 3px 0 0 30px;
	color:#FFF;
	font: 130%/140% Tahoma, Arial, Helvetica, sans-serif;
}
#searchArea p  {
	background: url(../img/arrow.gif) no-repeat 4px 9px;
	border-top: 1px solid #A5B1C5;
	margin: 5px 10px 5px 10px;
	padding: 5px 0px 0px 18px;
}

/*==================
-----text------*/
h1 {
	margin: 0;
	font-size:140%;
	font-weight:bold;

}
h2 {	
	margin: 0;
	font-size:110%;
	font-weight:bold;

}
h3 {
	display:none;
}
h4 {

}
em {

}
p {

}

.break {
	clear:both;
}
hr {
	clear:both;
	height:1px;
	color:#a89794;
}
li  {
	list-style:url(../img/arrow_small.gif);	
}

/*==================
-----links------*/
a { color:#e22018; text-decoration:none; }
a:link { color:#e22018; text-decoration:none; }
a:visited { color:#e22018; text-decoration:none; }
a:hover { color:#e22018; text-decoration:underline; }
a img { border:none; }

/*==================
-----forms------*/
form {
	margin: 10px 15px;
}
label  {
	font-weight:bold;
	display:block;
	width:200px;
}
select, input, textarea  {
	background: #e0e4ea;
	color:#556782;
	width:200px;
	font: 90%/140% Tahoma, Arial, Helvetica, sans-serif;
}

input.button {
	background: #2a4163 url(http://www.johnkontek.com.au/img/arrow_button.gif) no-repeat right;
	border:none;
	color: #fff;
	height:23px;
	width:88px;
	cursor: hand;
	text-transform:uppercase;
	font-size:90%;
	margin: -25px 10px 0px 0px;
	}

/*==================
-----feature content------*/
.featureContent {
	background-color:#FFF;
	width:171px;
	border: 1px solid #a8b3c1;
	margin: 14px 0 0 16px;
	float:left;
	display:inline;
}
.featureContent#options {
	background:#d6dbe1 url(../img/background_search.gif) no-repeat;
	border: 1px solid #b5bbc9;
}

.featureContent h1 {
	background:#d6dae1 url(../img/arrow.gif) no-repeat 9px 9px;
	height: 27px;
	padding: 3px 0 0 25px;
	margin: 0px 0 5px 0px;
	color:#556782;
	font: 130%/140% Tahoma, Arial, Helvetica, sans-serif;
}
.featureContent#options h1 {
	background:#16325a url(../img/arrow_large.gif) no-repeat 9px 7px;
	padding: 3px 0 0 30px;
	color:#FFF;
}
.featureContent h2 {
	margin: 0px 0px 0px 10px;
}
.featureContent p {
	background:#FFF url(none);
	margin: 6px 10px 5px 10px;
	font:90%/120% Tahoma, Arial, Helvetica, sans-serif;
}
.featureContent form {
	margin: 0px 0px 10px 10px;
}

.featureContent ul  {
	margin: 0px 0px 6px 20px;
	padding: 0px 0px 0px 0px;
}

.featureContent select, 
.featureContent input  {
	width:145px;
}

/*-----footer------*/

ul.footer  {
	margin:0px;
	padding: 10px 0px 10px 0px;
	list-style:none; 
	text-transform:uppercase;
	text-align:right;
	font-size:90%;
	font-weight:bold;
	clear:both
}
ul.footer  li {
	border-left: 1px solid #d1d6dd; 
	display:inline;
	padding: 0px 5px 0px 5px;
}
ul.footer  li.first {
	border-left: none; 
	padding: 0px 5px 0px 0px;
}
ul.footer  a:link, 
ul.footer  a:visited {
	color:#C0C8D1;
}
ul.footer  a:hover, 
ul.footer  a:active {
	color:#C0C8D1;
}


/*************** list item styles **************/
.text dl {
	margin: 0px 0 10px 0;
	padding: 0;
	width: 500px;
	}

.text dt  {
	float: left;
	margin: 0px 10px 2px 0;
	width: 120px;
	font-weight:bold;
	}

.text dd {
	float: left;
	margin: 0px 0 2px 0;
	width: 360px;
	}


