/*

Css Styles for TechScaler.com
written by Randdom Ink design


/************************************************************ Main */

html, body {
	height: 100%;
	margin: 0 auto;
	background-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #cccccc;
}

#wrapper {
	min-height: 100%;
	margin: 0 auto;
	width: 880px;
	background-color: #000000;
}


/************************************************************ Text */

p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin: 0px;
	padding: 5px 0px 15px 0px;
}

.right {
	text-align: right;
}


/*---------------------------*/

h1 {
	float: left;
	margin: 0;
	text-indent: -999px;
}

#logo {
	width: 269px;
	height: 106px;
	display: block;
	position: absolute;
	padding: 0;
	margin: 0px 0px 0px 25px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin: 0px;
}

h3 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 24px;
	margin: 15px 0px 15px 0px;
	float: right;
	clear: right;
	text-align: right;
}

#sectionBoxTopRight h3 {
	display: block;
	width: 300px;
	text-align: right;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0px 0px 0px;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	color: #afdb3a;
}

.enterpriseTopRight h6 {
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	font-weight: lighter;
	margin: 15px 0px 10px 0px;
	color: #afdb3a;
}

.rightInside h6 {
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	font-weight: lighter;
	margin: 10px 0px 0px 0px;
	color: #afdb3a;
}

/************************************************************ Links */

a {
	color: #cccccc;
}

a:link, a:visited { 
	text-decoration: none; 
}
 
a:hover, a:active, #secondaryNav a:hover, #primaryNav a:hover, #footer a:hover, .green h6 a:hover, #rssFeeds a:hover, #podcasts a:hover {
	color: #cea23a;
}

a:active, a:focus {
	outline: 0
}

a img, #partnerLogos img{
	border: none;
}

.icon {
	margin: 0px;
	float: left;
}

.underline {
	text-decoration: underline;
}

.smallButton {
	font-size: 11px;
}

.greenlink, span.green { 
	color: #afdb3a;
}

 a .greenlink:hover, a .greenlink:active { 
	color: #cea23a;
}

/************************************************************ Lists */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.listBox {
	width: 400px;
	margin: 0px 0px 50px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	clear: left;
}

.listBoxSmall {
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	clear: left;
}

.listLogo {
	margin: 0;
	padding: 0px 20px 10px 0px;
	float: left;
}

.rightInside ul {
	list-style-type:disc;
	padding: 0px 0px 10px 15px;
}	

.rightInside li {
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}

.enterpriseTopRight ul {
	list-style-type: disc;
	padding: 0px 0px 0px 15px;
}

.enterpriseTopRight li {
	color:#999999;
	font-size: 12px;
	line-height: 18px
}

.linkList {
	list-style-type: disc;
	padding: 0px 0px 40px 15px;
	width: 375px;
/*	color: #afdb3a;*/
}

.linkList li, .linkList li a {
	padding: 0px 0px 8px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #4483b4;
}

.linkList li a:hover {
	color: #cea23a;
}

/************************************************** Header */

#header {
	margin: 0 auto;
	height: 107px;
	width: 880px;
}

#headerMid {
	background-color: #000000;
	background-image: url(images/header_mid.jpg);
	background-repeat: repeat-x;
	height: 107px;
	width: 854px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerLeft {
	background-color: #000000;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 107px;
	width: 13px;
}

#headerRight {
	background-color: #000000;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 107px;
	width: 13px;
}


.clear {
	clear: both;
}

/*---------------------------* Primary Navigation */

#primaryNav {
	float: right;
	clear: right;
	padding: 38px 37px 0px 0px;
}

#primaryNav li {
	float: left;
}

#primaryNav a {
	width: 100px;
	height: 30px;
	margin: 0px 0px 0px 8px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #cccccc;
	background-image: url(images/nav-button.jpg);
}


#primaryNav a:active, #currentPagePrimary {
	background-position: 0 -30px;
}


/*---------------------------* Secondary Navigation */

#secondaryNav {
	background-image: url(images/secondary-nav-bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 222px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px 37px 0px 0px;
}

#secondaryNav li {
	font-size: 13px;
	float: left;
	line-height: 22px;
	width: auto;
}

#secondaryNav a {
	margin-left: 20px;
	text-decoration: none;
	text-align: center;
	color: #999999;
}

#secondaryNav a:active {
	background-position: 0 -30px;
}



/************************************************** Flash Banner */

#flashcontent {
	margin: 50px auto 0px auto;
	width: 880px;
	background-color: #000000;
}


/************************************************** Section Box */

.sectionBox {
	width: 780px;
	background-image: url(images/boxTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 50px auto 0px auto;
	padding: 50px 50px 0px 50px;
	clear: both;
	float: left;
} 

#sectionBoxTopRight {
	float: right;
	width: 315px;
	clear: right;
}

.sectionBoxImg {
	display: block;
	width: auto;
	padding: 0px 30px 40px 0px;
}


.intoPara {
	float: right;
	clear: right;
	width: 315px;
	margin: 0px 0px 45px 0px;
}
.orange   h3, .orange   h4  {
	color: #cea23a;
}

.blue h3, .blue h4, .blue h5 {
	color: #4483b4;
}

.green, .green h3, .green h4, .green h5, #rssFeeds h5, .listBox h5, .listBoxSmall h5, #podcasts h7, #sophosInfo h6  {
	color: #afdb3a;
}


/************************************************** Product Box */

.productBox {
	width: 200px;
	float: left;
	padding: 0px 25px 0px 0px;
}

.productBoxThin {
	width: 170px;
	float: left;
	padding: 0px 25px 0px 0px;
}

.productBoxWide {
	width: 475px;
	float: left;
	padding: 0px 0px 0px 0px;
	clear: left;
}

.productBoxImg {
	padding: 0px 0px 0px 20px;
}

.productBoxHosting {
	width: 180px;
	float: left;
	padding: 0px 15px 0px 0px;
	clear: right;
	margin-top: 0px;
}


/************************************************** Sophos */


/*---------------------------* Sophos Extras */

#sophosExtras {
	background-image: url(images/sophos-extras-bg.jpg);
	background-repeat: no-repeat;
	margin: 30px 0px 0px 0px;
	float: right;
	height: 183px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	clear: right;
}


#sophosExtras h5 {
	color: #cea23a;
	text-align: center;
	margin: 10px 0px 10px 0px;
	display: block;
	width: 190px;
}

#sophosExtras ul a {
	display: block;
	width: 190px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	background: #000 url(images/sophos-extras-bullet.jpg) no-repeat;
	text-indent: 50px;
}

#sophosExtras ul a:hover {
	background-position: 0 -25px;
}

#sophosExtras li a:hover {
	color: #cea23a;
}


/*---------------------------* Sophos Suppport */

#sophosSupport {
	margin: 25px 0px 25px 0px;
	text-align: left;
	width: 350px;
	padding: 15px 15px 5px 15px;
	float: left;
	clear:left;
	border: solid 1px #444444;
}

#sophosBg {
	background-image: url(images/sophosBg.jpg);
	background-repeat: no-repeat;
	height: 285px;
	width: 700px;
	margin: 0px 0px 0px -20px;
}

#sophosPartner {
	display: block;
	left: 0px;
}


/*---------------------------* Sophos Reviews */

.reviewDate {
	font-size: 11px;
	color: #afdb3a;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
}


/*---------------------------* Tables */

.table {
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 10px 0px 0px 0px;
	line-height: 18px;
}

.tableCentered {
	text-align: center;
	font-size: 16px;
}

.tableHeading {
	font-size: 14px;
	color: #afdb3a;
	text-align: center;
}

.tableBg1 {
	background-color: #111111;
}

.tableBg2 {
	background-color: #222222;
}

.tableDescription {
	padding: 10px 0px 10px 10px;
	text-align: left;
}

.tableCenteredYes {
	font-size: 16px;
	color: #417DAC;
	text-align: center;
}

.tableCenteredNo {
	font-size: 16px;
	color: #afdb3a;
	text-align: center;
}

#tables {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 40px 0px 0px 0px;
}


/*---------------------------* Sophos Info */


#HostingInfo {
	float: left;
	width: 450px;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}



#sophosInfo {
	float: left;
	width: 450px;
	margin: 30px 0px 0px 0px;
}

.sophosInfoThin {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
}

.sophosInfoHalf {
	float: left;
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 10px 0px;
}

.sophosInfoHalfLeft {
	float: left;
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 10px 0px;
	clear: left;
}

.sophosInfoHalfRight {
	float: left;
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 10px 0px;
	clear: right;
}

.sophosInfoHalf img, .sophosInfoHalfLeft img {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 10px 0px 0px 0px;
}


.sophosInfoWide {
	height: auto;
	width: 780px;
	float: left;
	margin: 0px 0px 30px 0px;
}


#sophosInfo h5, #rssFeeds h5, .listBox h5, .listBoxSmall h5, #podcasts h7 {
	font-size: 14px;
	padding: 0px 0px 7px 0px;
	line-height: 22px;
	display: inline;
}

#sophosInfo h6, .sophosInfoThin h6, .sophosInfoHalf h6, .sophosInfoHalfLeft h6, .sophosInfoHalfRight h6 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	font-size: 13px;
}

.listBox h5, .listBoxSmall h5 {
	color: #afdb3a;
	line-height: 24px;
}

#tables h5 {
	color: #417DAC;
	font-size: 16px;
	width: 735px;
	display: block;
}


/*---------------------------* Sophos RSS Feeds */


#rssFeeds ul {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	list-style-type: none;
}

#rssFeeds li {
	background-image: url(images/feed-icon-20x20.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 10px 40px;
}

#rssFeeds a {
	font-size: 16px;
	color: #4483B4;
	display: block;
	width: 250px;
}

.newsLink, .newsLinkAlt {
	font-size: 14px;
	line-height: 20px;
	color: #4483B4;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/arrow.jpg);	
	background-repeat: no-repeat;
}


/************************************************** Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 300px 0px 30px 0px;
	float: left;
	clear: both;
}

#footer p, #footer a {
	color: #999999;
	font-size: 11px;
	text-align: center;
}

.arrow a:link {
	background-image: url(images/arrow_active.jpg);
	background-repeat: no-repeat;
	height: 15px;
	display: block;
	padding: 0px 0px 0px 20px;
	width: 100px;
	background-color: #FFCC00;
}

.arrow a:active {
	background-position: 0 -15px;
}

#iframeBuy {
	height: 1000px;
	width: 767px;
}

#buySophos {
	width: 820px;
	height: 1150px;
}

.externalHtml {
	width: 820px;
	clear: both;
	padding: 0px;
	border: 5px solid #666666;
	margin: 0 auto;
}


td .e5 {
	width: 600px;
}

.imgTopLeft {
	margin-top: -50px;
	margin-left: -50px;
}

.leftBox {
	width: 400px;
	float: left;
	margin: 50px 0px 0px 0px;
	clear: none;
}

.form {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

#solutionsFrame {
	height: 1500px;
	width: 820px;
}

#supportFrame {
	height: 1110px;
	width: 820px;
}

.rightBox {
	height: 270px;
	width: 280px;
	margin: 60px 0px 0px 0px;
	padding: 20px 20px 0px 0px;
	border: 1px solid #999999;
	float: right;
}

.rightBox h5 {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 18px;
}

#contactBox {
	float: right;
}

#pattern {
	width: 1200px;
	margin: 0 auto;
	background-image: url(images/pattern_wide.jpg);
	background-repeat: repeat-y;
}

#boxBg {
	background-image: url(images/sophosBg.jpg);
	height: 275px;
	width: 700px;
	z-index: 0;
	position: absolute;
	display: block;
}

#sophosEntSb {
	position: absolute;
	z-index: 2;
	padding-top: 100px;
}

.aboveRight {
	position: absolute;
	width: 300px;
	right: 0px;
}

#frontContainer {
	background-image: url(images/sophosBg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 700px;
}

#hostingContainer {
	background-image: url(images/serverBg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 800px;
	float: left;
	clear: both;
}

#hostingPageContainer {
	background-image: url(images/serverBg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 2800px;
	float: left;
	clear: both;
}

.hosting {
	margin: 0px 0px 0px 0px;
}

.left {
	float: left;
	width: 200px;
}

.enterpriseTopRight {
	width: 190px;
	float: right;
}


.HostingrightInside {
	float: right;
	width: 300px;
	clear: right;
	padding: 0px 0px 0px 0px;
	margin: -30px 0px 60px 0px;
}

.HostingrightInside h6 {
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	font-weight: lighter;
	margin: 10px 0px 0px 0px;
	color: #afdb3a;
}

.HostingrightInside ul {
	list-style-type:disc;
	padding: 0px 0px 10px 15px;
}	

.HostingrightInside li {
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}


.rightInside {
	float: right;
	width: 275px;
	clear: none;
	padding: 30px 0px 0px 0px;
}

.rightInside h6 {
}

.imgFloatRight {
	float: left;
	padding: 0px 10px 0px 0px;
}

.narrowDescription {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	display: block;
}

.paddingTop {
}

.buttonColumn {
	width: auto;
	float: left;
	padding: 0px 30px 30px 0px;
}

.breadCrumb {
	font-size: 11px;
	color: #999999;
	padding: 0px 5px 0px 0px;
}

#breadCrumbBox {
	width: auto;
	padding: 0px;
}

#logoNav {
	width: auto;
}

.float {
	float: left;
}

.floatLeft {
	float: left;
}

.grey {
	color: #888888;
}

.TsList {
	width: 400px;
}

.TsList ul {
	padding: 50px 0px 0px 20px;
	list-style-type: disc;
}

.TsList li {
	font-size: 14px;
	line-height: 24px;
}



#partnerLogos {
	float: left;
	margin: 50px 0px 30px 0px;
	width: 400px;
}

#Map area {
}

.TsList p {
	color: #afdb3a;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.spaceBelow	{
	margin: 0px 0px 25px 0px;
}

.columnLeft {
	float: left;
	width: 400px;
	clear: none;
}

.h6Right {
	float: right;
	clear: right;
	padding: 0;
	margin: -30px 0px 0px 0px;
}

.simpleList {
	list-style-type: disc;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5;
}

#contactForm {
	border-collapse: collapse;
	width: 275px;
	margin: 5px auto 30px auto;
	color: #CCCCCC;
	font-size: 12px;
}

#contactForm td {
	width: 150px;
	padding: 0px 0px 5px 0px;
}

#contactForm tr {
	width: 275px;
}

#contactForm .input {
	width: 300px;
	margin: 0px 0px 5px 0px;
}

#submitButton {
	color: #838383;
}

#sophosWebinar {
	width: 450px;
	float: left;
	clear: left;
	margin: 30px 0px 0px 0px;
}

#hostingBox {
	height: 700px;
}

#hosingImg {
	padding-top: 3px;
}

.homeLogo {
	padding-bottom: 5px;
}

.touchPoints {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 30px;
}

.productBoxHostingWide {
	width: 780px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding: 0px 40px 0px 0px;
	float: left;
	clear: both;
}

