@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

body {
	background-color: #e8e8e8;
	color: #000000;
}

div#loading_screen {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #555555;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	background-image:url(../imgs/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	z-index:0;
}

a {
	color: #b31717;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}

em, .hidden {
	position:absolute;
	left:-10000em;
}

p {
	text-align: left;
	line-height: 20px;
	font-size:13px;
	padding: 0 10px;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1, h1 a {
	color:#000;
	font-size:24px;
	padding-top:15px;		
	text-decoration:none;
}

.js h1, .js h1 a {
	font-size: 29px;
}

.ital {
	font-style:italic;	
}

h2, h2 a, span.h2, span.h2 a { 
	font-size:23px;	
	color:#b31717;	
	text-decoration:none;
}

.js h2, .js h2 a, .js span.h2, .js span.h2 a {
	font-size:23px;
}

span.h2, span.h2 a {
	font-size:19px;
}

.js span.h2, span.h2 a {
	font-size:25px;	
}

h3, h3 a {
	color:#000;	
	font-size:20px;
	text-decoration:none;
}

.js h3, .js h3 a {
	font-size:20px;
}

h4, h4 a {
	color: #000;
	font-size:16px;
	text-decoration:none;
	margin:0 0 2px 10px;
}

input[type=button], input[type=submit], input[type=button].black, input[type=submit].black {
	height:30px;
	padding:7px 15px;
	color: #333;
	font-weight:bold;
	background: #DDDDDD; /* old browsers */
	background: -moz-linear-gradient(top, #DDDDDD 0%, #AAAAAA 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#AAAAAA)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#AAAAAA',GradientType=0 ); /* ie */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-shadow:#ddd 0 1px 0;
	cursor:pointer;	
}

input[type=button].black, input[type=submit].black {
	color: #ddd;
	background: #333333; /* old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* ie */
    text-shadow:#555 0 1px 0;	
}

input[type=button]:hover, input[type=submit]:hover {
	background: #aaa;
}

input[type=button]:hover.black, input[type=submit]:hover.black {
	background: #111;	
}

input[type=button]:active, input[type=submit]:active {
	background: #ccc;
}
input[type=button]:active.black, input[type=submit]:active.black {
	background: #222;
}

input[type=text],input[type=password], textarea, select {
	border:1px solid #ccc;
	width:200px;
	height:20px;
	padding:5px 5px;
	background: #f9f9f9;
	color: #444;	
}

select {
	height: 30px;
	padding: 2px 5px;
}

textarea {
	resize:none;
	height:100px;
}

input[type=text]:hover,input[type=password]:hover, textarea:hover, select:hover, input[type=text]:focus,input[type=password]:focus, textarea:focus, select:focus {
	cursor:pointer;
	background: #FEFFDE;
	border: 1px solid #555;
	color: #000;	
}

div#header {
	width:1100px;
	margin: 0 auto;	
}

div#header_left {
	float:left;	
	display:inline-block;
}

div#header_middle {
	padding-top:30px;
	padding-left:200px;
	text-align:center;	
	display:inline-block;
}

div#header_right {
	float:right;
	font-size:27px;
	text-align:center;
	padding-top:50px;
	display:inline-block;
}

div#header_right div#header_phone_number span {
	position:relative;
	top:4px;
}

div#header_right div#header_phone_number span, div#header_right div#header_phone_number a {
	text-decoration:none;
	font-size:35px;	
}

div#menu_bar {
	background: url(../imgs/bg_tile.png) 0 -500px repeat-x;
	height:75px;
}

div#menu_wrapper {
	width:1100px;
	margin:0 auto;
}

div#banner_bar {
	background:url(../imgs/bg_tile.png) 0 -250px repeat-x;
	height:250px;
	width:100%;
}

div#banner_boxes {
	width:1100px;
	margin: 0 auto;
	padding:6px 0;
	background: url(../imgs/opticgrid_banner_logo.png) center no-repeat;	
	height:236px;
}

div.banner_box  {
	color:#c9c9c9;
	background: rgba(0, 0, 0, 0.5);
	width:235px;
	margin: 0 5px;
	height:215px;
	float:left;
	padding: 10px 15px;
	-moz-border-radius:1.5ex;
    -webkit-border-radius:1.5ex;
}

.ie div.banner_box {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

div.banner_box h3, div.banner_box h3 a {
	color:#c9c9c9;	
}

div.banner_box table {
	margin: 0 4px;
	width:227px;
	text-align:left;
	cursor: pointer;
}

div.banner_box table tr td.head {
	width:65%;
	text-align:left;
}

div.banner_box table tr td {
	padding:1px 0;
	text-align:right;
	width:35%;
}


div.banner_box div.price {
	margin-top:0;
	color: #86c542;
	font-size:20px;
	font-weight:bold;
}

.js div.banner_box div.price {
	margin-top:-5px;
	font-size: 23px;	
}

div.banner_box div.price .mini {
	font-size:12px;
	color:#999;
	margin-left:15px;
}

.js div.banner_box div.price .mini {
	margin-bottom:5px;
	display:block;
	font-size: 12px;	
}

div.banner_box input[type=button] {
	margin-top:2px;
}

div.banner_box div.left {
	float:left;
	padding:0 2%;
	width:46%;	
}

div.banner_box div.right {
	float:right;
	padding:0 2%;
	width:46%;	
	margin-bottom:8px;	
}

.chrome div.banner_box div.right {
	margin-bottom:10px;	
}

div.banner_box img.banner_box {
	width:45px;
	margin-right:9px;
	float:left;
}

div.banner_box p {
	line-height:16px;
	padding: 0;	
	font-size:12px;
}

div.banner_box div.divider {		
	margin: 8px auto;
	background:#404040;	
}

div.spacer {
	margin: 5px 0;	
}

.chrome div.banner_box div.divider {	
	margin: 10px auto;
}

div#wrapper {
	width:1100px;
	margin:0 auto;
}

div#submenu_bg {
	background:url(../imgs/bg_tile.png) 0 -575px repeat-x;
	height:30px;
	-moz-border-radius:1.25ex;
    -webkit-border-radius:1.25ex;
	float:left;
	margin-top:15px;
}

ul#submenu {
	margin: 0 8px;
	padding-top:7px;
}

ul#submenu li {
	display:inline-block;
	margin: 0 10px;
	color:#000;
}


ul#submenu li a {	
	color: #444;
	font-weight: bold;	
	text-decoration:none;
	display:inline-block;
}

ul#submenu li a:hover, ul#submenu li a.selected { 
	color:#000;
	text-decoration:underline;
}


div.clear {
	clear:both;
}

div#main_body {
	background:#fff;
	width: 1100px;
	margin: 15px auto;
	display:block;
	-moz-border-radius:2ex;
    -webkit-border-radius:2ex;
	text-align:left;
}

div#body_left {
	background:#fff;
	float:left;
	width:739px;
	padding: 20px;
	border-right:1px solid #ddd;
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-bottomleft:2ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-bottom-left-radius:2ex;
}

div#body_left .left {
	float:left;
}

div#body_left .right {
	float:right;
}

div#body_left table tr td {
	text-align:left;
	font-size:12px;
	padding:1px 10px;
}

div#body_left table.le_ri tr td {
	text-align:right;
}

div#body_left table tr td.head {
	text-align:left;
	font-weight:bold;
	color:#b31717;
}

div#body_left ul {
	margin-left: 30px;
	line-height:25px;
}

div#body_left img.fac_imgs {
	width:98%;
	padding:0 1%;
	text-align:center;
}

div#body_left .left_server, div#body_left .right_server {
	width: 48%;
	padding:0 1%;	
}

div#body_left .left_server {
	float:left;
}

div#body_left .right_server {
	float:right;
}

div#body_left .serverbox {		
	background-position: center;
	-moz-border-radius:2ex;
    -webkit-border-radius:2ex;
	padding: 15px;
	margin-bottom:10px;
}

div#body_left .intel {
	background:#efefef url(../imgs/intel.png) no-repeat;
}

div#body_left .amd {	
	background:#efefef url(../imgs/amd.png) no-repeat;
}

div#body_left .serverbox {	
	background-position: center;
	-moz-border-radius:2ex;
    -webkit-border-radius:2ex;
	padding: 15px;
	margin-bottom:10px;
}

div#body_left .intel h3 {
	color:#0860a8;
}

div#body_left .amd h3 {
	color:#00946a;
}

div#body_left .serverbox div.pricetext {
	text-align:center;
	font-weight:bold;
}

div#body_left .serverbox .price {
	color: #529d00;
	font-size:20px;
}

.js div#body_left .serverbox .price {
	font-size:23px
}

div#body_right {
	background:#fff;
	float:left;
	width:280px;
	padding: 20px;
	-moz-border-radius-topright:2ex;
	-moz-border-radius-bottomright:2ex;
    -webkit-border-top-right-radius:2ex;
    -webkit-border-bottom-right-radius:2ex;
	word-wrap: break-word;
}

div#body_right ul {
	list-style:none;
	padding:0 10px;
}

div#body_right img.box_image {
	float:left;
	margin-left:5px;
	margin-right:10px;
}

div#footer {
	background: url(../imgs/bg_tile.png) 0 0 repeat-x;
	width:100%;
	height:250px;
}

div.divider {
	margin: 10px auto;
	width:100%;
	height:1px;
	background:#ddd;
	clear:both;
	display:block;
}

.cufon-loading * {
	visibility: hidden !important;
}

div.datacenter_button a, div.datacenter_button_sel {
	display:inline-block;
	float:left;
	width:45px;
	height:15px;
	background:#eee;
	border:2px solid #777;
	padding:4px 7px 3px 7px;
	font-weight:bold;
	color:#777;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 2px 10px 2px;
	text-decoration:none;
	font-size:12px;
}

div.datacenter_button a:hover, div.datacenter_button_sel {
	border:2px solid #000;
	background: #000;
	color:#eee;	
}
