/*  =======================================================
	 SPIROL CSS
    ===================================================  */

body {
	/*  background: #eee url(/images/sub_bgREV.gif);  */
	margin: 20px 0 12px 0;
	padding:0;
	text-align:center;
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666;
	line-height : 1.5;
}

/*  =======================================================
	 ELEMENTS
    ===================================================  */
#leftmenu SELECT {
	font-size: 10px;
}
H1 {
	font-size:18px; 
	margin-top:0;
	margin-bottom:3px;
}
H2 {
	font-size:13px; 
	margin-top:3px;
	line-height:1.2;
}


A {
	font-weight:bold;
	color: #345686;
}
A:link {
	text-decoration: underline; 
}
A:active {
	text-decoration: underline; 
}
A:visited {
	text-decoration: underline; 
}
A:hover {
	text-decoration: none; 
	color: red;
}

HR {
	height:1px;
	background-color:#999;


}
FORM {

}

DT {
	margin-top:6px;
	margin-bottom:6px;
}
DD {
	margin-bottom:6px;
}

OL, UL {
	text-align:left;
}
LI {
	margin-bottom:2px;
}

/*  =======================================================
	 DIVs
    ===================================================  */
#rsleft {
	position:relative;
	width:510px;
	/*
	width:370px;
	float:left;	
	min-height:300px;
	*/
}
#rsright {
	position:relative;
	float:right;
	width:140px;
	/* min-height:300px;  */
	padding:10px;
	border:thin solid #e7e7e7;
	font-size:11px;
}

#appright {
	position:relative;
	float:right;
	width:140px;
	padding:10px;
	border:thin solid #e7e7e7;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	text-align:left;
	background-color: #fff;
	border:1px solid #666;
	min-height: 600px;
	padding: 26px;
}

#nav {
	margin-bottom:10px;
}
#nav p {
	text-align:right;
}
#nav a, #footer a {
	margin-left:7px;
	font-size:10px;
}

#logo {

}
#logo h1 {
	font-size: 22px;
	padding-top:24px;
	margin-bottom:8px;
	margin-left:181px;
	color:#999;
	font-family:arial;
}

#top {
	border:1px solid #666;
	width:100%; 
	margin-bottom:20px;
}
#topleft {
	padding:20px 20px 20px 31px;
	float:left;
	width:40%;
}
#topright {

}

#footer {
	clear: both;
	padding-top:15px;
	margin-top:20px;
}
#footer p {
	text-align:center;
	font-size:10px;
}

#leftcol {

}

/*  SUB PAGES  */
#leftmenu {
	float:left;
	width:144px;
	color:white;
	background-color:#345686;
	padding:10px;
}
#leftmenu h1 {
	margin-top:24px;
	font-size:15px;
}
#leftmenu p {
	font-size:13px; 
	margin-top:3px;
	margin-bottom:3px;
	line-height:1.2;

}
#leftmenu form {
	margin-top:6px;
	margin-bottom:6px;
}

#maincontent {
	margin-top:28px;
	margin-left:181px;
	margin-right:7px;
	/*  CHANGE TO justify  */
	text-align:left;
	/*  text-indent:1.5em;  */
}



#maincontent H1 {
	margin-bottom:14px;

}
#maincontent P {

}
#imgwrapper {
	float:right;
	padding-left:10px;
}


#mainnav {
	background-color: #345686;
	min-height:20px;
	margin-left:180px;
	margin-right:10px;
	padding-right:10px;
	color:white;
	/*  text-align:right;  */
	position:relative;
}
/*  NAV LINKS  */
#mainnav a {
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
	color:white;
}
#mainnav a:hover {
	color:red;
}
#aboutus a, #products a, #news a, #contact a {
	color:#345686;
	text-decoration: none;
}
#aboutus a:hover, #products a:hover, #news a:hover, #contact a:hover {
	color:red;
	text-decoration: none;
}

#rightcontent {
	float:right;
	width:144px;
	padding:10px;
	min-height:20px;
}



/*  =======================================================
	 CLASSES
    ===================================================  */
.bgcolor2 {
	background-color:#e7e7e7;
}
.bgcolor1 {
	background-color:#ffffff;
}
.tables {

}
.help {
    display: none;
}

.note {
	width: 325px;
	min-height: 240px;
	/* border: 1px solid #666;  */
	padding: 20px;
	background: #d5d4e2;
	color: #345686;
}

.clear {
	clear: both;
	/*  overflow: hidden; 
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0; */
	/*  font-size: 0;  */
	/*  line-height: 0;  */
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { 
	float: right; 
}
.border {
	border: none;
}



/*  =======================================================
	 yDSF (ydnar Drop-Shadow-Fu)
	 ydnar@sixapart.com - http://www.sixapart.com
    ===================================================  */
.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}
