/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
}

#content table, #content caption, #content tbody,
#content tfoot, #content thead, #content tr,
#content th, #content td, #content h1, #content h2,
#content h3 /*, #content h4, #content h5, #content h6 */ {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #333;
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

img {
	border: 0;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 0.0625em dotted #000;
	cursor: help;
}


#container {
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	max-width: 1000px;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#page {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
}

#logo, #logo h1, #logo h2 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

#logo {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	margin-top: 0pt;
	margin-right: 7.6%;
	margin-bottom: 0pt;
	margin-left: 4.6%;
}

#logo h1 {
	margin-right: 270px;
	padding: 0pt 0pt 0pt 0pt;
}
#logo h1 a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#logo h1 a:hover,
#logo h1 a:focus,
#logo h1 a:active {
	color: #1982d1;
}

#logo h2 {
	color: #7a7a7a;
	font-size: 20px;
	font-style: italic;
	/*
	font-weight: bold;
	*/
	margin: 0pt 270px 0.3em 3%;
}

#navigation_d h5 {
	display: none;
}

#navigation_d {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#navigation_d ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 4.1em; /* Made change here */
	padding-left: 0;
}
#navigation_d li {
	float: left;
	position: relative;
}
#navigation_d a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#navigation_d ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#navigation_d ul ul ul {
	left: 100%;
	top: 0;
}
#navigation_d ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#navigation_d li:hover > a,
#navigation_d ul ul :hover > a,
#navigation_d a:focus {
	background: #efefef;
}
#navigation_d li:hover > a,
#navigation_d a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#navigation_d ul li:hover > ul {
	display: block;
}
#navigation_d .current_page_item > a,
#navigation_d .current_page_ancestor > a {
	font-weight: bold;
}


.breadcrumb {
	background-color: #f4f4f4;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size: 12px;
	margin: 70px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	clear: both;
}

#content {
	clear: both;
	width: 584px;
	margin: 0px auto 20px auto;
	padding-top: 20px;
}

#content strong {
	font-weight: bold;
}

#order #content {
	width: 78.9%;
}

#content h3 {
	clear: both;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
}

#content h4 {
	color: #1e374f;
	font-size: 1.23em;
	font-weight: normal;
}

#content h5 {
	color: #1e374f;
	font-size: 1.16em;
	font-weight: bold;
}

#content table {
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}

#content caption, #content th, #content td {
	font-weight: normal;
	text-align: left;
}

#content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
}

#content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

#content p, #content td, #content label, #content li {
	/*
	font-size: 0.80em;
	*/
}

p {
	line-height: 1.3em;
}

#content p {
	line-height: 1.6em;
}

/* Forms
-----------------------------------------------
*/

#login legend {
	color: #1E374F;
	font-size: 18px;
	font-weight: normal;
}
legend {
	color: #1E374F;
}
label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

label {
	font-size: 1em;
	width: 10em;
	clear: both;
}
label.radio {
	display: inline;  /* block float the labels to left column, set a width */
	float: none; 
}

input[type="submit"] {

}

label#l_address2 {
	color: gray;
	font-style: italic;
}

#order form input.error, #order form textarea.error, #order form select.error {
	border: 2px solid red;
}

#order #final_price {
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.85em;
}

#order div.terms {
	width:600px;
	height:200px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px;
	overflow:auto;
}
#order div.terms p,
#order div.terms li {font:normal 11px/15px arial;color:#333;}
#order div.terms h3 {font:bold 14px/19px arial;color:#000;}
#order div.terms h4 {font:bold 12px/17px arial;color:#000;}
#order div.terms strong {color:#000;}


blockquote {
	font-size: 1.0em;
	font-family: Georgia,"Bitstream Charter",serif;
	font-style: italic;
	font-weight: normal;
	margin-top: 0pt;
	margin-right: 3em;
	margin-bottom: 0pt;
	margin-left: 3em;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	vertical-align: baseline;
}

#footer {
	background-color: #f9f9f9;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	color: #666666;
	font-size: 12px;
	line-height: 2.2em;
	padding-top: 1.2em;
	padding-right: 0.5em;
	padding-bottom: 1.2em;
	padding-left: 0.5em;
	text-align: center;
}

h4#notunhelpful {
/*	color: #8FA5E7; */
}

.server-question {
	color: #330099;
	font-family:Verdana;
	font-size: .9em;
}

#server_listings th {
	font-size: 1em;
	font-weight: bold;
}

/*
.dark_row {
	background: #eeefff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table {
	border-collapse: collapse;
}
table#server_listings {
	width: 100%;
}
table#server_listings ul li.checkmark {
	list-style-image: url(/images/checkmark.png);
}
*/
