/******************* Header Settings ***********************/

#header { background-color:#FFFFFF; }
#logo {
	position:relative;
	overflow:hidden;
	width:120px;
	height:130px;
	background:url(../images/assured-nano-logo.gif) 0 0 no-repeat;
}
#logo a {
	display:block;
	width:120px;
	height:130px;
	text-indent:-9999px;
}
.headerinput {
	border: 0px;
	background-color:#eef4f4;
	padding:5px;
	font-size:90%;
}
#mainpic {
	position:relative;
	overflow:hidden;
	height:185px;
	width:920px;
}
#mainpic .image-text { text-indent:-99999px; }
.bottomline
{
	position:relative;
	overflow:hidden;
	width:920px;
	height:10px;
	background:url(../images/bottomline.gif) 0 0 no-repeat #FFFFFF;
}

/***************************** Footer ********************************/

#footercontent {
	font-size:85%;
	padding: 7px 120px 7px 5px;
}

/**************************** Content Settings ****************************/

body {
	background: #c0d1d1 url(../images/bg-gradient.gif) top repeat-x;
	}
div#title h2					/* page titles */
{
}
div#content						/* page content */
{
	margin-top:12px;
}
.contentmargin {
	padding: 0px 10px 0px 10px;
}
#breadcrumbs {
	padding-bottom:20px;
}

/******************************* Left/Right Settings ******************************/

.greyrow {
	margin:0px;
	padding:5px 10px 5px 10px;
	background:#636466 url(../images/greyrow-bottom2.gif) bottom right no-repeat;
}
.whiterow {
	margin:0px;
	padding:10px 10px 15px 10px;
	background:#ffffff url(../images/whiterow-bottom.gif) bottom right no-repeat;
}
.bluerow {
	margin:0px;
	padding:10px 10px 15px 10px;
	background:#e8eeee url(../images/bluerow-bottom.gif) bottom right no-repeat;
}

#rightcolumn .whiterow h4, #rightcolumn .bluerow h4 { color:#909e9e; margin:0px; padding:10px 0px 0px 0px; }
#rightcolumn .greyrow .greyrowtitle p { float:left; color:#ffffff; width:120px; margin:0px; padding:0px; }
#rightcolumn .greyrow .greyrowreadall { float:right; width:70px; margin:0px; padding:0px; }

/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	margin-bottom:10px
}

/******************** Default List Page ********************/

div.listgroupdivider			/* end category divider */
{
	clear:both;
}
div.listgrouptitle h3 			/* record category title */
{
	background-color:#FFFFFF;
	color: #636466;
}
div.listimage 					/* record image */
{
	float:right;
	position:relative;
	margin-left:10px;
	margin-bottom:10px;
}
div.listdivider					/* record divider */
{
	clear:both;
}

/************************* Search Box ***************************/

div#sitesearch						/* website search box */
{
	position:absolute;
	width:165px;
	height:25px;
	top:35px;
	right:20px;
}
div#sitesearch label {
	display:none;
}
