/* --- SecureAire CSS --- */

* {
	margin: 0;
	padding: 0;	
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #933;
	border: 0;
}

a:hover {
	color: #666;
}

a:active {
	color: #CCC;
}

a:visited {
	color: #933;
}

body {
	background: #ABC url(img/sa-bg.gif) repeat-y top center;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	background: url(img/sa-page-logo.gif) top left no-repeat;
	padding-top: 73px;
	width: 329px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 73px;
}

#home h1 {
	background: url(img/sa-home-logo.gif) top left no-repeat;
	padding-top: 104px;
	width: 464px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 104px;
}

h2 {
	top: 2px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #933;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}

h4 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}

#content h2, #content h3, #content h4, #content p {
	padding-bottom: 12px;
}

.caption {
	font-size: 11px;
	font-weight: bold;
}

.nofloats {
	clear: both;
}

/* --- Elements --- */


#wrap {
	background: url(img/sa-page-img.jpg) no-repeat top center;
	width: 720px;
	padding-top: 41px;
	margin: auto;
}

#home #wrap {
	background: url(img/sa-home-img.jpg) no-repeat top center;
	width: 720px;
	padding-top: 254px;
	margin: auto;
}

#home #masthead, #masthead {
	background: url(img/logo-bg.gif) repeat-x bottom center;
	height: 104px;
	padding: 0 12px 0 12px;
	border-bottom: 1px solid #999;
}

#masthead {
	height: 73px;
}

#content {
	background: #FFF url(img/page-cols.gif) repeat-y top center;
	clear: both;
}

.left {
	float: left;
	background: url(img/page-bg1.gif) repeat-x bottom center;
	padding: 10px 12px 2px 12px;
	text-align: left;
	width: 461px !important;
	width /**/: 485px;
}
.left2 {
	float: left;
	background: url(img/page-bg1.gif) repeat-x bottom center;
	padding: 10px 12px 2px 12px;
	text-align: left;
	width: 695px !important;
	width /**/: 485px;
}



.right {
	float: right;
	text-align: left;
	width: 234px;
	padding: 0;
	font-size: 11px;
}

.video {
	background: url(img/page-bg1.gif) repeat-x bottom center;
	border: 1px solid #CCC;
	padding: 10px 12px 2px 12px;
	text-align: center;
	margin: auto;
	margin-bottom: 12px;
	width: 320px;
}

#home #masthead .left, #masthead .left  {
	width: 480px;
	padding: 0;
	background: transparent;
}

#home #masthead .right h3 {
	background: url(img/sa-slogan.gif) no-repeat 58px 46px;
	padding-top: 104px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 104px;
}

#masthead .right h3 {
	background: url(img/sa-slogan.gif) no-repeat 58px 16px;
	padding-top: 73px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 73px;
}

.rightbox {
	background: #E3E8D7 url(img/page-bg2.gif) repeat-x bottom center;
	padding: 10px 12px 2px 12px;
}

#footer {
	clear: both;
	background: #FFF url(img/footer-bg.gif) repeat-x bottom left;
	border-top: 1px solid #999;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 6px 0 6px 0;
	margin: auto;
	height: 30px;
	width: 720px;
}

.link {
	text-align: right;
	width: 100%;
}

.link a {
	padding-left: 14px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	background: url(img/arrow.gif) no-repeat 0 1px;
}

.newsdate {
	background: url(img/calendar.gif) no-repeat top left;
	color: #369;
	padding: 2px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	height: 200px;
}

.label, .field {
	padding: 0;
	margin-bottom: 4px;
}

.label {
	float: left;
	width: 110px;
}

.field {
	float: right;
	width: 340px;
	text-align: left;
}

/* --- Navigation --- */

#nav {
	white-space: nowrap;
	width: 720px;
	background: #FFF url(img/page-bg1.gif) repeat-x bottom left;
	color: #ccc;
	border-bottom: 1px solid #999;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	height: 28px;
}

ul {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	padding: 0;
	margin: 4px 18px 0px 18px;
	}
	
#nav li a {
	display: block;
	color: #933;
	text-decoration: none;
	margin: 0 0 5px 0;
	white-space: nowrap;
}

* html #nav a {
	width:1%;
}

#nav li a:hover {
	color: #666;
}

#nav li a:active {
	color: #CCC;
}

/* --- Sub Navigation --- */

#nav div {
	position: absolute;
	left: 0px;
	top: 22px;
}

#nav li ul {
	background: #FFF url(img/page-bg1.gif) repeat-x bottom left;
	border: 1px solid #999;
	border-top: 0px;
	text-align: left;
	clear: both;
	padding: 1px 0 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	width: auto;
}

li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	
}

#nav li li a {
	display: block;
	color: #933;
	margin: 0px;
	padding: 2px 18px 2px 18px;
	text-decoration: none;
	white-space: nowrap;
}


#nav li li a:hover {
	color: #666;
	background: url(img/arrow.gif) no-repeat 4px center ;
}

#nav li li a:active {
	color: #CCC;
}


#nav li ul { 
	display: none;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}



.formtag{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}


.tabledownloads{
	height: 103px;
	width: 695px;
	position: center;
}
	.tabledownloads td{
		padding: 6px;
	}