﻿body
{
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent url('bg_pattern.gif') repeat;
    font-family: Georgia, Verdana;
    font-size: 11px;
    color: #fff;  
    text-align: left;    
}

.Brown
{
	border: 1px solid #fff;
	background-color: #c16e0b;
	color: #c16e0b;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.Green
{
	border: 1px solid #fff;
	background-color: #a7a726;
	color: #a7a726;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#container
{
	width: 800px;
	margin: auto;
	background-color: #c16e0b;
}    
    
#selecttheme
    {
        width: 800px;
        margin: 2px auto 5px auto;
        padding: 2px 0 0 6px;
        font-size: 10px;
    }
    
.themeimage
    {
        margin-top: -20px;
        margin-left: 80px;
        padding-left: 10px;
    }
    
#top
    {
        background: url(mesh_bg.gif) no-repeat;
        width: 777px;
        height: 118px;
        margin: 0 auto 7px auto;
        padding: 4px 15px 0 0;
    }
    
#logo
    {
        background: url(logo.gif) no-repeat;
        width: 75px;
        height: 64px;
        margin-left: 15px;
        margin-bottom: 6px;
    }
    
#serverImage
    {
        background: url(server.gif) no-repeat;
        width: 89px;
        height: 129px;
        margin-top: -128px;
        float: right;
        position: relative;
    }
#menu
    {
        background: url(menu_bg.gif) no-repeat;
        width: 778px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
        padding-top: 3px;
        position: relative;
    }   
#subMenu
{
	background: #965e3c none;
	color: #fff;
	width: 777px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;	
	padding-top: 4px;
	position: relative;
	border: 1px solid #fff;
}    
#menu ul, #subMenu ul
{
	margin: 0;
	padding: 0;	
} 
#menu ul li, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	display: inline;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
} 
#subMenu ul li
{
	display: inline;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-right: 2px;
} 
#subMenu ul li a:link, #subMenu ul li a:active, #subMenu ul li a:visited
{
	display: inline;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-right: 2px;
	background-color: #8b5738;
} 

#menu ul li a:hover, #subMenu ul li a:hover
{
	display: inline;
	color: #000;
	background-color: #fff;
	font-size: 11px;
	text-decoration: none;
} 
#mainbody
{
	width: 790px;
	margin: 0 auto;
	padding: 0;
}

#leftcontent
{
	/*no background because of different images in different sections */
	width: 548px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	float: left;
}
#leftcontent #homeview
{
	background: transparent url(../../images/test.jpg) no-repeat top;
	margin: 0;
	padding: 0 0 40px 0;
	width: 546px;
	border: 1px solid #c16e0b;
}

#rightcontent
{
	width: 230px;
	height: 400px;
	float: right;
}

#domainsearch
{
	width: 218px;
	height: 52px;
	float: right;
	color: #000;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #d0d0d0;
	border: 1px solid #fff;
}

.domainname
{
	width: 185px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

.go
{
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 22px;
}

#rtop
{
	width: 228px;
	height: 157px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
/*
#rmiddle
{
	width: 228px;
	height: 104px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #fff;
}*/

#rbottom
{
	width: 228px;
	height: 157px;
	float: right;
	border: 1px solid #fff;
}

#footer
{
	background: url(menu_bg.gif) no-repeat;
    width: 778px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 10px;
}

#footer ul
{
	margin: 0;
	padding: 0;	
}  

#footer ul li, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited
{
	display: inline;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
} 

#footer ul li a:hover
{
	display: inline;
	color: #000;
	font-size: 10px;
	text-decoration: none;
} 

#copyright
{
	float: right; 
	margin-top: -12px; 
	padding-right: 16px;
}

input, select
{
	font-size: 10px;
	font-family: Verdana, Georgia;
}
.pricing
{
	margin-top: 28px;
}

/*.hostingHeading
{
	display: block;
	width: 223px;
	height: 20px;
	background-color: #965e3c;
	color: #fff;
	font-size: 14px;
	padding-left: 4px;
	text-decoration: none;
}*/

#rtop ul, #rbottom ul
{
	margin: 5px 0 0 15px;
	padding: 0;
}
#rtop ul li, #rtop ul li a:link, #rtop ul li a:hover, #rtop ul li a:visited,
#rbottom ul li, #rbottom ul li a:link, #rbottom ul li a:hover, #rbottom ul li a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	margin-left: 2px;
}

#rtop #winHomeLogo
{
	background: transparent url(windows_logo.gif) no-repeat;
	width: 28px;
	height: 25px;
	float: right; 
	margin-top: -45px; 
	margin-right: 10px;
	border: 0;
}

#rtop #winPrice25
{
	background: transparent url(prices_window_25.gif) no-repeat;
	width: 227px;
	height: 20px;
	border: 0;
}

#rbottom #linuxHomeLogo
{
	background: transparent url(linux_logo.gif) no-repeat;
	width: 40px;
	height: 40px;
	float: right; 
	margin-top: -55px; 
	margin-right: 10px;
	border: 0;
}

#rbottom #linuxPrice25
{
	background: transparent url(prices_linux_25.gif) no-repeat;
	width: 227px;
	height: 20px;
	border: 0;
}
#leftcontent #homeview #introtext
{
	margin: 145px 0 53px 0;
	padding-left: 5px;
}

/*.topicHeader
{
	display: block;
	background-color: #965E3C;
	font-size: 14px; 
	font-weight: bold; 
	font-family: Georgia, Verdana;
}*/

.serverBox
{
	border: 1px solid #965E3C;
	padding: 2px;
}

#clearFooter
{
	height: 5px;
	clear: both;
}

.otherContent
{
	padding: 5px;
}

.breadcrumbs
{
	font-size: 11px;
	position: relative;
}

.breadcrumbs a
{
	font-size: 11px;
	color: #fff;	
}

.prodImg
{
	float: left;
	margin-right: 4px;
}

#productTable h3, h3
{
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, Verdana;
	border: 0;
	margin: 0;
	padding: 0;
}

#productTable td
{
	width: 262px; 
	height: 94px; 
}

#productTable td.empty
{
	width: 262px; 
	height: 94px;
	background-color: Transparent;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #fff;
	font-size: 11px;
}

a:hover
{
	text-decoration: none;
	background-color: #965E3C;
}

.imgTestimonials
{
	float: right;
	border: 0;
	margin: 0 0 0 4px;
}

hr
{
	height: 1px;
}

.signature
{
	font-family: Georgia, Verdana;
	font-weight: bold;
}

.domainsearch
{
	width: 200px;
}
/* ==================rectify==================================
td.cell1
{
	background-color: ;
}

 ==================rectify end===============================*/
table
{
	border-collapse: collapse;
}

#selecttheme td
{
	border: none;
}

td
{
	border-right: 1px solid #c16e0b;
	border-bottom: 1px solid #c16e0b;
}

td table tr td /*inner table*/
{
	border: none;
}

td.cell2
{
	background: #ffddab url(../../images/products/tick.gif) no-repeat center;
	text-align: center;
}

td.cell2c
{
	background: #ffddab url(../../images/products/cross.gif) no-repeat center;
	text-align: center;
}

td.cell2t
{
	background-color: #ffddab;
	text-align: center;
	color: #000;
}

td.cell3
{
	background: #ffc671 url(../../images/products/tick.gif) no-repeat center;
	text-align: center;
}

td.cell3c
{
	background: #ffc671 url(../../images/products/cross.gif) no-repeat center;
	text-align: center;
}

td.cell3t
{
	background-color: #ffc671;
	text-align: center;
	color: #000;
}

td.cell4
{
	background: #FF9900 url(../../images/products/tick.gif) no-repeat center;
	text-align: center;
}

td.cell4c
{
	background: #FF9900 url(../../images/products/cross.gif) no-repeat center;
	text-align: center;
}

td.cell4t
{
	background-color: #FF9900;
	text-align: center;
	color: #000;
}

tr.trbg
{
	background-color: #FF9900;
}

 a:hover.divHyperLink
{
	text-decoration: none;
	background: transparent none;
}

/* Hosting images */

.secure10
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/secure_10.gif) no-repeat;
}

.secure20
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/secure_20.gif) no-repeat;
}

.secure50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/secure_50.gif) no-repeat;
}

.geo
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/geo.gif) no-repeat;
}

.ssl
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/ssl.gif) no-repeat;
}

.mysql10
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/mysql_10.gif) no-repeat;
}

.mysql20
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/mysql_25.gif) no-repeat;
}

.mysql50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/mysql_50.gif) no-repeat;
}

.mysql100
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/mysql_100.gif) no-repeat;
}

.access10
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/access_10.gif) no-repeat;
}

.access20
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/access_25.gif) no-repeat;
}

.access50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/access_50.gif) no-repeat;
}

.access100
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/access_100.gif) no-repeat;
}

.sql10
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/sql_10.gif) no-repeat;
}

.sql20
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/sql_25.gif) no-repeat;
}

.sql50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/sql_50.gif) no-repeat;
}

.sql100
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/sql_100.gif) no-repeat;
}

.windows25
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/windows25.gif)
}

.windows50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/windows50.gif)
}

.windows100
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/windows100.gif)
}

.linux25
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/linux25.gif)
}

.linux50
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/linux50.gif)
}

.linux100
{
	width: 62px;
	height: 61px;
	border: 0;
	background: transparent url(../../images/products/linux100.gif)
}

/*login.aspx */
#hpDiv1
{
	height: 20px;
}

#hpDiv2
{
	 text-align: center; 
	 margin-top: 10%;
}

.loginbox
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

legend
{
	color: #fff;
}

.flabel
{
	width: 100px;
	display: block;
	text-align: right;
	float: left;
}

#Accordion1 p
{
	margin: 0;
}

.ftext
{
	width: 200px;
}

.accHeader
{
	border: 1px solid #fff;
	font-size: 1.3em;
	height: 20px;
	background-color: #965e3c;
	margin: 2px 0;
}

.accContent
{
	border-left: dashed 1px #fff;
	border-right: dashed 1px #fff;
	border-bottom: dashed 1px #fff;	
	margin: 4px 0;
}

.accAccordion
{
	margin: 0 auto;
	width: 500px;
}

.loginError
{
	color: #000;
}

#contactform
{
	padding: 5px 2px;
	background-color: #ffc671;
	color: #000;
}

#contactform p
{
	margin: 2px;
	padding: 0;
	border: 0;
	vertical-align: top;
}

#contactform p .label
{
	width: 150px;
	display: block;
	float: left;
	vertical-align: top;
}

#contactform p .txt
{
	width: 176px;
	padding-left: 4px;
}

#contactform p .select
{
	width: 181px;
}

#contactform p .btn, .btn
{
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.tblSupport
{
	width: 400px;
}

.tblSupport h3, .tbllogs h3
{
	color: #000;
}

.tblSupport td.cell2t
{
	text-align: left;
}

.tblSupport td.cell3t
{
	text-align: left;
}

#faqlink li
{
	display: inline;
}

strong
{
	font-size: 1.1em;
}

.weblog500
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 62px;
	height: 61px;
	background: transparent url(../../images/design/smalls_weblogs500.jpg) no-repeat;
}

.weblog1000
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 62px;
	height: 61px;
	background: transparent url(../../images/design/smalls_weblogs1000.jpg) no-repeat;
}

.tbllogs
{
	width: 535px;
}

.tbllogs .cell2t
{
	text-align: left;
}

.tblQuote
{
	width: 540px;
	padding: 1px;
}

.tblQuote td
{
	background-color: #ffc671;
	color: #000;
}

.tblQuote td.head
{
	font-weight: bold;
	text-align: center;
	background-color: #FF9900;
}

.tblQuote td.left
{
	text-align: right;
	vertical-align: top;
}

.tblQuote td.radleft
{
	text-align: right;
}

.tblQuote td.radright
{
	text-align: left;
}

.tblQuote td.right
{
	text-align: left;
	vertical-align: top;
}

.tblQuote td.centre
{
	text-align: center;
	background-color: #FF9900;
}

td .txt, .txt, .select
{
	width: 195px;
	border: 1px solid #c16e0b;
	margin: 0 0 0 2px;
	font-family: Verdana, Georgia;
	font-size: 10px;
}

.formAlert
{
	display: block;
	border: 1px solid #000;
	background-color: #FFC671;
	color: #000;
	padding: 0 0 0 4px;
	text-align: center;
}

.sophos b
{
	color: #fff;
}

.sophos .footer, .sophos .head
{
	background-color: #965E3C;
}

.sophos td
{
	background-color: #ff9900; 
}

/* HTML headers */
h1.topicHeader
{
	background-color: #965E3C;
	font-size: 14px; 
	font-weight: bold; 
	font-family: Georgia, Verdana;
	margin-left: -4px;
	padding-left: 6px;
}

h1.hostingHeading
{
	margin-top: 0;
	margin-bottom: 0;
	width: 223px;
	height: 20px;
	background-color: #965e3c;
	color: #fff;
	font-size: 13px;
	padding-left: 4px;
	text-decoration: none;
}
