@charset "UTF-8";
/* CSS Document */

.hostingBox { background: url(../images/tux.png) bottom right no-repeat; }
.homeFlash#thirteen { background-image: url(../images/rotate/rotateImage13.png); }
.homeFlash#sixteen { background-image: url(../images/rotate/rotateImage16.png); }

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* LAYOUT */
#header, #main, #footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

/* HEADER */
#header {
	height: 131px;
	background-position: top left;
}

#header, #header a {
	background-image: url(../images/headerBG.png);
	background-repeat: no-repeat;
}

#header a.last { margin-right: 0px; }
#header a { border-bottom: 0; }

#header a {
	display: block;
	float: right;

	width: 120px;
	height: 25px;

	margin: 106px 5px 0 0;
}

#header a#h_home { background-position: 0 -131px; }
#header a#h_aboutus { background-position: -120px -131px; }
#header a#h_contactus { background-position: -240px -131px; }
#header a#h_sitemap { background-position: -360px -131px; }
#header a#h_tutorials { background-position: -480px -131px; }

#header a#h_home:hover, #header a#h_home.active { background-position: 0 bottom; }
#header a#h_aboutus:hover, #header a#h_aboutus.active { background-position: -120px bottom; }
#header a#h_contactus:hover, #header a#h_contactus.active { background-position: -240px bottom; }
#header a#h_sitemap:hover, #header a#h_sitemap.active { background-position: -360px bottom; }
#header a#h_tutorials:hover, #header a#h_tutorials.active { background-position: -480px bottom; }

#header a#goeco {
	float: right;
	display: block;

	width: 100px;
	height: 50px;

	margin: 20px 20px 0 0;
	border: 0;
	background: none;
}

/* CONTENT */
#content {
	width: 740px;
	float: right;
	margin-top: 10px;
}

/* NEW BLOG PAGE */
#content.blogPage {
	float: left;
	width: 860px;
}

#content.blogPage div.homeContent {
	width: 860px;
	padding: 10px 0;
	margin-left: 0;
}

#content.blogPage div.homeContent p {
	width: auto;
}

/* HOME PAGE - "FLASH" */
#homeFlashBorder {
	margin-bottom: 10px;
	margin-left: 0;
	padding: 5px;
	border: 1px solid #555;
}

.homeFlash {
	display: block;
	width: 727px;
	height: 165px;
	border: 0;

	background-position: top left;
	background-repeat: no-repeat;
}

.homeFlash:hover {
	border: 0;
	background-position: bottom left;
}

.homeFlash#one { background-image: url(../images/rotate/rotateImage1.png); }
.homeFlash#two { background-image: url(../images/rotate/rotateImage2.png); }
.homeFlash#three { background-image: url(../images/rotate/rotateImage3.png); }
.homeFlash#four { background-image: url(../images/rotate/rotateImage4.png); }
.homeFlash#eight { background-image: url(../images/rotate/rotateImage8.png); }

/* HOME PAGE - INTRO PARAGRAPH AND 3RD COLUMN BOXES*/
.homeBox.first { margin-top: 18px; }

.homeBox img, .homeBox p, .testimonialBox, .testimonialBox p {
	display: block;
	float: left;
}

.homeBox, .testimonialBox { margin: 2px 0 0 0; }

.homeBox, .mainColumn, .testimonialBox {
	float: left;
	clear: left;
}

.homeBox, .mainColumn {
	width: 480px;
}

.mainColumn.wide { width: 740px; }
.mainColumn.scroll, .scroll {
	overflow: auto;
	height: 440px;
}

.homeBox p, .testimonialBox .quotee {
	margin-left: 10px;
	width: 400px;
}

.testimonialBox.two { width: 740px; }
ul.featureBoxes.two li p { height: 90px; }

.rightColumn {
	float: right;
	overflow: hidden;
	width: 250px;
	margin-bottom: 10px;
	border: 1px solid #555;
}

.rightColumn h2, .rightColumn p {
	display: block;
	float: left;
	clear: left;
}

.rightColumn h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
}

.rightColumn p {
	margin: 5px 0 0 0;
	padding-left: 10px;
	width: 225px;
}

.sidebar ul.menu li a, a.arrow {
	height: 15px;
	padding-right: 12px;
	background: url(../images/icons.png) right -435px no-repeat;
}

.sidebar ul.menu li a:hover, a.arrow:hover { background-position: right -450px; }

.sidebar ul.menu#mainMenu li a { float: left; }

.rightColumn a.noBox {
	display: block;
	float: left;
	margin: 7px 0;
	border: 0;
}

.rightColumn a.noBox img { width: 245px; }
.rightColumn a.noBox img, .rightColumn a.noBox:hover img, .rightColumn a.noBox, .rightColumn a.noBox:hover { border: 0; }

/* PORTFOLIO */
.thumbnail {
	display: block;
	width: 55px;
	height: 55px;
	background: url(../images/portfolio/thumbnails.png) top left no-repeat;
}

.icon, ul#softwareBoxes li { background: url(../images/icons.png) top left no-repeat; }
.icon#homeIcon1 { background-position: 0 0; }
.icon#homeIcon2 { background-position: 0 -55px; }
.icon#homeIcon3 { background-position: 0 -110px; }

ul#portfolio {
	list-style-type: none;
	margin: 0;
}

ul#portfolio li {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

ul#portfolio li h2, ul#portfolio li p, ul#portfolio li a {
	float: left;
}

ul#portfolio li h2 {
	width: 80%;
	margin-left: 10px;
	text-transform: none;
	color: #555;
}

ul#portfolio li a.moreInfo { margin: 10px 0 0 10px; }
ul#portfolio li a.imgA { border: 0; }
ul#portfolio li p {
	clear: left;
	width: 450px;
	margin: 10px 0 0 0;
	color: #000;
	font-size: 11px;
}

ul#portfolio li img {
	float: right;
	width: 200px;
}

ul#portfolio li .image55 {
	float: left;
	width: 55px;
}

ul#portfolio li a.portfolioURL {

	margin: 10px 0 0 0px;
}

/* MAIN COLUMN */
.mainColumn p, .mainColumn ul, .rightColumn ul { clear: left; }
.mainColumn p { text-align: justify; }

.mainColumn ul, .rightColumn ul {
	list-style-type: square;
	color: #0143f3;
	margin: 0 0 15px 25px;
}

.mainColumn ul#sitemap { padding-top: 20px; }

.mainColumn ul li, .rightColumn ul li { margin: 15px 0; }
.mainColumn ul li .text, .rightColumn ul li .text { color: #000; }

.mainColumn ul.half li, .mainColumn ul.hostingFeatures li {
	background: url(../images/bullet.png) top left no-repeat;
	text-indent: 10px;
}

.mainColumn ul.half {
	list-style-type: none;
	float: left;
	clear: none;
	width: 43%;
}

ul.hostingFeatures {
	list-style-type: none;
	float: left;
	clear: none;
	width: 37%;
	margin: 10px 0 10px 20px;
}

ul.hostingFeatures li { margin: 5px 0; }
ul.hostingFeatures.bigger { margin-top: 0px; }
ul.hostingFeatures.bigger li { margin: 15px 0; }

.mainColumn ul.half li .text { font-weight: bold; }

/* VPS MENU */
#vpsmenu {
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #7cacac;

	background: url(../images/menuBG.png) top left repeat-x;
}

#vpsmenu ul {
	display: inline;
	margin: 0;
	list-style-type: none;
}

#vpsmenu ul li {
	display: inline;
	margin-right: 10px;
}

/* RIGHT COLUMN */
.rightColumn { width: 248px; }
.rightColumn ul { width: 100%; }
.rightColumn h2 { width: 100%; }

.rightColumn#generic { background: url(../images/menuBG.png) top right repeat-x; }

.rightColumn p.first { margin-top: 40px; }
.rightColumn p.last { margin-bottom: 15px; }
.rightColumn p { font-size: 11px; }

.rightColumn img, .rightColumn ul {
	float: left;
	clear: both;
}

.rightColumn .w3cLogo { margin: 5px 0 5px 10px; }
.rightColumn .w3cLogo.top50 { margin-top: 55px; }

/* TELCO PAGES */
#acceptTermsBox {
	margin-top: 20px;
	text-align: center;
}

.mainColumn.terms h3 { margin-bottom: 10px; }
.mainColumn.terms p, .mainColumn.terms h2, .mainColumn.terms h3, .mainColumn.terms ul {
	width: 92%;
	margin-left: 20px;
	line-height: 21px;
}

.mainColumn.terms  ul li, .mainColumn.terms  ul li ul li {
	text-align: justify;
	margin: 0;
}

.rightColumn #telcoList li {
	padding-bottom: 10px;
	border-bottom: 1px dotted  #7cacac;
}

ul#numbersAvailable {
	display: block;
	float: right;
	width: 150px;

	list-style-type: none;
	text-align: right;

	border: 1px solid #555;
	margin: 0 0 10px 10px;
	padding: 10px 20px 10px 0;

	background: url(../images/menuBG.png) center left repeat-x;
}

ul#numbersAvailable li { margin: 5px 0; }

#telcoTop {
	float: left;
	margin-bottom: 10px;
	width: 295px;
}

#telcoTop h2, #telcoTop p {
	width: 290px;
	margin-bottom: 5px;
}

/* W3C LOGOS */
.w3cLogo {
	float: left;
	clear: left;
	width: 98px;
	border: 1px solid #555;
}

.w3cLogo .w3c, .w3cLogo .type {
	display: block;
	float: left;
	padding: 2px 4px;
	font-size: 10px;
}

.w3cLogo .w3c {
	color: #069;
	background-color: #fff;
}

.w3cLogo .type {
	width: 60px;
	background-color: #e4d78e;
}

/* HOSTING BOXES */
.hostingBox {
	float: left;
	margin-bottom: 10px;
	width: 250px;
}

.hostingBox.right { float: right; }

.hostingBox h3, .hostingBox .price, .hostingBox a { margin-left: 10px; }

.hostingBox h3, .hostingBox a {
	border: none;
	color: #555;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	font-size: 15px;
}

.hostingBox ul { margin: 10px 0 0 30px; }
.hostingBox ul, ul.smallText { font-size: 11px; }
.rightColumn ul.smallText { width: 210px; }
.hostingBox ul li { margin: 5px 0; }

.hostingBox .price {
	font-size: 15px;
	color: #fe1824;
}

.hostingBox .price .perTime {
	font-size: 11px;
	color: #555;
}

/* ECOMMERCE BOXES */
.ecommerceBox {
	float: left;
	width: 235px;
	margin: 0 0 10px 8px;
	background-color: #fff;
	text-align: center;
}

.ecommerceBox a, .ecommerceBox p {
	float: left;
	font-size: 13px;
	padding: 0;
	margin-left: 5px;
}

.ecommerceBox img { margin: 5px; }
.ecommerceBox a { margin-top: 10px; }
.ecommerceBox p { text-align: left; }

/* BLOG SIDEBAR */
.sidebar#blogSidebar {
	float: right;
	widtH: 125px;
	clear: none;
	border: 1px solid #7cacac;
	background-image: none;
	background-color: #f7f7f7;
	padding-bottom: 20px;
}

.sidebar#blogSidebar ul { list-style-type: none; }
.sidebar#blogSidebar h3 { color: #111; margin-left: 20px; margin-bottom: 5px; padding-top: 10px; }
.sidebar#blogSidebar ul li { margin-left: 20px; margin-bottom: 5px; }

/* SIDEBAR */
.sidebar, .linkBox {
	width: 250px;
	float: left;
}

.sidebar, .linkBox, .linkBox:hover { border: 1px solid #7cacac; }

.sidebar {
	margin-top: 10px;
	border-top-width: 0;

	background: url(../images/menuBG.png) top left repeat-x;
}

.sidebar h2, .sidebar ul.menu, .sidebar ul#randomProjects, .sidebar ul.menu li, .sidebar ul#randomProjects li {
	float: left;
	clear: both;
}

.sidebar ul.menu, .sidebar ul#randomProjects {
	padding: 10px 0;
	list-style-type: none;
}

.sidebar ul.menu li {
	margin: 7px 0 7px 0;
	padding-left: 10px;
}

.sidebar ul.menu li, .sidebar ul#randomProjects li { width: 230px; }

.sidebar h2 {
	width: 100%;
	padding-top: 10px;
	text-indent: 10px;

	border-top: 1px solid #7cacac;
}

.sidebar p {
	margin: 0 0 20px 10px;
	width: 230px;
}

/* SIDEBAR - RANDOM PROJECTS */
.sidebar ul#randomProjects li {
	margin: 5px 0 5px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px dashed #7cacac;
}

.sidebar ul#randomProjects li img, .sidebar ul#randomProjects li a, .sidebar ul#randomProjects li p, .image55 {
	display: block;
	float: left;
}

.sidebar ul#randomProjects li img, .image55 {
	width: 55px;
	height: 55px;
}

.sidebar ul#randomProjects li img, .image55, ul#portfolio li img, .mainImage.bordered {
	padding: 3px;
	background-color: #fff;
	
	border: 2px solid #7cacac;
}

.sidebar ul#randomProjects li a { margin-left: 5px; }

.sidebar ul#randomProjects li p {
	width: 155px;
	text-align: left;
	margin: 0 0 0 5px;
}

/* HOME PAGE - FAKE SOFTWARE BOXES */
ul#softwareBoxes {
	float: left;
	clear: left;
	padding-bottom: 20px;
	list-style-type: none;
}

ul#softwareBoxes li {
	float: left;
	clear: left;
	width: 240px;
	height: 85px;
	margin: 5px 0;
}

ul#softwareBoxes li#webdesign { background-position: 0 -165px; }
ul#softwareBoxes li#ecommerce { background-position: 0 -255px; }
ul#softwareBoxes li#seopromotion { background-position: 0 -345px; }

ul#softwareBoxes li a, ul#softwareBoxes li p { margin: 10px 0 0 95px; }

ul#softwareBoxes li p, ul#softwareBoxes li a.hide {
	width: auto;
	text-align: left;
}

a.hide, a.hide:hover {
	display: inline;
	margin: 0;
	padding: 0;

	border: 0;
	color: #000;
}

/* VPS PAGES - STUFF */
div#powerPanels {
	height: 240px;
}

ul#powerPanels {
	list-style-type: none;
	margin-left: 0;
	width: 100%;
}

ul#powerPanels li { float: left; }
ul#powerPanels li .title { font-weight: bold; }
ul#powerPanels li p { color: #000; }
ul#powerPanels img { border: 0; }

ul#powerPanels img, ul#powerPanels li .title, ul#powerPanels li p {
	float: left;
	display: block;
}

ul#powerPanels li .title, ul#powerPanels li p {
	float: right;
	clear: right;
	width: 195px;
	margin-right: 10px;
}

#powerLink, #powerLinkL, #powerLinkR {
	display: block;
	width: auto;
}

#powerLink {
	float: left;
	clear: both;
	margin-top: 10px;
}

#powerLinkL, #powerLinkR {
	margin-top: 10px;
}

#powerLinkL { float: left; }
#powerLinkR { float: right; }

/* FOOTER */
#footer { margin-bottom: 10px; }

#footer ul {
	width: 100%;
	margin: 10px 0;
	list-style-type: none;

	font-size: 11px;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
}

/* HEADINGS & TEXT FORMATTING */
.clear { clear: both; }
.highlight, #price, #buyHosting2 input, .asterisk, .whatsthis { color: #fe1824; }
.success { color: #7b9f2b; }
.asterisk { font-size: 21px; }
.whatsthis {
	font-weight: bold;
	padding-left: 10px;
}

.mainImage {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}

p {
	line-height: 21px;
	text-align: justify;
}

p.half { width: 54%; }
.homeBox p { clear: none; }

#homeTextBlock { padding-top: 30px; }
#content p { margin-bottom: 20px; }
#content h2 { float: left; }

.mainColumn .smallText { clear: both; }
.mainColumn .smallText p, .mainColumn .smallText a { font-size: 11px; }

h2 {
	font-size: 17px;
	text-transform: uppercase;

	color: #0143f3;
}

h3 {
	color: #555;
	font-size: 17px;
}

.scroll#article {
	clear: both;
	padding-top: 20px;
}

.scroll#sslScroll { border-top: 1px dashed #0143f3; }
.scroll#sslScroll p, .scroll#article p {
	width: 95%;
	text-align: left;
	font-size: 12px;
}

.lock {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #0143f3;
}

.lock h3 {
	float: left;
	clear: left;
	background: url(../images/lock.png) top left no-repeat;
	height: 40px;
	padding-left: 40px;
	margin-bottom: 20px;
	width: 350px;
}

.lock h3 .smallText {
	font-weight: normal;
	font-size: 11px;
}

p.smallText {
	font-size: 11px;
}

a.sslMore {
	display: block;
	float: left;
	clear: none;
	height: 21px;
	margin-top: 9px;
	margin-bottom: 30px;
	line-height: 21px;
	text-indent: 32px;
	border: 0;
	background: url(../images/smalllock.png) top left no-repeat;
}

a.sslMore:hover { border: none; }

/* GENERIC FORM FORMATTING */
form {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

form div {
	clear: both;
	padding: 10px 0;
}

form div label, form div input, form div textarea { float: left; }

form div input.text, form div textarea {
	width: 275px;
	padding: 4px 8px;
	margin-right: 5px;
	border: 1px solid #555;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form div input.text:hover, form div textarea:hover { border: 1px solid #000; }
form div input.button { margin-left: 135px; }

form p {
	width: 75%;
	margin-left: 25px;
}

form div label {
	width: 125px;
	margin-right: 10px;
	text-align: right;
	color: #555;
	font-style: oblique;
}

form div.checkboxes {
	float: left;
	width: 50%;
}

form div label.checkbox { width: 210px; }
form div.checkboxes label { clear: left; }

#quoteHelp {
	clear: none;
	float: right;
	width: 200px;
	padding-right: 20px;
	font-size: 11px;
}

/* SMALL LINK BOXES */
.linkBox {
	display: block;
	height: 55px;

	margin-top: 5px;
	background-image: url(../images/linkBox.png);
	background-repeat: no-repeat;
}

.linkBox#hosting { background-position: 0 0; }
.linkBox#domains { background-position: 0 -55px; }
.linkBox#ssl { background-position: 0 -110px; }

.linkBox#homeRed {
	height: 235px;
	background-position: 0 -165px;
}

.linkBox#homeRed .title {
	color: #fff;
	font-size: 17px;
	padding-left: 10px;
	line-height: 31px;
}

.linkBox#homeRed .text {
	display: block;
	text-align: justify;
	width: 230px;
	margin-top: 95px;
	padding-left: 10px;
}

.phraseBox {
	clear: right;
	height: 83px;

	background-image: url(../images/phrases.png);
}

a.phraseBox { display: block; }
a.phraseBox, a.phraseBox:hover { border: 0; }

.phraseBox#satisfaction { background-position: 0 0; }
.phraseBox#promotion { background-position: 0 -83px; }
.phraseBox#ecommerce { background-position: 0 -166px; }

/* BUTTTON BOXES */
a.buttonBox, .phraseBox, #domainChecker {
	float: right;
	display: block;
	margin-bottom: 10px;
	width: 250px;

	background-repeat: no-repeat;
}

a.buttonBox, #domainChecker { background-image: url(../images/buttonBoxes.png); }

a.buttonBox, a.buttonBox:hover { border: 0; }

a.buttonBox#contactUs, #domainChecker {
	height: 142px;
	background-position: 0 0;
}

a.buttonBox#latestProject {
	height: 92px;
	background-position: 0 -142px;
}

a.buttonBox#happyCustomers {
	height: 142px;
	background-position: 0 -234px;
}

a.buttonBox#contactUs:hover { background-position: -250px 0; }
a.buttonBox#latestProject:hover { background-position: -250px -142px; }
a.buttonBox#happyCustomers:hover { background-position: -250px -234px; }

a.buttonBox .title, a.buttonBox .text, #domainChecker .title, #domainChecker .text {
	display: block;
	margin-left: 20px;
	width: 210px;
}

a.buttonBox#latestProject .title, a.buttonBox#latestProject .text {
	width: 145px;
}

a.buttonBox#latestProject .image55 {
	margin: 14px 10px 0 0;
	float: right;
}

a.buttonBox#latestProject .text { font-size: 11px; }

a.buttonBox .title, #domainChecker .title {
	display: block;
	color: #fff;
	font-size: 17px;
}


a.buttonBox .title.small {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

a.buttonBox .text, #domainChecker .text {
	line-height: 21px;
	color: #000;
}

a.buttonBox .title, a.buttonBox img, #domainChecker .title { margin-top: 14px; }

a.buttonBox img {
	float: right;
	margin-right: 10px;
}

a.buttonBox#contactUs .text, #domainChecker .text, a.buttonBox#happyCustomers .text {
	margin-top: 5px;
}

#domainChecker .text { height: 40px; }
#domainChecker form { width: 100%; }
#domainChecker form input { float: left; }
#domainChecker form input.field {
	margin: 0 0 0 20px;
	width: 130px;
	border: 1px solid #555;
	padding: 2px;
}
#domainChecker form input.button { margin-left: 10px; }

.text.captcha { width: 169px; }

#captcha {
	border: 1px solid #555;
	width: 100px;
	height: 30px;
}

#worldpayIcons {
	width: 420px;
	margin: 0 auto;
}

#worldpayIcons a { border: 0; }

#price {
	float: right;
	margin: 10px 10px 0 0;
	font-size: 51px;
}

a#vpsBuy {
	margin-top: 40px;
}

#buyHosting, #buyHosting2, #vpsBuy {
	margin: 0;
	display: block;
	float: right;
	clear: none;
}

#buyHosting input, #vpsBuy {
	background: url(../images/buyHosting.gif) top left no-repeat;
	border: 0;
}

#buyHosting, #buyHosting input, #vpsBuy {
	width: 252px;
	height: 30px;
}

#buyHosting2 input {
	font-size: 20px;
	text-align: left;
	text-indent: 42px;
	background: url(../images/buyButton.gif) top left no-repeat;
	border: 0;
	padding: 0;
}

#buyHosting2 { padding: 0; margin: 5px 0; }
#buyHosting2, #buyHosting2 input { width: 280px; }
#buyHosting2 input { height: 30px; }

#buyHosting2 p {
	float: none;
	clear: none;
	margin: 0;
	text-indent: 47px;
}

/* BLOG */
#blog { margin-top: 30px; }
#blog span { color: #555; }
#blog p {
	padding-bottom: 20px;
	border-bottom: 1px dashed #0143f3;
	margin: 10px 0 20px 0;
}

.tutorialColumn.video {
	padding-top: 20px;
}

.tutorialColumn {
	width: 780px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

.tutorialColumn h3 { margin-bottom: 10px; }

ul.faqs {
	list-style-type: none;
	margin-left: 0;
}

ul.faqs li {
	color: #000;
	margin: 2px 0;
}

ul.faqs li.question {
	margin-top: 15px;
	font-weight: bold;
}

.borderTop {
	border-top: 1px dashed #0143f3;
	padding-top: 10px;
}

.buyNow {
	float: left;
	clear: none;
	width: auto;
	margin-right: 30px;
}

.buyNow input {
	width: 84px;
	height: 24px;
	padding-top: 10px;
	border: 0;
	text-align: left;
	text-indent: 21px;
	background: url(../images/buynow.png) top left no-repeat;
	color: #f00;
	cursor: pointer;
}

.buyNow.years2 input { background: url(../images/buy2years.png) top left no-repeat; }
.buyNow.years3 input { background: url(../images/buy3years.png) top left no-repeat; }

#tutorialScroll {
	width: 740px;
	height: 400px;
}

.tutorialBox {
	float: left;
	width: 43%;
	height: 180px;
	text-align: left;
}

.tutorialBox.last {
	height: auto;
}

#tutorialScroll h3 {
	clear: both;
	text-align: left;
	margin-left: 25px;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
}

#tutorialScroll h3.email { background: url(../images/emailicon.gif) center left no-repeat; }
#tutorialScroll h3.ftp { background: url(../images/ftpicon.gif) center left no-repeat; }
#tutorialScroll h3.paypal { background: url(../images/paypalicon.gif) center left no-repeat; }
#tutorialScroll h3.virtuozzo { background: url(../images/virtuozzoicon.gif) center left no-repeat; }

#tutorialScroll ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#tutorialScroll ul li {
	text-align: left;
	margin: 5px 0;
	float: left;
	width: 98%;
}

#tutorialScroll ul li a { color: #444; }
#tutorialScroll ul li a:hover { color: #f00; }

#tutorialScroll ul.twocols li { width: 45%; }
#tutorialScroll ul.half { width: 45%; }

div.support {
	float: left;
	width: 45%;
}

div.support ul {
	clear: none;
	text-align: left;
	list-style-type: none;
	margin-bottom: 30px;
}

div.support ul li { margin: 7px; }
div.support ul li.more { margin-top: 12px; }
div.support ul li a { border: 0; }
div.support ul li span, ul.support li a span {
	color: #000;
	font-size: 17px;
}


div.dropInfo {
	float: right;
	border: 1px solid #555;
	margin: 5px 0 5px 10px;
	padding: 5px;
}

div.dropInfo.left {
	float: left;
	margin: 5px 10px 5px 0;
}

div.dropInfo p {
	margin: 0;
	padding: 10px 0 0 0;
	width: 250px;

	font-size: 11px;
	font-style: italic;
}

div.dropInfo img {

}

div.sidebar a#getaquote {
	width: 157px;
	height: 54px;
	border: 0;
}

div.sidebar a#getaquote img {
	width: 157px;
	height: 54px;
	border: 0;
}
/* HYPERLINK FORMATTING */
a, ul#menu li a {
	color: #0143f3;
	text-decoration: none;
	border-bottom: 1px dashed #0143f3;
}

a:hover, ul#menu li a:hover {
	color: #fe1824;
	border-bottom: 1px dotted #fe1824;
}

/* WEBCASTLE BRANDING */
a#webcastle {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
}

a#webcastle .red { color: #f00; }


/* NEW PORTFOLIO STUFF ADDED 1ST DEC 08 */

span.thumbnail { position: relative; }
span.thumbnail:hover img.portfolioShot {
	display: block;
}

img.portfolioShot {
	display: none;
	position: absolute;
	z-index: 3;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #555;
	width: 400px;
	height: auto;
	top: 17px;
	left: 65px;
}