﻿/*--------------------layout---------------------*/
.RadMenu li
{
	font-weight: bold !important;
	font-size: 16pt !important;
}

* {margin:0;padding:0}

#sTopWrap
{
	width: 100%;
	height: 406px;
	background-color: #710101;
	background-image: url(images/topwrap-bg.jpg);
	background-repeat: repeat-x;
}

#sTop
{
	width: 990px;
	height: 406px;
	background-image: url(/images/top_bg.ashx);
	background-repeat: no-repeat;
	margin: auto;
}

#sLogoNav
{
	width: 990px;
	margin: auto;
	height: 85px;
}

#sLogo
{
	top: 25px;
	width: 259px;
	height: 43px;
	position: relative;
	clear: both;
}

#sTopRightNavigation
{
	top: 10px;
	left: 690px;
	width: 300px;
	position: relative;
	text-align: right;
	clear: both;
}

#sTopNavigation
{
	width: 990px;
	margin: auto;
	height: 30px;
	background-color: #2a2a2a;
	background-image: url(images/topnavigation-bg.jpg);
	background-repeat: no-repeat;
}

#sBanner
{
	width: 990px;
	height: 270px;
	margin: auto;
}

#sContentWrap
{
	width: 100%;
}

#sMain
{
	width: 990px;
	background-color: White;
	margin: auto;
}

#sContentLeft
{
	width: 640px;
	float: left;
}

#sContentRight
{
	width: 290px;
	background-color: #f0f0f0;
	position: relative;
	left: 20px;
	float: left;
}

#sNews
{
	width: 990px;
	background-color: #f0f0f0;
	margin: auto;
	clear: both;
}

#sWhoIs
{
	width: 990px;
	font-size: 8pt;
	background-color: #ccc;
	margin: auto;
	clear: both;
}

#sFooter
{
	width: 990px;
	margin: auto;
	background-color: #21242c;
}

.sInnerWrap
{
	padding: 20px;
}

.sTopSpacer
{
	width: 100%;
	height: 21px;
	display: block;
}


/*--------------------style---------------------*/
body 
{
	font-family: Arial, Verdana;
	color: black;
	font-size: 12px;
	background-color: #999999;
	margin:0;
	padding:0;			
}

#sLogo
{
	background-image: url('images/swatvertising-logo.png');
	background-repeat: no-repeat;	
}
#sLogo h1
{
	position: relative;
	text-indent: -4444px;
	display: block;
	width: 259px;
	height: 100%;
	overflow: hidden;
}

#sTopRightNavigation
{
	font-size: 11px;	
	color: White;
}

#sTopRightNavigation a
{
	color: White;
	text-decoration: none;
}

#sMain 
{
	line-height: 20px;
}

#sMain h2 {
	color: #CC0000;
	font-size: 18pt;
}

#sMain h3 {
	color: #CC0000;
	font-size: 12pt;
	padding-bottom: 3px;
}

#sMain h4 {
	color: #CC0000;
	font-size: 9pt;
}

#sMain a {
	color: #CC0000;
	text-decoration: underline;	
}

#sNews h3 {
	color: #CC0000;
	font-size: 12pt;
}

#sNews .readmore {
	color: #333333;
	font-size: 9pt;
}



#sWhoIs a
{
	color: #000000;
	text-decoration: none;
}

#sFooter
{
	line-height: 16px;
	font-size: 10px;
	color: #666;
}

#sFooter a
{
	color: #999;
	text-decoration: none;
}

.clearboth
{
	clear: both;
}

.td_name
{
	background-color: #f0f0f0;
	padding: 5px;
}

.td_value
{
	background-color: #dabac2;
	padding: 5px;
}

/*--------------------searchbox---------------------*/

#sSearch
{
	top: 4px;
	z-index: 1;
	border: 0;
	position: relative;
	width: 206px;
	height: 22px;
	float: right;
	right: 15px;
	background-image: url('images/search-bg.gif');
}

.sSearchText
{
	border: 0;
	margin-top: 3px;
	margin-left: 13px;
	width: 165px;
}

.sSearchSubmit
{
	width: 23px;
	background-color: Transparent;
	border: none;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}


/*--------------------NewsBox---------------------*/

.sNewsBox
{
	width: 100%;
	height: 114px;
	margin-bottom: 18px;
	background: url(images/servicesBg.gif) repeat-x center bottom;
	text-decoration: none;
	display: inline-block;
}	

* HTML .sNewsBox A
{
	border-bottom: orange;
	filter: progid:DXImageTransform.Microsoft.Chroma(color='orange'); BORDER-TOP-COLOR: orange; WIDTH: 544px; BORDER-RIGHT-COLOR: orange; BORDER-LEFT-COLOR: orange;
}

.sNewsBox A
{
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-right: transparent 1px solid;
	border-bottom: transparent 1px solid;
	width: 100%;
	text-decoration: none !important;
	display: inline-block;
}

.sNewsBox A:hover
{
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background: #f0f0f0 0px 0px;
	text-decoration: none;
}

.sNewsBoxImage
{
	padding-bottom: 20px;
	margin: 17px 0px 0px 14px;
	width: 100px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
	padding-top: 0px;
}

.sNewsBoxImage IMG
{
	vertical-align: top;
}

.sNewsBoxText
{
	position: relative;
	margin: 17px 0px 0px;
	width: 800px;
	float: left;
	color: #000000;
	text-decoration: none;
}

.sNewsBoxText A
{
	text-decoration: none;
}

.sNewsBox h3
{
	margin-bottom: 5px;
}

.sNewsBox .readmore
{
	margin-top: 5px;
}
