a {
    color: #f00;
    text-decoration: none;
}

a:visited {
    color: #f00;
}

a:hover {
    color: #ffc600;
    text-decoration: underline;
}

a.order {
    color: #ffc600;
}

a.order:hover {
    color: #f00;
}

body {
    background-color: #333333;
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0 auto;
    width: 900px;
}

form {
    background: #555555;
    border: solid 1px #b7ddf2;
    color: #fff;
    margin: 0 auto;
    padding: 14px;
    width: 380px;
}

form button {
    clear: both;
    height: 25px;
    text-align: center;
	color: #444444;
    width: 125px;
	background-color: #ffffff;
}

form fieldset {
    border: none;
    border-top: 1px solid #b7ddf2;
}

form h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
}

form input, form textarea, form select {
	margin: 5px 5px 5px 5px;
	padding: 2px; 
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font-size: 0.9em;
}

form label {
    display: block;
    float: left;
    margin: 5px 5px 5px 5px;
	padding-top: 2px;
	text-align: left;
    width: 120px;
} 

form legend {
    color: #fff;
}

form p {
    border-bottom: solid 1px #b7ddf2;
    color: #999999;
    font-size: 0.9em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

img {
    border: none;
    display: block;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table, table td, table th {
    border: 1px solid #fff;
    padding: 5px;
}

table td {
    background-color: #1f1f1f;
    text-align: center;
}

table .title, table td.title {
    background-color: #0066ff;
    font-weight: bold;
}

table img.webhosting {
    border: none;
    display: block;
	margin-left: 200px;
}

table img.serverhosting {
    border: none;
    display: block;
	margin-left: 180px;	
}

ul {
    margin-left: 0;
    padding-left: 15px;
}

#content {
    font-size: 0.7em;
    margin-top: 5px;
}

#content h1 {
    border-bottom: 2px solid #fff;
    font-size: 0.9em;
    padding-bottom: 10px;
}

#footer {
    color: #fff;
    font-size: 0.6em;
    text-align: center;
}

#header ul {
    float: right;
    list-style: none;
    margin: 70px 0 0;
}

#header ul li {
    float: left;
    margin-left: 20px;
}

#header ul li a:hover {
    text-decoration: none;
}

#header ul li img {
    display: inline;
    margin-right: 5px;
}

#menu {
    background: url("../images/layout/menu-bg.jpg") repeat-x;
    height: 36px;
}

#menu #jsddm {
    margin: 0;
    padding: 0;
}

#menu #jsddm li {
    border-right: 1px dotted #464646;
    list-style: none;
    float: left;
    font: 11px Tahoma, Arial;
}

#menu #jsddm li a {
	color: #464646;
	display: block;
	font-weight: normal;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 120px;
}

#menu #jsddm li a:hover {
    color: #999;
}

#menu #jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
}

#menu #jsddm li ul li {
    border-right: none;
    display: inline;
    float: none;
}

#menu #jsddm li ul li a {
    background: url("../images/layout/menu-bg.jpg") repeat-x;
    color: #24313c;
    min-width: 120px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    width: 160px;
	text-transform: capitalize;		
}

#sitemap li {
	margin-left: 40px;
	margin-bottom: 10px;
}

#promotions li {
	margin-bottom: 10px;
}

table#address {
    border-collapse: collapse;
    width: 100%;
}

table#address, table#address td, table#address th {
	border: none;
    padding: 2px;
	background: none;	
    text-align: left;
}

table#address .title, table#address td.title {
    font-weight: normal;
}

table#hostingsupport {
    border-collapse: collapse;
    width: 50%;
}

table#hostingsupport, table#hostingsupport td, table#hostingsupport th {
	border: none;
    padding: 2px;
	background: none;	
    text-align: left;
}

table#hostingsupport .title, table#hostingsupport td.title {
    font-weight: normal;
}

.box-hidden {
    border: none;
    margin-top: 10px;
    padding: 10px 15px;
}

.box-small, .box-medium {
    border: 1px solid #fff;
    margin-top: 10px;
    padding: 10px 15px;
}

.box-small {
    background: #5e5e5e url("../images/layout/box-s-bg.jpg") repeat-x;
    min-height: 206px;
}

.box-medium {
    background: #5e5e5e url("../images/layout/box-m-bg.jpg") repeat-x;
    min-height: 444px;
}

.column-two .left, .column-two .right {
    float: left;
    width: 445px;
}

.column-two .right {
    margin-left: 10px;
}

.column-three .left, .column-three .middle, .column-three .right {
    float: left;
    width: 293px;
}

.column-three .middle, .column-three .right {
    margin-left: 10px;
}

.filler-small {
    clear: both;
    height: 1px;
}

.price {
    color: #ffc600;
	font-size: 1.5em;
}

.details {
	text-align: right;	
}

.showcase {
    color: #f00;
}

.text-tiny {
    font-size: 0.5em;
}

.notification_error {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	color: #f00;
}

.labelspecial {
    width: 300px; 	
}