/* Common Styles */
.adquote{
	width: 500px;
	margin-top: -50px;
	font-family: lato-italic;
	font-size :16px;
}

.left{float: left;}
.right{float: right;}

h1 {margin: 0 0 10px 0; padding: 0 0 0 0; color: #414142; font-weight: 500; font-size: 48px; line-height: 54px; }
h2 {margin:  0 0 10px 0; padding: 0 0 0 0; color: #414142; font-weight: 500; font-size: 24px;}
h3 {margin: 10px 0 10px 0; padding: 0 0 0 0; color: #414142; font-weight: bold; font-size: 18px;}
h4 {margin: 0 0 10px 0; padding: 0 0 0 0; color: #414142; font-weight: bold; font-size: 16px;}

h2.maintitle{
}

a{
color: #41bde8;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

div.errormessage{
	border: 1px solid red;
	background: #fff;
	padding:5px;
}

p{
}

strong, b{
	font-family: lato-bold;
}

ul.services li strong{
	font-weight: bold;
}


.close{
	cursor: pointer;
}

span.bold{
	font-family: lato-bold;
}

.justify{
	text-align: justify;
}

ul.normal{
	margin: 10px 0 10px 0;
	padding-left: 10px;
}

ul.normal li{
	list-style-type: circle;
}

div.popup{
	background-color:#fff;
		display:none;
		width:500px;
		padding:15px;
		text-align:left;
		border:2px solid #41bde8;
		opacity:0.8;
}

div.close{
	float: left;
}

div.shoppingcartbutton{
	float: right;
}

.bold{
	font-family: lato-bold;
}

p.small{
	font-size: 12px;
	font-family: lato-italic;
}

.justify{
	text-align: justify;
}

img#infrastructure{
	padding: 5px;
	border: 1px solid #41bde8;
	background: #fff;
}

#videocontainer{
	padding-bottom: 10px;
}

#videoholder{
	margin-top: 20px;
	width: 100%;
	min-height: 100px;
	display: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #41bde8;
}

#videoimg{
	cursor: pointer;
	font-size: 13px;
	font-variant:small-caps;
}

.note{
	font-size: 12px;
	font-family: lato-italic;
}

#screen{
	height: 100%;
	width: 100%;
	background: red;
	opacity: 0.7;
	position: absolute;
	display: none;
}

.margin20{
	margin: 20px;
}

.leftsidetext{
	width: 430px;
	float: left;
}

p.title{
	font-size: 12px;
}

span[rel=increment], span[rel=decrease]{
cursor: pointer;
	padding: 2px;
}

p.gamingoffer{
	margin-top: -100px;
	margin-right: 250px;
	line-height: 27px;
	font-size: 18px;
	font-family: lato-bolditalic;
}

ul.sum{
	list-style-type: disc;
	margin-left: 20px;
	margin: 0 30px;
}

ul.sum li ul{
	margin-left: 10px;
	list-style: circle;
	padding: 5px;
	
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

.customservermain{
	background: #c2e1ec url('/images/boxbg_selected.png') repeat-x;
	border: 1px solid #41bde8;
	padding: 10px;
	margin-bottom: 20px;
}

.chassisimage{
	opacity: 0.8;
	margin-top: -20px;
}

div.categoryboxcustom{
	background: #caedf9;
	cursor: pointer;
	border:1px solid #00738d;
	padding: 10px;
	margin-top:  -10px;
	margin-bottom: 20px;
}

div.categoryboxcustom:hover{
background: #c2e1ec url('/images/boxbg_selected.png') repeat-x;
}

div.categoryboxcustom h2{
	font-size: 30px;
	line-height: 32px;
	font-family: lato-bolditalic;
}

div.categoryboxcustom p{
		font-family: lato-italic;
	font-size: 15px;
	line-height: 22px;
}

.corner{
	height: 30px;
	width: 30px;
	position: relative;
	float: right;
	margin: -11px;
	background: #fff url('/images/corner.png') no-repeat;
}

span.alignright{
	float: right;
}

span.alignright a{
	color: #00738d;
	font-size :12px;
}

.wrenchicon{
	margin: 4px 10px 0 0;
}

div#video{
	width: 244px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #00738d;
	background: #c2e1ec url('/images/boxbg.png') repeat-x;
	min-height: 10px;
	margin-bottom: 20px;
}

div#video:hover{
	background: #c2e1ec url('/images/boxbg_selected.png') repeat-x;
}

div#video img{
	margin-top: -2px;
	float: right; 
}

#christmas{
	padding: 0 10px;
	background: #CC3333 url('/images/tux_christmas.png') no-repeat bottom right;
	border: 2px solid #085F00;
	cursor: pointer;
	font-family: lato-italic;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
}

#christmas p{
	width: 90%;
}

div.infraitemholder{
	width: 250px;
	margin: 20px 20px 0 0;
	float: left;
}


div.reviewcontent{
	height: 200px;
	overflow: hidden;
}

a.readmore{
	display: block;
}