/*The core style sheet for IT-Expert on Call services - page left aligned.*/

body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #F1F1E2;
}
#bannercontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DCDCDC;
	height: 125px;
	position: relative;
	background-color: #FFF;
}
#bannercontainer img {
	position: absolute;
	left: 10px;
	top: 10px;
}
#bannercontainer p.itexpert {
	font-size: 2.2em;
	position: absolute;
	left: 135px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	width: 310px;
}
#bannercontainer p.xmoto {
	margin: 0;
	padding: 0;
	background-color: #EAFBFA;
	border: 1px solid #DCDCDC;
	font-family: "Trebuchet MS", "Arial Narrow", "MS Sans Serif", Tahoma, Verdana;
	font-size: 0.85em;
	text-align: center;
	width: 300px;
	position: absolute;
	left: 139px;
	top: 55px;
}
#bannercontainer p.xmoto1 {
	color: #483D8B;
	font-weight: bolder;
}
#bannercontainer .uline {
	text-decoration: underline;
}
#bannercontainer p.servicerequest {
	font-size: 12px;
	margin: 0;
	padding: 0%;
	width: 200px;
	position: absolute;
	left: 190px;
	top: 102px;
}
#bannercontainer #itemsofinterest {
	margin:0;
	padding:0;
	width: 235px;
	position: absolute;
	left: 550px;
	top: 5px;
}
#bannercontainer #itemsofinterest ul {
	margin: 0;
	padding: 0;
}
#bannercontainer #itemsofinterest li {
	list-style: none;
	margin: 1px;
	padding: 1px;
}
#bannercontainer #itemsofinterest .items {
	color: #000000;
	font-size: 10px;
	margin-top: 1%;
	padding: 2px;
	text-align: center;
	width: 224px;
}
#bannercontainer #itemsofinterest .items a:link {
	background-color: #FDF5E6;
	color: #000000;
	text-decoration: none;
	width: 224px;
}
#bannercontainer #itemsofinterest .items a:visited {
	background-color: #FDF5E6;
	color: #000000;
	text-decoration: none;
	width: 224px;
}
#bannercontainer #itemsofinterest .items a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}
#bannercontainer #itemsofinterest .items a:active {
	background-color: #FDF5E6;
	color: #000000;
	text-decoration: none;
}
#bannercontainer #itemsofinterest .items li a {
	border: 1px solid #DCDCDC;
	display: block;
}
#bannercontainer #itemsofinterest .itemsbanner {
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 225px;
}
#bannercontainer #itemsofinterest .itemsbanner li a {
	border: 1px solid #DCDCDC;
	margin: 0 0 1px 0;
}
#bannercontainer #tipsandtweaks {
	width: 165px;
	position: absolute;
	left: 825px;
	top: 5px;
}
#bannercontainer #tipsandtweaks ul {
	margin: 0;
	padding: 0;
}
#bannercontainer #tipsandtweaks ul li {
	list-style: none;
	margin: 1px;
	padding: 1px;
}
#bannercontainer #tipsandtweaks .tips {
	color: #000000;
	font-size: 10px;
	list-style: none;
	margin-top: 1%;
	padding: 2px;
	text-align: center;
	width: 154px;
}
#bannercontainer #tipsandtweaks .tips a:link {
	background-color: #ECF6D9;
	color: #000000;
	text-decoration: none;
	width: 154px;
}
#bannercontainer #tipsandtweaks .tips a:visited {
	background-color: #ECF6D9;
	color: #000000;
	text-decoration: none;
	width: 154px;
}
#bannercontainer #tipsandtweaks .tips a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}
#bannercontainer #tipsandtweaks .tips a:active {
	background-color: #ECF6D9;
	color: #000000;
	text-decoration: none;
}
#bannercontainer #tipsandtweaks .tips li a {
	border: 1px solid #DCDCDC;
	display: block;
}
#bannercontainer #tipsandtweaks .tipsbanner {
	background-color: #00BFFF;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 155px;
}
#bannercontainer #tipsandtweaks .tipsbanner li {
	border: 1px solid #DCDCDC;
	margin: 0 0 1px 0;
}
#topnavcontainer {
	width: 1024px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
margin-bottom 0%;
	text-align: center;
	background: url("../images/bg.gif") #DAE0D2 repeat-x bottom; /*bg.gif*/
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	font-size: 93%;
}
#topnavcontainer #navbuttonselected {
	background-image: url("../images/left_on.gif"); /*left_on.gif*/
}
#topnavcontainer #navbuttonselected a {
	background-image: url("../images/right_on.gif"); /*right_on.gif*/
	color: #333333;
	padding-bottom: 5px;
}
#topnavcontainer a {
	background: url("../images/right.gif") no-repeat right top; /*right.gif*/
	color: #776655;
	display: block;
	font-weight: bold;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
}
#topnavcontainer a:hover {
	color: #333333;
}
#topnavcontainer li {
	background: url("../images/left.gif") no-repeat left top; /*left.gif*/
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 9px;
}
#topnavcontainer ul {
	list-style: none;
	margin: 0;
	padding: 9px 10px;
}
.storefrontoffice {
	font-size: 12px;
	margin-left: 5%;
	padding: 0%;
}
table.whystrugglewith {
	margin-left: 5%;
	width: 900px;
	border: 1px solid #BDBDBD;
	border-collapse: collapse;
}
#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	padding-top: 0%;
	text-align: left;
	border-top: 1px solid white;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	position: relative;
	clear: both;
	background-color: #FFF;
}
#main p {
	font-size: 0.9em;
	padding: 10px;
	margin: 0px;
}
#main p.pageheading {
	width: 350px;
	color: #00008B;
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;
	text-align: left;
}
#main .itisim {
	background-color: #F5F5F5;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	font-size: 70%;
	margin: 0px 10% 0;
	padding: 0px 10px 5px 5px;
}
#main .itisimexp {
	background-color: #F5F5F5;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	font-size: 75%;
	margin: 0 10%;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#main .uline {
	text-decoration: underline;
}
#main ul li {
	font-size: 80%;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	width: auto;
}
#main ol {
	margin: .5% 0 .25% 5%;
}
#main ol li {
	font-size: 80%;
	margin-right: 2em;
	padding: 0 0 1% 0;
}
#main #menu {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#main #menu ul {
	background-color: #ffffe0;
	color: #ffffe0;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 175px;
}
#main #menu li {
	margin: 1px;
	padding: 3px;
	border:  1px solid #DCDCDC;
}
#main #menu li a {
	display: block;
}
#main #menulink a {
	background-color: #FFFFD7;
	border: 1px solid #DCDCDC;
	color: #0000FF;
	font-size: 90%;
	text-align: left;
	text-decoration: none;
}
#main #menulink a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 90%;
	text-decoration: none;
}
#main #myhighlight a {
	background-color: #800000;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
#main .didyouknow{
	margin: 0 25px 0 25px;
	font-size: 0.8em;
}
#main #decide {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main p.decideAlign {
	font-size: 0.7em;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}
#main p.pspace {
	font-size: 80%;
	margin: 0 0 0 1em;
	padding: 0;
}
#main p.trojanbanking {
	background-color: #FFEEF1;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	width: 175px;
	margin: 0px 10px 5px 0px;
	float: right;
}
#main p.whatsaweblog {
	background-color: #FCF3ED;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	margin: 0 20% 0 10%;
	padding: .5%;
}
#main p.weblogone {
	background-color: #FCF3ED;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin: 0 20% 0 10%;
	padding: 0 5em 5px 3em;
}
#main p.weblogtwo {
	background-color: #FCF3ED;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin: 0 20% 0 10%;
	padding: 0 5em 0 3em;
}
#main p.webloghistory {
	background-color: #FCF3ED;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin: 0 20% 0 10%;
	padding: 0 0 5px 27%;
}
#main p.flyer {
	background-color: #F0FFFF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin: 0 2% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
#main p.sla {
	background-color: #F8F8FF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 2px;
	text-align: center;
	width: 150px;
}
#main img.oneandone {
	float: right;
}
#main img.videocr {
	float: right;
}
#main img.videocl {
	float: left;
}
.keysteps {
	font-size: 12px;
}
a img {
	text-decoration: none;
	border-style: none;
}
a.install {
	padding-left: 5px;
}
a.install:hover {
	background-color: #FEFF77;
	text-decoration: none;
}
a.ips:hover {
	background-color: #FEFF77;
	text-decoration: none;
}
a:hover {
	background-color: #FEFF77;
	text-decoration: none;
}
blockquote {
	background-color: #FFFFE8;
	border-bottom: 2px solid #555555;
	border-left: 1px solid #DDDDDD;
	border-right: 2px solid #555555;
	border-top: 1px solid #DDDDDD;
	color: #000080;
	font-size: 80%;
	margin: 0 25% .5em 10%;
	padding: .65em;
	text-align: left;
}
blockquote hr {
	height: 1px;
	margin: 0 0 0 0;
	padding: 3px;
	text-align: left;
}
blockquote p {
	margin-bottom: .25%;
	margin-top: .25%;
}
blockquote ul {
	margin-bottom: .55%;
	margin-top: 0%;
}
blockquote ul li {
	margin: 0;
}
.twobrightsparks {
	background-color: #FFEFDF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	padding: 3px;
	width: 150px;
}
.abc {
	color: #0080FF;
	font-weight: bold;
}
.AboutEthernetbackhaulsegment {
	PADDING: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: center;
}
.AboutFirewallsColor {
	color: #D10000;
	font-weight: bolder;
}
.AboutFlyer {
	background-color: #F0FFFF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin: 0 2% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
td.AboutGetDataBack {
	PADDING: 2px 0px 2px 10px;
	FONT-SIZE: 12px;
	text-align: center;
	border: 1px solid #BDBDBD;
}
.AboutIOGEAR {
	text-align: center;
	PADDING: 2px 0px 2px 10px;
	FONT-SIZE: 12px;
}
td.AboutOneCare {
	text-align: center;
	PADDING: 2px 0px 2px 10px;
	FONT-SIZE: 11px;
}
.AboutLetUsBe {
	text-align: center;
}
.AboutLetUsBeTable {
	width: 99%;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.AboutLocation {
	text-align: center;
}
.AboutNetNanny {
	text-align: center;
	PADDING: 2px 0px 2px 10px;
	FONT-SIZE: 12px;
	background-color: #FFDBF0;
}
.AboutPromo {
	margin-top: 8px;
}
.AboutSlingbox {
	float: right;
	font-size: 12px;
	background-color: #FFF9FC;
	border: 1px solid #DCDCDC;
	margin: 0 1% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.AboutSupportdetails {
	BORDER-LEFT: none;
	border-right: none;
	text-align: center;
}
.AboutSupportUntangle {
	BORDER-LEFT: none;
	text-align: center;
	FONT-SIZE: 12px;
}
.AboutWhy {
	BORDER-right: none;
	PADDING: 5px 5px 5px 5px;
	FONT-SIZE: 13px;
}
.AboutWhyColor {
	FONT-WEIGHT: bolder;
	COLOR: D10000;
}
td.AboutWhyLineItems {
	PADDING: 2px 0px 2px 10px;
	FONT-SIZE: 12px;
	border: 1px solid #BDBDBD;
}
.AboutWhyLineItemsVoIP {
	PADDING: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: center;
}
.AboutWhyLineItemWordColor {
	FONT-WEIGHT: bolder;
	COLOR: #D10000;
}
.AboutWirelessAlert {
	float: right;
	font-size: 12px;
	background-color: #FFF0F0;
	border: 1px solid #DCDCDC;
	margin: 0 1% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.and {
	color: #8A2BE2;
	font-variant: small-caps;
	font-weight: bold;
}
.arbitrary a {
	color: #008000;
	font-weight: bold;
}
.candc {
	color: #2E8B57;
	font-weight: bold;
}
.cmsforwho {
	margin-left: 15%;
}
.cmsnext {
	font-size: .75em;
	margin-left: 3em;
	margin-top: 0%;
	padding-top: 0%;
}
.cmsprev {
	font-size: .75em;
	margin-top: 0%;
	padding-left: 1em;
	padding-top: 0%;
}
.DRgetDataBack {
	background-color: #F0FFFF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin: 0 2% 0 0;
	padding: 2px;
	text-align: center;
	width: 239px;
}
.green {
	color: #008000;
	font-weight: bold;
}
.hdfail {
	background-color: #F0F4F9;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.important {
	color: #0080FF;
	font-variant: small-caps;
	font-weight: bold;
}
.inaddition {
	font-size: 14px;
	text-align: center;
}
.inaddition a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}
.insidiousscam {
	float: right;
	font-size: small;
	margin-right: 2%;
}
/*Internet Security package*/
.is1 {
	background-color: #F8F8FF;
	border-bottom: 2px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	font-size: 80%;
	margin: 0 15% 0 3%;
	padding: 5px 0 8px 5px;
}
.is2 {
	background-color: #F8F8FF;
	border-bottom: 2px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	font-size: 75%;
	margin: 0 15% 0 3%;
	padding: 5px;
}
.is3 {
	background-color: #F8F8FF;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	font-size: 75%;
	margin: 0 15% 0 3%;
	padding: 5px;
}
.IS4 {
	font-size: 9px;
	margin: 0 15% 0 3%;
	padding: 5px 0 5px 5%;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	background-color: #F8F8FF;
}
.itdept {
	color: #004F01;
	font-weight: bold;
}
.klog {
	font-size: 80%;
}
.klog a {
	color: #000080;
}
.km a {
	background-color: #FFFFFF;
	color: #000080;
}
.knowhow a {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
.mailtext {
	border: 1px solid #DCDCDC;
	background-color: transparent;
}
.mailtext a {
	color: #0000FF;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.mailtext a:hover {
	color: #FF0000;
}
.mcplogo1 {
	margin: 0 0 0 35%;
}
.mcplogo2 {
	padding: 0 0 0 7%;
}
.payaccount {
	float: right;
	font-size: 85%;
	margin-right: 5%;
}
.paypaltrhd {
	margin-left: 25%;
}
.phone {
	font-size: 1em;
}
.pren {
	background-color: #FFEFD7;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	padding: 3px;
	text-align: center;
	width: 12%;
}
.privsec {
	background-color: #F7FFEC;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	padding: 3px;
	text-align: center;
	width: 150px;
}
.roboform {
	background-color: #FFF5EE;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 11px;
	margin: 5px 1% 5px 0;
	padding: 1px;
	text-align: center;
	width: 192px;
}
.satisfaction {
	color: #008000;
	font-size: 67%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.scam {
	color: #FF0000;
	font-weight: bolder;
}
.Solid_Network_Foundation {
	background-color: #F5FFFA;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 3px;
	width: 150px;
	text-align: center;
}
.SupportDetails {
	background-color: #FFFAFA;
	font-size: 12px;
	border: 1px solid #DCDCDC;
	width: 166px;
}
/* mouse over link */
.syncbackse {
	font-weight: bold;
}
.themagic {
	color: #008000;
	font-weight: bold;
}
.TOS {
	margin: 5px 0 0 400px;
	padding: 0;
	background-color: #FFEFD5;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	width: 165px;
}
.tripfeecos {
	font-size: 80%;
	margin: 0 0 0 5%;
}
.tripfeelink a {
	font-size: 8pt;
}
.tripfeen {
	font-size: 8.5pt;
}
.valueprop {
	color: #850063;
	font-weight: bolder;
}
.voip {
	color: #005501;
	font-weight: bolder;
}
.WAPeace_of_Mind {
	float: right;
	font-size: 12px;
	background-color: #FFF9FC;
	border: 1px solid #DCDCDC;
	margin: 0 1% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.wardriving a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}
.who {
	font-variant: small-caps;
}
.whyPromoRow {
	background: #FFF5F7;
}
.whyPromoRowLeft {
	BORDER-RIGHT: none;
	PADDING: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: center;
}
.whyPromoRowRight {
	BORDER-LEFT: none;
	PADDING: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: center;
}
.whystrugle {
	margin: 1% 25% 0 2%;
}
.wirelessalert {
	float: right;
	background-color: #FFF0F0;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	margin: 0 1% 0 0;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.wirelesstip {
	padding-left: 1.75em;
}
.wwnet {
	color: #0080FF;
	font-weight: bold;
}
.yearse {
	background-color: #FBFBFB;
	color: #0080FF;
	font-weight: bold;
}
.youritexp {
	margin: .5em 0 1em 0;
	text-align: center;
}
.zywall {
	background-color: #F8F8FF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2%;
	padding: 2px;
	text-align: center;
	width: 150px;
}
.zywallblue {
	background-color: white;
	color: #002185;
	font-weight: bolder;
	font-size: 17px;
}
.zywallFW {
	color: #002185;
	font-size: larger;
	font-weight: bolder;
}
.ZyXELauthorized {
	background-color: #F8F8FF;
	border: 1px solid #DCDCDC;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2%;
	padding: 2px;
	text-align: center;
	width: 150px;
}
#paypalbq {
	margin: 0 0 5px 0;
	padding: 2px;
}
#paypaltrhd {
	margin-left: 25%;
}
#ttpaypal {
	margin-left: 1.5em;
}
.DrayTekRED {
	background-color: white;
	color: red;
	font-size: 17px;
	font-weight: bolder;
}
.DaryTekauthorized {
	background-color: #F8F8FF;
	border: 1px solid #DCDCDC;
	float: right;
	font-weight: bold;
	margin-right: 2%;
	padding: 2px;
	text-align: center;
	width: 150px;
}
#untangle {
	margin: 0 0 10px 0;
	padding:0;
	border: none;
}
#untangle .untangleIMG {
	margin-left:40px;
	padding:0;
	border: 1px solid #DCDCDC;
}
#untangle a:link {
	background-color: white;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#untangle a:visited {
	background-color: white;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#untangle a:hover {
	background-color: white;
	text-decoration: none;
	border: 1px solid #DCDCDC;
}
#untangle a:active {
	background-color: white;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#footer {
	height: 75px;
	position: relative;
	background: #DAE0D2 url(../media/bg.gif) repeat-x bottom;
	width: 1024px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer .satisfaction {
	width: 325px;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #008040;
	font-size: 11px;
}
#footer .privacytext {
	position: absolute;
	width: 375px;
	margin: 0;
	left: 380px;
	top: 5px;
	font-size: 11px;
}
#footer .siteview {
	position: absolute;
	width: 375px;
	margin: 0;
	left: 380px;
	top: 50px;
	font-size: 11px;
	text-align:center
}
#footer #swat {
	font-size: 12px;
	position: absolute;
	width: 150px;
	left: 865px;
	top: 10px;
	color: #F00;
}
#footer #swat img {
	padding-right: 5px;
	background: repeat-x bottom;
	float: left;
}
#footer #swat p.swatTeam {
	float: left;
	margin: 0px;
	padding: 0px;
}
