/* general elements */
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:0px;
 clear:both;
}
/*imageborders*/
img {border: 0;}
/*links*/
a:link {color: #753e75;}
a:visited {color: #753e75;}
a:hover {color: #000;}
a:active {color: #753e75;}
/*margins&padding*/
/* * {margin: 0; padding: 0;} */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #753E75;
	margin: 0;
	padding: 0;
	}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-image: url(assets/bg.gif);
	}
#content {
	background-image: url(assets/bg-home.jpg);
	background-repeat: no-repeat;
	}
body#inside #content  {
	background-image: url(assets/bg-inside.jpg);
	background-repeat: no-repeat;
	}
#left {
	width: 177px;
	}

#left #nav {padding-top: 214px;}
#left #logo {margin: 8px; display: block;width: 149px;}
#left #address-left {color: white; text-align: center; font-weight: bold; margin: 10px;width: 150px;}
#left #address-left p {margin: 1em 0;}
#main {
	width: 570px;
	float: right;
	position: relative;
	}
#slideshow {
	position: relative;
	top: 38px;
	left: 374px;
	width: 150px;
	height: 112px;
}
head:first-child+body #slideshow {left: 374px;}
#slideshow img {display: block; border: 0; }
#main #tagline {
	width: 250px;
	text-align: center;
	padding-top: 85px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-left: 30px;
	}
body#inside #main #tagline {
	width: 250px;
	text-align: center;
	padding-top: 65px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-left: 150px;
	}
#breadcrumbs {margin-bottom: 1em; font-size: 11px;color: #FFDD24;}
#breadcrumbs a:link { color: #FFDD24;}
#breadcrumbs a:visited { color: #FFDD24;}
#breadcrumbs a:hover { color: #fff;}
#breadcrumbs a:active { color: #FFDD24;}

#main #coupons {
	width: 156px;
	height: 37px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	background-image: url(assets/butterfly.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 96px;
	margin-right: 20px;
	}
#main #coupons a {display: block; margin-top: 10px;}
/*toolbox*/
#main #toolbox {
	padding-top: 0.5em;
	margin: 0 5px 0.5em 10px;
	clear: right;
	position: relative;
	}
h1 {color: #753e75; font-size: 16px; margin-bottom: 0.5em;}
body#inside h1  {color: #FFDD24; padding-top: 0.5em;}
h2 {color: #000; font-size: 14px; margin-bottom: 0.5em;}
body#inside h2 {color: #743D76;}
.imagecaption {
	color: #753e75;
	border-bottom: 1px solid #f04d2a;
	font-size: 11px;
	padding-bottom: 3px;
	}
.imageright img, .imageleft img {border: 2px solid #ffdc25;}
.imageright {
	float: right;
	position: relative;
	margin: 0 0 1em 12px;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 12px 1em 0;
	}
.listing {margin-top: 1em; clear: both; }
#copyright {
	background: #753e75;
	padding: 5px;
	text-align: center;
	color: white;
	}
#copyright a {text-decoration: none;}	
#copyright a:link {color: #ffdc26;}
#copyright a:visited {color: #ffdc26;}
#copyright a:hover {color: #fff;}
#copyright a:active {color: #ffdc26;}
#copyright #nav-bottom {margin: 0.5em auto;}
#copyright #nav-bottom a {font-weight: bold; margin-left: 10px;}

/* file icons */
.pdf, .txt, .doc, .ppt, .xls, .IES{
width:20px;
padding:0 20px 0 0;
}
.pdf{
width:23px;
padding:0 23px 0 0;
margin:0 5px 0 0;
background: url(images/file-ext/pdf.png) no-repeat right;
}
.txt{
width:23px;
padding:0 23px 0 0;
margin:0 5px 0 0;
background: url(images/file-ext/txt.png) no-repeat right;
}
.doc{
width:23px;
padding:0 23px 0 0;
margin:0 5px 0 0;
background: url(images/file-ext/doc.png) no-repeat right;
}
.ppt{
width:23px;
padding:0 23px 0 0;
margin:0 5px 0 0;
background: url(images/file-ext/ppt.png) no-repeat right;
}

.xls{
background: url(images/file-ext/xls.png) no-repeat right;
}
.zip{
width:23px;
padding:0 23px 0 0;
background: url(images/file-ext/zip.png) no-repeat right;
}

