/*
Site: Asnet Technologies
Date: 2009.05.04

[Table Of Contents] 

	0- Reset
	1- General Layout
	2- Text and Headings
	3- Links
	4- Header 
	5- Navigation
	6- Teasers 
	7- Content 
	8- Footer 
	9- Forms
	10- Extras

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');



/* =1 General Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html {
	background: url(../images/layout/bg-main.gif) #999 top repeat-x;
	height: 100%;
}
body {
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/layout/bg-shadow.png) repeat-y center top;
	height: 100%;
	min-height:100%;
	height:auto;
}
div.wrapper {
	width:970px;
	margin: 0 auto; /*  -155px the bottom margin is the negative value of the footer's height */
	text-align: left; /* for IE */	
	padding:0;
	height: 100%;
}

/* =2 Text and Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body, td, th {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.strong {
 font-weight:bold;
 }
.medtext {
	font-size: 10px;
}
.smalltext {
	font-size: 9px;
}
.tinytext {
	font-size: 8px;
}
.body-verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.body-verdanaerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.red {
	color:#ee3526;
}
.red a {
	color:#ee3526;
	text-decoration:underline;
}
.red a:hover {
	color:#000;
	text-decoration:underline;
}

.darkgrey {
	color:#333;
}
.grey {
	color:#666;
}
.lightgrey {
	color:#f5f5f5;
}
.white {
	color:#fff;
}


h1, .heading1 {
	font-size: 22px;
	font-weight: bold;
}
h2, .heading2 {
	font-size: 18px;
	font-weight: normal;
}
h3, .heading3 {
	font-size: 16px;
	font-weight: normal;
}
h4, .heading4 {
	font-size: 14px;
	font-weight: normal;
}
h5, .heading5 {
	font-size: 13px;
	font-weight: normal;
	}
h6, .heading6 {
	font-size: 10px;
	font-weight: normal;
}

/* =3 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color:#000; 
	
	text-decoration:underline;
}
a:hover {
	color:#ee3526; 
	text-decoration:underline;
}

/* =4 Header / Search
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.header {
	padding:15px 20px 0;
	background:#fff;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.mainNav {
	padding:0 20px;
	background: #fff;
}
.mainNav-bg {
	height:30px;
	background: url(../images/layout/nav-bg.gif) #ebebeb top repeat-x;
}


/* =6 Teasers
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
td.home-teaser {
	background: url(../images/teasers/home-frame-bg.gif) top left repeat-y;
}
div.home-teaser {
	padding:5px 15px;
}
 a.home-teaser {
 	display:block;
 	color:#000;
	text-decoration:none;
}


.teaser-content {
	padding:3px 20px 0 20px;
	background: #efefef;
}
.teaser-links {
	font-size:11px;
	color:#000;
	padding:3px 0 0 20px;
}
.teaser-links a {
	color:#ee3526;
	text-decoration:underline;
}
.teaser-links a:hover {
	color:#000;
	text-decoration:underline;
}
ul.teaser-text {
	list-style-image: url(../images/icons/bull-arrow-red.png);
	margin-left:18px
}
ul.teaser-text li {
	padding-bottom:8px
}
ul.teaser-text ul, ul.teaser-text ul li {
	list-style-image: none;
	margin-left:0;
}
ul.teaser-text li li {
	padding:5px 0 0;
}
ul.teaser-text li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	
}
ul.teaser-text li a:hover {
	text-decoration:underline;
}
ul.teaser-text li li a {
	color:#666;
	font-weight:normal;
	text-decoration:none;
	display:block
}
ul.teaser-text li li a:hover {
	color:#000;
	text-decoration:none;
}

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background:#ee3526;
	padding: 0 3px;
}
.high-def {
	font-size: 12px;
	font-weight: bold;
	color: #ee3526;
	margin: 5px 0 ;
}


/* =7 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.page {
	padding: 20px 20px 30px;
	height:420px;
	min-height:420px;
	height:auto;
	background:#fff;
}

.breadcrumb {
	color:#666;
	font-size:10px;
	margin:0 0 20px 2px;
}
.breadcrumb a {
	color:#666;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color:#ee3526;
	text-decoration:underline;
}
.breadcrumb-spacer {
	color:#ee3526;
	padding:0 5px;
}

/* About us*/
table.staff {
	border-bottom:1px #ccc dashed;
}



/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.footer {
	width: 970px;
	 /* height: 155px; .push must be the same height as .footer */
	margin: 0 auto;
}
.push {
	height: 155px; /* .push must be the same height as .footer */
}
div.footer_content {
	background: url(../images/layout/bg-footer.png) top repeat-x;
	padding:20px 0;
	margin-left:-1px;
}
table.footer-column td {
	padding:0 19px 0 18px;
	height:115px; /* Set as footer height minus padding */
	color:#fff;
	vertical-align:top;
	border-right:1px solid #6e6e6e;
}
div.footerNav a {
	color: #fff;
	text-decoration:none;
	padding-bottom:2px;
	display:block;
}
div.footerNav a:hover {
	color: #ee3526;
	text-decoration:underline;
}

ul.footerNav {
	list-style: none;
}
ul.footerNav li {
	background: url(../images/icons/bull-arrow-red.png) 0 3px no-repeat;
	padding:0 0 5px 10px;
}
ul.footerNav li a {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	
}
ul.footerNav li a:hover {
	color: #ee3526;
	text-decoration:underline;
}


/* =9 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.buttontext {
	padding: 2px 8px;
	cursor:pointer;
	background-color:#222;
	color: #fff;
	cursor:pointer;
}
.buttontext:hover {
	background-color:#ee3526;
	color: #fff;
}

.buttonblank {
	padding: 2px 8px;
	cursor:default;
	background-color:#cccccc;
	color: #999999;
}
.text {
	font-size:11px;
	color:#333;
}
.errortext {
	color: #ee3526;
	font-weight:bold;
	font-size:11px;
}
.errorformtext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #ee3526;
	padding:5px;
}

/* =10 Extras 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.clear {
	clear: both;
	height:0;
	padding:0;
	margin:0;
	visibility: hidden;
}
hr {
	color: #F5EEEB;
}
hr.dashed {
	border-width:0 0 1px 0;
	border-style:dashed;
	border-color:#999;
	margin:20px 0;
}
br { 
	line-height:80%;
}
.alertbox {
	border: 1px dotted #1e1e1e;
	padding:8px;
	background-color: #ffcc33;
	color: #000000;
	font-size:12px;
}
.textbox {
	border: 1px dotted #1e1e1e;
	padding:10px;
	border: 1px solid #cbcbcb;
	background: #efefef;
}
ul.red-arrow {
	list-style-image: url(../images/icons/bull-arrow-red.png);
	margin-left:15px;
	padding: 10px 10px 5px 30px;
	margin: 10px 0 15px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	}
ul.red-arrow a {
	font-weight:bold;
	color:#000;
}
ul.red-arrow a:hover {
	color:#ee3526;
}
ul.list {
	border: 1px solid #cbcbcb;
	background: #efefef;
	list-style:square;
	padding: 10px 10px 5px 25px;
	margin: 10px 0;
	}
ul.list li, ul.red-arrow li{
	margin-bottom: 8px;
}

/* DOWNLOADS LISTS */

ul.list-pdf, ul.list-info {
	list-style:none;
}
ul.list-downloads {
	list-style:none;
	border-bottom:1px dashed #ccc;
	padding:4px 0;
 }

ul.list-pdf li {
	background: url(../images/icons/pdf-25x25.gif) 3px 50% no-repeat;
	border-bottom:1px dashed #ccc; 
	padding:5px 0;

}
ul.list-info li {
	border-bottom:1px dashed #ccc; 

}
li.list-pdf {
	background: url(../images/icons/pdf-25x25.gif) 3px 50% no-repeat;
	padding:5px 0;

}
li.list-zip {
	background: url(../images/icons/zip-25x25.gif) 3px 50% no-repeat;
	padding:5px 0;

}
li.list-link {
	background: url(../images/icons/link-25x25.gif) 3px 50% no-repeat;
	padding:5px 0;

}
ul.list-pdf li a, ul.list-downloads li a, ul.list-info li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	padding:4px;
	margin-left: 35px
	}
ul.list-pdf li a:hover, ul.list-downloads li a:hover, ul.list-info li a:hover {
	color:#000;
	text-decoration:none;
	background:#ececec;
}