/* CSS Document */

/* ---------------------------------------------------- GENERIC ELEMENT STYLING -- */
body {
	background:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}
h1 {
	color:#1a315e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height:0.8em;
	letter-spacing:-0.05em;
	margin-bottom:0.5em;
}
p {
	font-size: 0.9em;
	line-height:1.2em;
	margin-bottom:1em;
}
.right {
	float:right;
}
	
.left {
	float:left;
}

.clear {
	clear:both;
}

a:link, a:visited {
	color:#d96605;
	text-decoration:none;
}
a:hover, a:active {
	color:#d96605;
	text-decoration:underline;
}
/* ------------------------------------------------------------- PAGE STRUCTURE -- */

#pagewrapper {
	background: url(../images/page_bg_mid.jpg);
	width:818px;
	margin:0 auto;
}

#headerwrap {
	background:url(../images/page_bg_header.jpg) bottom;
}
#header {
	width:798px;
	margin:0 auto;
	background:#FFF;
}
.logo {
	margin: 16px 0 10px 22px;
}
#header p {
	margin:-31px 16px 0 0;
	color:#1a315e;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-0.02em;
}
#navbar {
	width:768px;
	background:#FFF;
	margin:0 auto;
	padding:15px;
	clear:both;
	text-align:right;
}
#navbar ul li {
	display:inline;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #DDD;
}
#navbar a:link, #navbar a:visited {
	color:#5d884c;
}
#navbar a:hover, #navbar a:active {
	color:#5d884c;
}
#contentwrap {
	width:758px;
	background:#FFF;
	margin:0 auto;
	padding:5px 20px;
	clear:both;
}
#footer {
	background:url(../images/footer_bg.jpg) no-repeat;
	width:788px;
	padding:0 15px;
	height:41px;
}
#footerdetails {
	width:700px;
	margin:20px auto;
	text-align:center;
}
#footerdetails p {
	font-size:0.8em;
	margin-bottom:0.3em;
}
/* ----------------------------------------------------------------- FRONT PAGE -- */

#frontmain {
	width:380px;
	float:left;
}

#frontside {
	float:right;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #EEE;	
}
#frontside img {
	display:block;
	margin-bottom:8px;
}

#frontbanner {
	background:url(../images/front_banner.jpg) 0 0 no-repeat;
	width:798px;
	height:205px;
	_height:205px;
	text-align:right;
}
#frontbanner img {
	margin-right:10px;
}

.oatalogo {
	float:left;
	margin-top:50px;
	margin-left:25px;
}

/* ------------------------------------------------------------------ SUB PAGES -- */

#submain {
	float:left;
	
}

/* ------------------------------------------------------------------- PRODUCTS -- */

.productbit {
	clear:both;
	margin:5px 20px;
	min-height:85px;
	_height:85px;
	border-bottom:1px solid #EEE;
}
.productbitthumb {
	float:left;
	width:65px;
	height:65px;
	border:1px solid #CCC;
	padding:5px;
	margin:0 10px 10px 0;
}
.productbit p {
	font-size:0.8em;
}

/* ----------------------------------------------------------------- CONTACT US -- */

label {
	display:block;
	margin-bottom:3px;
}

input, textarea, select {
	border:1px solid #CCC;
	padding:3px;
	font:0.9em normal Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}

.systemslisttable {
	width:600px;
	margin:1em 0;
}
.systemslisttable th {
	text-align:left;
}
.systemslisttable td {
	padding:5px;
	border-bottom:1px solid #DDD;
}

.systemsdetailstable, .userlisttable {
	margin:1em 0;
}
.systemsdetailstable td, .userlisttable td {
	padding:5px;
}
.systemdetailsstrongcol {
	font-weight:bold;
}



#addtestresults textarea {
	width:300px;
	height:6em;
}
#addtestresults input {
	width:auto;
}


.addlink {
	padding-left:24px;
	background:url(../images/add.jpg) 0 0 no-repeat;
	margin-right:10px;
}

.deletelink {
	padding-left:24px;
	background:url(../images/delete.jpg) 0 0 no-repeat;
	margin-right:10px;
}

.editlink {
	padding-left:24px;
	background:url(../images/modify.jpg) 0 0 no-repeat;
	margin-right:10px;
}

.backlink {
	padding-left:24px;
	background:url(../images/back.jpg) 0 0 no-repeat;
	margin-right:10px;
}
.logoutlink {
	padding-left:24px;
	background:url(../images/logout.jpg) 0 0 no-repeat;
	margin-right:10px;
	margin-top:10px;
	float:right;
}
.managerlink {
	font-size:1.2em;
	background:#00B;
	color:#FFF;
	padding:5px;
}
a.managerlink {
	color:#FFF;
}
/* FORMS */
