/* High Tech Computing, Inc. v2.0 */

/* ------------------------------------------------------ 
Copyright: 2006 High Tech Computing, Inc.

Designed by Starn Marketing Group
http://www.starnmarketing.com
------------------------------------------------------ */ 

/* IMPORT STYLESHEETS */
/* @import url(".css"); */

/* INITIAL STYLES */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
margin: 0;
padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
cursor: pointer;
}

fieldset {
border: none;
}

/* Form field text-scaling */
input, select, textarea {
font-size: 100%;
}

/* =GENERAL
----------------------------- */

body {
background-color: #fff;
/* background: url(images/bg.jpg) #002ea4 50% repeat-y; */
color: #000;
font: 11px Verdana, Helvetica, Arial, sans-serif;}

#container {
width: 720px;
margin: 0px auto;
background-color: #fff;
}

a {
color: #0032a1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
font-size: 18px;
font-weight: normal;
color: #000;
margin-bottom: 3px;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #0032a1;
margin-top: 0px;
}

p {
color: #000;
}

/* =HEADER
----------------------------- */

#header {
width: 220px;
height: 120px;
background: url(images/logo.jpg) #fff no-repeat;
}

#header h1 {
font-size: 1px;
visibility: hidden;
}

/* =SUB-HEADER
----------------------------- */

#sub-header {
width: 720px;
height: 225px;
background: url(images/sub-header.jpg);
margin-bottom: 10px;
}

/* =MENU
----------------------------- */

#menu ul {
margin: 0;
padding: 0;
}

#menu ul li {
float: left;
width: 178px;
height: 170px;
display: inline;
list-style-type: none;
margin: 0 1px 0 1px;
padding: 0 0 1px 0;
background: url(images/bg-box.jpg) #fff repeat-x;
border-top: 2px solid #9bafda;
}

#menu a {
display: block;
width: 178px;
height: 170px;
margin-top: 0px;
padding-top: 1px;
}

#menu a:hover {
background: url(images/bg-box-ro.jpg) top left repeat-x;
height: 170px;
text-decoration: none;
}

#menu h2,
#menu h3,
#menu p {
/* margin: 0 10px 0 10px; */
margin-left: 10px;
margin-right: 10px;
}

#menu h2 {
margin-top: 10px;
}

/* =SUBMENU
----------------------------- */

#submenu ul {
margin: 0;
padding: 0;
}

#submenu ul li {
float: left;
width: 360px;
height: 45px;
display: inline;
list-style-type: none;
margin: 0 0px 0 0px;
padding: 0 0 1px 0;
background: url(images/bg-box.jpg) #fff repeat-x;
border-top: 2px solid #9bafda;
border-bottom: 0px solid #9bafda;
}

#submenu ul li.sub {
width: 90px;
text-align: center;
}

#submenu a {
display: block;
width: 90px;
height: 45px;
margin-top: 0px;
padding-top: 0px;
}

#submenu a:hover {
background: url(images/bg-box-ro.jpg) top left repeat-x;
height: 45px;
text-decoration: none;
}

#submenu h2,
#submenu h3 {
/* margin: 0 10px 0 10px; */
margin-left: 10px;
margin-right: 10px;
}

#submenu h2 {
margin-top: 10px;
}


#submenu h3 {
/* margin-top: 14px;  */
font-size: 11px;
line-height: 40px;
}

*html body #submenu h3 {
line-height: 11px;
margin-top: 14px;
}

/* =CONTENT
----------------------------- */

#content {
clear: both;
padding-top: 5px;
padding-bottom: 10px;
}

*html body #content {
padding-top: 0px;
}

#content p,
#content ul li {
font-size: 12px;
}

/* =CONTENT-MAIN
----------------------------- */

#content-main {
float: left;
width: 450px;
padding-bottom: 10px;
}

#content-main ul li {list-style-type: square;list-style-position: inside;
padding: 3px;
}

#content-main dl {
width: 99%;
overflow: auto;
margin: 10px 0 15px 0;
background: url(images/dot.gif) repeat-x 0 0.9em;
}

dt,
dd.price {
font-size: 12px;
font-weight: bold;
background-color: #fff;
}

dt {
float: left;
padding-right: 3px;
}

dd {
margin:0;
}

dd.price {
float: right;
padding-left: 3px;
color: #0032a1;
}

dd.details {
float: left;
width: 100%;
padding: 3px 0;
color: #555;
}

/* =SIDEBAR
----------------------------- */

#sidebar {
float: right;
width: 260px;
padding-bottom: 10px;
}

#sidebar h4 {
font-size: 14px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding-bottom: 2px;
border-bottom: 1px solid #9bafda;
}

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
font-size: 12px;
padding: 3px 3px 3px 6px;
margin: 0;
}

#sidebar ul li img {
margin-right: 5px;
}

/* =FOOTER
----------------------------- */

#footer {
clear: both;
background-color: #f6f6f6;
border-top: 2px solid #ddd;
padding: 0 0 5px 0;
}

#footer p {
font-size: 11px;
line-height: 18px;
margin: 0;
padding: 5px 0 0 10px;
}

#footer p img {
margin: 0px;
margin-right: 5px;
margin-top: 0px;
}

/* =CREDITS
----------------------------- */

#credits p {
font-size: 10px;
color: #777;
}

#credits a {
color: #777;
}