/* ---------------------------------------------------
COLLATEIT MAIN SITE - Stuart Whitman ( www.collateit.net )
----------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #cc6600;
	background: #ffb13d url(../images/topbox-stripe.png) repeat-x;
}

#container {
	background: url(../images/container-bg.gif) repeat-y scroll;
	margin:0pt auto;
	max-width:980px;
	min-width:780px;
	padding:0;
	text-align:left;
}

/* ---------------------------------------------------
Main navigation
----------------------------------------------------- */
#mainnav {
	margin:0;
	padding:0;
	clear:both;
	padding-top:3px;
	border-bottom: 4px solid #686868;
}
#mainnav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#d41e00 url(../images/nav-tab.gif) repeat-x;
}
#mainnav li {
	display:inline;
	margin:0;
	padding:0;
}
#mainnav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 16px;
	border-right:1px solid #171717;
	border-bottom:none;
	border-left:1px solid #9f9f9f;
	color:#fff;
	background:#d41e00 url(../images/nav-tab.gif) repeat-x;
	font:bold 1.1em/2.5 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#mainnav a:hover,
#mainnav a:focus,
#mainnav a:active {background:#b31203 url(../images/nav-tab.gif) repeat-x 0 -150px}
#mainnav .sel a {background:#720000 url(../images/nav-tab.gif) repeat-x 0 -300px}
#mainnav .sel a:focus {background:#b31203 url(../images/nav-tab.gif) repeat-x 0 -150px}


#container p {
color:#000000;
}

/* ---------------------------------------------------
Masthead - for logo etc
----------------------------------------------------- */
#masthead {
	background:url(images/bkg.png) top repeat-x;
	height:90px;
	margin:0pt auto;
	width:980px;
	padding:0pt;
	text-align:left;
	position:relative;
}

#masthead ul {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 100%;
}

#masthead ul li {
	display: inline;
	font-size: .75em;
}

#masthead ul li a {
	color: #313131;
	padding: 0 10px;
	border-left: 1px solid #313131;

}

#masthead ul li#first a {
	border-left: none;
}

#sidebar {
	float: right;
	width: 220px;
	padding: 5px 15px;
}

#intro {
	width: 950px;
	float: left;
	background: url(/images/intro-bg.gif) repeat-y;
	padding: 15px;
	position: relative;
}

#welcome {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	width: 700px;
	padding-right: 15px;
	color: #313131;
	float: left;
	line-height: 140%;
}

#welcome p, #why p {
	display:inline;
}

#why {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #313131;
	float: right;
	padding: 0 15px;
	width: 200px;
	line-height: 140%;
}

#why a {
	background: url(../images/give-you-more.jpg) no-repeat 0 50%;
	padding-left: 70px;
	display:block;
	color: #004EC2;
}

#footer {
	width: 950px;
	float: left;
	background: #313131;
	padding: 15px;
	position: relative;
	border-top: #d7d7d7 1px solid;
}

#footer p {
	color:#888;
}

#footer p a,
#footer p a:visited {
	color: #ccc;
	text-decoration: underline;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}
			
#home #sidebar {
	border-top: 4px solid #444;
}

#inner {
	background: url(../images/container-bg.gif) repeat-y scroll;
	width: 980px;
	float: left;
	padding-top: 8px;
}

.content {
	width: 700px;
	float: left;
	padding: 0 15px;
}
p, h1 {
	margin: 0
}

h1 {
	width: 211px;
	height: 85px;
	background: url(../images/collateit_logo.png) no-repeat 10px 25px;
}

h1 a {
	width: 211px;
	height: 85px;
	background: url(../images/collateit_logo.png) no-repeat 10px 25px;
	display: block;
	text-indent: -9999px;
}

h1 a:hover {
	background: none;
}

a {
	color:#004EC2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

fieldset {
	padding:10px;
	border:#dedede 1px solid;
}

form {
margin-bottom:10px;
}

.content h2 {
	font-family:Georgia;
	font-size:1.6em;
	font-weight:normal;
	line-height:100%;
	margin-bottom:10px;
	text-transform:none;
}

p {
	font-size:1.1em;
	line-height:150%;
	margin-bottom:10px;
}

#sidebar h4 {
	color:#313131;
	font-family:georgia;
	font-size:1.1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:10px;
}