/* SWS CSS SCREEN */

* {
	margin: 0;
	padding: 0;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

body {
	background: url(../images/backgrounds/page.jpg) repeat 0 0;
}
a {
	color: #990000;
}
a:hover {
	color: #D18C8C;
}
h1, h2, h3, h4 {
	color: #990000;
	font-weight: normal;
	line-height: 24px;
}
h1 {
	font-size: 28px;
	clear: both;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 18px;
	color: #D18C8C;
	padding: 0 10px 10px 0;
}

h2.smaller {
	font-size: 14px;
	font-weight:bold;
	color: #D18C8C;
	padding: 0 10px 10px 0;
}

.e {
	color: #CC0000;
}
p {
	padding: 0 10px 10px 0;
}
.printheader {
	display: none;
}
div.wrapper {
	width: 100%;
	text-align: center;
	clear: both;
}
div.wrapper div {
	margin: auto;
}
div.login {
	height: 80px;
	background: #666666;
}
div.top {
	height: 90px;
	background: url(../images/backgrounds/top-chevron.jpg) repeat-x 0 0;
}
div.main {
	background: #FFFFFF url(../images/backgrounds/header.jpg) repeat-x 0 0;
}
div.footer {
	min-height: 20px;
	background: url(../images/backgrounds/footer.jpg) repeat-x 0 0;
}

div#login, div#top, div#main, div#footer {
	width: 780px;
	text-align: left;
	clear: both;

}


/* LOGIN */

div#login h1 {
	display: block;
	width: 450px;
	float: left;
	height: 56px;
	background: url(../images/headings/login.gif) no-repeat 20px 15px;
	text-decoration: none;
	font-size: 1px;
	margin: 0;
	text-indent: -5000px;
}
div#login form {
	padding: 10px;
}
div#login a {
	color: #FFFFCC;
}
div#login table {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
div#login table td, div#login table th {
	padding: 0;
}
div#login input {
	border: 0;
	padding: 3px 5px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #990000;
	margin-right: 10px;
}
div#login a.login {
	display: block;
	text-indent: -5000px;
	font-size: 1px;
	text-decoration: none;
	background:url(../images/buttons/login-button.gif) no-repeat 0 0;
	width: 75px;
	margin: 4px 0;
	height: 22px;
}
div#login a.login:hover {
	background-position: 0 -22px;
}
/* TOP */

div#top a, div#top h1 {
	display: block;
	text-decoration: none;
	font-size: 1px;
	margin: 0;
	text-indent: -5000px;
}
div#top a.logo {
	width: 235px;
	float: left;
	margin-top: 23px;
	height: 46px;
	background: url(../images/logos/sws-main.gif) no-repeat right top;
}
div#top a.login {
	width: 146px;
	float: right;
	height: 25px;
	background: url(../images/buttons/login.gif) no-repeat 0 0;
}
div#top a.login:hover {
	background-position: 0 -25px;
}
div#top h1 {
	display: block;
	width: 462px;
	float: right;
	height: 43px;
	clear: none;
	background: url(../images/headings/uks-leading.gif) no-repeat 0 0;
}


/* main */
/* LEFT */

div#main div#left {
	width: 570px;
	float: left;
}

/* CORPORATE NAVIGATION */

div#main div#left div#corp_nav {
	width: 540px;
	float: right;
	height: 34px;
	text-align: left;
	font-size: 12px;
}

div#main div#left div#corp_nav ul, div#left div#corp_nav ul li {
	list-style: none;
	display: inline;
}
div#main div#left div#corp_nav li a {
	display: block;
	text-decoration: none;
	font-size: 1px;
	margin-right: 12px;
	float: left;
	text-indent: -5000px;
	height: 33px;
	width: 44px;
	background: url(../images/buttons/home.gif) no-repeat 0 0;
}
div#main div#left div#corp_nav li a.about {
	width: 85px;
	background-image: url(../images/buttons/about.gif);
}
div#main div#left div#corp_nav li a.news {
	width: 111px;
	background-image: url(../images/buttons/news.gif);
}
div#main div#left div#corp_nav li a.careers {
	width: 65px;
	background-image: url(../images/buttons/careers.gif);
}
div#main div#left div#corp_nav li a.gallery {
	width: 65px;
	background-image: url(../images/buttons/gallery.gif);
}
div#main div#left div#corp_nav li a.contact {
	width: 93px;
	background-image: url(../images/buttons/contact.gif);
}
div#main div#left div#corp_nav li a:hover, div#main div#left div#corp_nav li a.active {
	background-position: 0 -33px;
}

/* HEADER */

div#main div#left div#header {
	width: 570px;
	float: right;
	background: url(../images/backgrounds/header-left-fade.jpg) no-repeat 0 0;
	height: 185px;
	text-align: right;
}


/* CONTENT */

div#main div#left div#content {
	width: 545px;
	float: right;
	text-align: left;
}

div#main div#left div#content h3 {
	font-size: 13px;
	padding: 0 0 2px 0;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: left;
	border-bottom: 1px solid #990000;
}


div#main div#left div#content ul {
	margin: 0 20px 10px 20px;
	font-weight: bold;
	list-style-type: square;
}
div#main div#left div#content ul li {
	padding: 0 0 5px 5px;
}
/* BREADCRUMB */
div#main div#left div#content ul#breadcrumb, div#main div#left div#content ul#breadcrumb li {
	display: inline;
	list-style: none;
}
div#main div#left div#content ul#breadcrumb {
	float: left;
	font-size: 9px;
	width: 400px;
	font-weight: normal;
	margin: 5px 0 15px 0;
	color: #999999;
}
div#main div#left div#content ul#breadcrumb li {
	padding: 0 3px 0 0;
}
div#main div#left div#content ul#breadcrumb a {
	color: #666666;
	padding-right: 10px;
	background: url(../images/icons/raquo.gif) no-repeat right 5px;
}
div#main div#left div#content ul#breadcrumb a.current {
	background: none;
	color: #960707;
	text-decoration: none;
}


/* OPTIONS */
div#main div#left div#content ul#options, div#main div#left div#content ul#options li {
	list-style: none;
	text-align: right;
}
div#main div#left div#content ul#options {
	float: right;
	font-size: 9px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
div#main div#left div#content ul#options li {
	padding: 0 8px 4px 0;
}
div#main div#left div#content ul#options a {
	padding-right: 22px;
	color: #666666;	
	padding-bottom: 3px;
	background: url(../images/icons/print.gif) no-repeat right 0;
}
div#main div#left div#content ul#options a.email {
	background: url(../images/icons/email.gif) no-repeat right 2px;
}
div#main div#left div#content ul#options a:hover {
	color: #333333;
	text-decoration: none;
}


/* PRODUCT PAGE LAYOUT */

div#main div#left div#content div#img {
	float: right;
	width: 211px;
	padding: 0 20px 0 0;
	height: 226px;
	text-align: left;
	background: url(../images/products/frame.gif) no-repeat 10px 0;
}
div#main div#left div#content div#img img { 
	margin: 1px 0 5px 1px;
}

div#main div#left div#content div#download a {
	font-weight: bold;
	text-decoration: none;
}
div#main div#left div#content div#img a.enlarge {
	color: #960707;
	font-size: 10px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background: url(../images/icons/zoom.gif) no-repeat 0 2px;
	padding-left: 15px;
}

div#main div#left div#content div#slat_img, div#main div#left div#content div#profile_img {
	float: right;
	width: 121px;
	height: 120px;
	margin: 15px 0 0 10px;
	text-align: right;
	clear: right;
	background: url(../images/products/slatframe.gif) no-repeat 0 0;
}
div#main div#left div#content div#profile_img {
	background: url(../images/products/profileframe.gif) no-repeat 0 0;
}
div#main div#left div#content div#slat_img img, div#main div#left div#content div#profile_img img { 
	margin: 1px 20px 1px 1px;
}

div#main div#left div#content div.slatbox { 
	float: left;
	width: 136px;
	margin: 5px 0 0 0;
	text-align: center;
	clear: right;
	background: url(../images/products/slatboxframe.gif) no-repeat 0 0;
}
div#main div#left div#content div.slatbox img {
	margin: 1px 35px 1px 1px;
}	
div#main div#left div#content div.slatbox p {
	margin: 6px 15px 1px 1px;
}
div#main div#left div#content div#intro {
	font-size: 13px;
}
div#main div#left div#content div#intro p {
	line-height: 18px;
}
div#main div#left div#content div#intro a {
	font-weight: bold;
}
div#main div#left div#content .small {
	font-size: 10px;
	color: #666666;
}

div#main div#left div#content ul.normal, div#main div#left div#content ul.normal li {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

div#main div#left div#content table {
	margin-bottom: 10px;
}

div#main div#left div#content table th {
	text-align: right;
	padding: 2px 2px 3px 0;
}

div#main div#left div#content table td {
	padding: 2px 0 3px 2px;
}

div#main div#left div#content table.xpanda {
	margin-bottom: 10px;
	margin-right: 15px;
}

div#main div#left div#content table.xpanda td {
	padding: 3px 5px 3px 5px;
}

div#main div#left div#content div.colright {
	float: left;
	width: 230px;
}

div#main div#left div#content div.colleft {
	float: left;
	width: 305px;
	padding-right: 10px;
}

.colleft-bottom{
	width:545px;
	float:left;
	padding-right: 10px;
}

.clear {
	padding: 10px 0;
	clear: both;
}

div#main div#left div#content a.gallery img {
	width: 70px;
	margin: 10px 15px 10px 10px;
	height: 70px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
div#main div#left div#content a.gallery:hover img {
	width: 90px;
	height: 90px;
	margin: 0 5px 0 0;

}
div#main div#left div#content ul.news {
	margin: 10px 0;
	padding: 0;
	line-height: 18px;
	list-style: none;
	font-weight: normal;
}
div#main div#left div#content ul.news li {
	margin: 0;
	padding: 0 25px 10px 0;
}
div#main div#left div#content .grey {
	color: #666666;
	font-style: italic;
}


div#main div#left div#content div.product {
	background: #DFDFDF url(../images/backgrounds/thumb_back.jpg) repeat-x 0 0;
	width: 525px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
div#main div#left div#content div.product span.top {
	background: url(../images/backgrounds/grey_strip.jpg) repeat-x 0 0;
	height: 5px;
	width: 525px;
	display: block;
}
div#main div#left div#content div.product img {
	float: right;
	background:url(../images/backgrounds/thumb.gif) no-repeat 0 0;
	padding: 1px 10px 10px 1px;
	margin: 10px;
}
div#main div#left div#content div.product h3 {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 0;
}
div#main div#left div#content div.product h4 {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
}
div#main div#left div#content div.product p {
	padding: 10px 0 0 10px;
}
div#main div#left div#content div.product span.bottom {
	background:url(../images/backgrounds/thumb_bottom.jpg) no-repeat 0 0;
	height: 15px;
	width: 525px;
	display: block;
}


div#main div#left div#content div.productx {
	background: url(../images/backgrounds/thumb_back.jpg) repeat-x 0 0;
	width: 260px;
	float: left;
	margin: 0 10px 10px 0;
}
div#main div#left div#content div.productx span.top {
	background: url(../images/backgrounds/grey_strip.jpg) repeat-x 0 0;
	height: 5px;
	width: 260px;
	display: block;
}
div#main div#left div#content div.productx img {
	float: right;
	background:url(../images/backgrounds/thumbx.gif) no-repeat 0 0;
	padding: 1px 10px 10px 1px;
	margin: 10px 5px;
}
div#main div#left div#content div.productx h3 {
	padding: 5px 0 0 10px;
	margin: 0;
	line-height: 12px;
	border-bottom: 0;
}
html>body div#main div#left div#content div.productx h3 {
	padding-top: 10px;
}
div#main div#left div#content div.productx h4 {
	padding: 6px 0 0 10px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}
div#main div#left div#content div.productx p {
	padding: 10px 0 0 10px;
}
div#main div#left div#content div.productx p.index {
	font-size: 12px;
}
div#main div#left div#content div.productx span.bottom {
	background:url(../images/backgrounds/thumb_bottom.jpg) no-repeat 0 0;
	height: 15px;
	width: 260px;
	clear: both;
	display: block;
}


div#main div#left div#content div.productx h5 {
	display: none;
}
div#main div#left div#content div.productx h3.img {
	text-indent: -5000px;
	font-size: 1px;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	width: 258px;
}
div#main div#left div#content div.productx h3.secglide {
	background: url(../images/headings/secglide.gif) no-repeat 8px 0;
}
div#main div#left div#content div.productx h3.secshield {
	background: url(../images/headings/secshield.gif) no-repeat 8px 0;
}
div#main div#left div#content div.productx h3.secbar {
	background: url(../images/headings/secbar.gif) no-repeat 8px 0;
}
div#main div#left div#content div.productx h3.secguard {
	background: url(../images/headings/secguard.gif) no-repeat 8px 0;
}
div#main div#left div#content div.productx h3.insurance {
	background: url(../images/headings/insurance.gif) no-repeat 8px 0;
}
div#main div#left div#content div.productx h3.xpanda {
	background: url(../images/headings/xpanda.gif) no-repeat 8px 0;
}
div#main div#left div#content div#search ol {
	margin: 5px 20px 10px 20px;
	line-height: 17px;
}
div#main div#left div#content div#search ol li {
	padding-bottom: 10px;
}
div#main div#left div#content div#search ol li .infoline {
	color: #666666;
}
div#main div#left div#content div#search ol li .infoline span {
	font-size: 10px;
}
div#main div#left div#content div#search ol li .highlight {
	background: #FFFFCC;
}
div#main div#left div#content div#search input.text {
	padding: 5px;
	width: 200px;
	float: left;
}
div#main div#left div#content div#search a.search {
	display: block;
	text-indent:-5000px;
	text-decoration: none;
	font-size: 1px;
	float: left;
	width: 75px;
	height: 24px;
	margin: 0 10px 0 10px;
	background: url(../images/buttons/search-main.gif) no-repeat 0 0;
}
div#main div#left div#content div#search a.search:hover {
	background-position: 0 -24px;
}

/* BUTTONS */

div#main div#left div#content a.more, div#main div#left div#content a.map, div#main div#left div#content a.riba {
	display: block;
	text-indent: -5000px;
	font-size: 1px;
	text-decoration: none;
	background:url(../images/buttons/more.gif) no-repeat 0 0;
	width: 75px;
	margin: 4px 0;
	height: 22px;
}
div#main div#left div#content a.map {
	width: 125px;
	background: url(../images/buttons/map.gif);
}
div#main div#left div#content a.riba {
	width: 130px;
	background: url(../images/buttons/riba.gif);
}
div#main div#left div#content a.more:hover, div#main div#left div#content a.map:hover, div#main div#left div#content a.riba:hover {
	background-position: 0 -22px;
}

input.text, textarea.text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 4px;
	margin: 0 0 2px 0;
	border: 1px solid #CCCCCC;
}

select.text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
input.button {
	font-size: 11px;
	color: #003366;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
}
/* MAIN */
/* RIGHT */

div#main div#right {
	width: 210px;
	float: right;
	background: #FFFFFF;
}

/* PRODUCT NAV */

div#main div#product_nav {
	width: 210px;
	margin: 0 0 15px 0;
	float: right;
	text-align: left;
	font-size: 12px;
}
div#main div#product_nav h2 {
	display: block;
	text-decoration: none;
	font-size: 1px;
	padding: 0;
	text-indent: -5000px;
	width: 210px;
	height: 33px;
	background: url(../images/headings/product-range.jpg) no-repeat 0 0;
}
div#main div#product_nav ul {
	width: 210px;
	border-bottom: 1px solid #999999;
}
div#main div#product_nav ul, div#main div#product_nav ul li {
	list-style: none;
}
div#main div#product_nav li a {
	text-decoration: none;
	display: block;
	height: 24px;
	color: #333333;
	border: 1px solid #999999;
	padding: 6px 0 0 13px;
	border-bottom: 0;
	font-weight: bold;
	background: url(../images/buttons/product-nav.jpg) no-repeat 0 0;
}
div#main div#product_nav li a:hover, div#main div#product_nav li a.active {
	background-position: 0 -30px;
	color: #990000;
	text-decoration: underline;
}
div#main div#product_nav ul ul {
	border-bottom: 0;
	border-top: 1px solid #CCCCCC;
}
div#main div#product_nav ul ul a {
	font-size: 11px;
	border-top: 0;
	height: 14px;	color: #990000;
	font-weight: normal;
	padding: 0 0 8px 13px;
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div#main div#product_nav ul ul a.active {
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF url(../images/icons/leftarr.gif) no-repeat 200px 3px;
}
div#main div#product_nav ul ul a.sub {
	padding-bottom: 4px;
}
div#main div#product_nav ul ul ul {
	border-top: 0;
}
div#main div#product_nav ul ul ul a {
	padding: 0 0 3px 36px;
}
div#main div#product_nav ul ul ul a.active {
	background: none;
}
div#main div#product_nav ul ul ul a.last {
	padding-bottom: 8px;
}
div#main div#product_nav ul ul a.first {
	padding-top: 6px;
	background-position: 200px 9px;
}

/* QUICK SEARCH & TOOLS */

div#main div#quick_search, div#main div#tools, div#main div#latest_news {
	width: 210px;
	margin: 0 0 10px 0;
	clear: both;
	background: url(../images/backgrounds/brown_pix.jpg) repeat 0 0;
}
div#main div#tools {
	background: url(../images/backgrounds/red_pix.jpg) repeat 0 0;
}
div#main div#latest_news {
	background: url(../images/backgrounds/grey_pix.jpg) repeat 0 0;
}
div#main div#quick_search span.top, div#main div#tools span.top, div#main div#latest_news span.top {
	height: 5px;
	width: 210px;
	display: block;
	background: url(../images/backgrounds/brown_strip.jpg) repeat-x 0 0;
}
div#main div#tools span.top {
	background: url(../images/backgrounds/red_strip.jpg) repeat-x 0 0;
}
div#main div#latest_news span.top {
	background: url(../images/backgrounds/grey_strip.jpg) repeat-x 0 0;
}
div#main div#quick_search span.bottom, div#main div#tools span.bottom, div#main div#latest_news span.bottom {
	height: 12px;
	width: 210px;
	display: block;
	background: url(../images/backgrounds/brown_round.jpg) repeat 0 0;
}
div#main div#tools span.bottom {
	background: url(../images/backgrounds/red_round.jpg) repeat 0 0;
}
div#main div#latest_news span.bottom {
	background: url(../images/backgrounds/grey_round.jpg) repeat 0 0;
}
div#main div#quick_search h3, div#main div#tools h3, div#main div#latest_news h3 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	margin: 0 10px 8px 10px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E4E4E4;
}
html>body div#main div#quick_search h3, html>body div#main div#tools h3, html>body div#main div#latest_news h3 {
	margin-top: 8px;
}
/* QUICKSEARCH */

div#main div#quick_search select {
	width: 190px;
	margin: 0 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #503C3B;
}
div#main div#quick_search input {
	width: 180px;
	margin: 0 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #503C3B;
}
div#main div#quick_search a {
	display: block;
	text-indent:-5000px;
	text-decoration: none;
	font-size: 1px;
	width: 190px;
	height: 22px;
	margin: 0 10px 0 10px;
	background: url(../images/buttons/search.gif) no-repeat 135px 0;
}
div#main div#quick_search a:hover {
	background-position: 135px -22px;
}
/* TOOLS LINKS */

div#main div#tools ul, div#main div#tools ul li {
	list-style: none;
}
div#main div#tools ul li {
	padding: 0 10px 4px 10px;
}
div#main div#tools ul li a {
	font-weight: bold;
	color: #FFFFFF;
}
div#main div#tools ul li a:hover {
	color: #FFFF99;
}

/* LATEST NEWS LINKS */

div#main div#latest_news h5, div#main div#latest_news h6 {
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 10px;
	font-size: 11px;
}
div#main div#latest_news h5 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
div#main div#latest_news h5 a:hover {
	color: #FFFF99;
}
div#main div#latest_news h6 {
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 8px;
}




div#main div#left div#content ul#careers, div#main div#left div#content ul#careers li {
	font-weight: normal;
}
div#main div#left div#content ul#careers a {
	font-weight: bold;
}
div#main div#left div#content ul#careers span {
	color: #666666;
}


div#main div#left div#content div.img {
	float: right;
	text-align: right;
	margin: 0 15px 10px 15px;
}
div#main div#left div#content div.img img {
	
}
div#main div#left div#content div.img p {
	color: #999999;
	font-style: italic;
	padding: 3px 0;
}

/* TEXT LINKS */

div#text_links ul, div#text_links ul li {
	list-style: none;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
div#text_links ul li {
	padding: 0 10px 5px 10px;
}
div#text_links ul li a {	color: #990000;
	font-weight: bold;
}

div#main div#footer {
	clear: both;
	width: 780px;
	height: 20px;
}

/* FOOTER */

div#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #444444;
}
div#footer div#accreditation {
	padding: 0 13px;
	width: 549px;
	margin-top: 30px;
	float: left;
}
div#footer div#accreditation a {
	display: block;
	text-decoration: none;
	font-size: 1px;
	float: left;
	text-indent: -5000px;	
}
div#footer div#accreditation a:hover {
	background-position: 0 -62px;
}
div#footer a.agds {
	background: url(../images/logos/agds.gif) no-repeat 0 0;
	width: 55px;
	height: 62px;
}
div#footer a.somfy {
	background: url(../images/logos/somfy.gif) no-repeat 0 0;
	width: 66px;
	height: 62px;
}
div#footer a.bbsa {
	background: url(../images/logos/bbsa.gif) no-repeat 0 0;
	width: 100px;
	height: 62px;
}
div#footer a.dsma {
	background: url(../images/logos/dsma.gif) no-repeat 0 0;
	width: 80px;
	height: 62px;
}
div#footer a.police {
	background: url(../images/logos/police.gif) no-repeat 0 0;
	width: 78px;
	height: 62px;
}
div#footer a.lpsb {
	background: url(../images/logos/lpsb.gif) no-repeat 0 0;
	width: 83px;
	height: 62px;
}
div#footer a.riba {
	background: url(../images/logos/riba.gif) no-repeat 0 0;
	width: 64px;
	height: 62px;
}
div#footer p {
	padding: 0 13px 10px 13px;
	clear: left;
}
div#footer p.space {
	padding-top: 10px;
}
div#footer div#left {
	color: #999999;
	float: right;
	width: 565px;
	background: url(../images/backgrounds/footer-left.gif) no-repeat 555px 0;
}
div#footer div#left ul {
	margin: 0 13px 0 13px;
	float: left;
	display: block;
	width: 544px;
	clear: left;
}
div#footer div#left ul, div#footer div#left ul li {
	display: inline;
	list-style-type: none;
}
div#footer div#left ul li {
	padding: 0 8px 0 6px;
	background: url(../images/icons/split.gif) no-repeat 100% 55%;
}
div#footer div#left ul li.first {
	padding-left: 0;
}
div#footer div#left ul li.last {
	background: none;
}
div#footer div#left a {
	color: #666666;
}
div#footer div#left a:hover {
	color: #333333;
}
div#footer div#right {
	float: right;
	width: 205px;
}
div#footer a {	
	color: #990000;
}
div#footer a:hover {
	color: #CC0000;
}
div#footer a.logo {
	width: 174px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	text-indent: -5000px;	
	float: left;
	margin-top: 20px;
	height: 57px;
	background: url(../images/logos/sws-footer.gif) no-repeat 0 0;
}
h5#featured {
	display: block;
	width: 538px;
	float: left;
	height: 20px;
	background:url(../images/backgrounds/featured.gif) no-repeat 0 5px;
	text-indent: -5000px;
	font-size: 1px;
}
div#featured_prod {
	width: 268px;
	height: 146px;
	background: url(../images/backgrounds/excel.jpg) no-repeat 0 0;
	float: left;
}
div#featured_links {
	float: left;
	width: 270px;
	height: 146px;
}

div#featured_prod a {
	display: block;
	width: 268px;
	height: 146px;
	text-decoration: none;
}