@charset "utf-8";
/* CSS Document */


/* Global Styling */
*
{
margin: 0;
padding: 0;
}

body
{
background: #FFFFFF url(../images/back-repeat.gif) top repeat-x;
color: #09082a;
font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
font-size: 14px;
}

p
{
word-spacing: 1px;
}

h2
{
font-size: 22px;
color: #02add8;
margin: 6px 0;
}

h3
{
font-size: 18px;
border-bottom: #CCCCCC solid 1px;
color: #02add8;
}

a
{
color: #02add8;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:focus
{
outline: none;
}

dl{
margin-top: 10px;
}

dt {
float: left;
padding: 5px 15px 0 0;
width: 150px;
}

dd {
margin: 0 0 0 15px;
padding: 5px 10px 5px 0;
text-align: left;
}

.head-color
{
color: #09082a;
}

#wrapper
{
margin: 0 auto;
padding: 0;
width: 990px;
}

#header
{
background: transparent url(../images/header.jpg) no-repeat top center;
height: 329px;
}

#left-nav
{
width: 280px;
float: left;
background-color: #09082a;
padding: 0 0px;
}

#content
{
background: url(../images/wrapper-back.png) repeat-y center;
}

#right-container
{
float: left;
width: 620px;
margin-left: 25px;
margin-top:-90px;
}

.content-block
{
margin-top: 16px;
}

/* Navigation Menu Styling */
#menu
{
margin: 10px 0 0 0px;
list-style: none;
}

#menu li
{
background: url(../images/underline.png) bottom no-repeat;
padding: 0 0 8px 20px;
margin-top: 8px;
margin-bottom: 4px;
}

#menu li a
{
text-decoration: none;
display: block;
font-size: 20px;
color: #02add8;
}

#menu li a:hover, #menu li a.current
{
background: url(../images/bullet.png) no-repeat 90% 50%;
}

#menu li a span
{
display:block;
font-size:12px;
color: #e5e5e5;
}

.tagline
{
text-transform: uppercase;
margin: -4px 0 10px 0;
font-size: 12px;
font-weight: bold;
}

.services-list
{
margin:10px 0 10px 4px;
list-style: none;
}

.services-list li
{
background: url(../images/bullet.gif) left 50% no-repeat;
margin-bottom: 6px;
width: 280px;
float: left;
padding-left: 20px;
}

#grey-content
{
background-color: #09082a;
padding: 10px;
color: #e5e5e5;
overflow: hidden;
margin-top: 4px;
}

#grey-content img
{
float: left;
border: #FFFFFF solid 4px;
margin-right: 10px;
}

/* News container styling */
.post
{
clear:both;
padding-top: 15px;
}

.post-month
{
font-size: 11px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
display:block;
line-height: 11px;
padding-top: 2px;
margin-left: -3px;
}

.entry
{
clear: both;
padding-top: 10px;
}

.post-cat
{
float:right;
font-size: 12px;
color: #666666;
}

.post-date
{
float:left;
font-size: 12px;
color: #666666;
}

/* Contact Form Styling */
#contact-form
{
margin-top: 20px;
}

label{
float: left;
width: 120px;
color: black;
}

input, textarea, select{
font: normal 100% Verdana, Geneva, sans-serif;
width: 205px;
color: black;
}

textarea{
width: 280px;
height: 150px;
}

.boxes{
width: 1em;
}

.submitbutton
{
margin-left: 150px;
color: black;
width: 120px;
}

.buybutton
{
border: none;
margin-top: 0px;
margin-left: 10px;
width: 110px;
height: 40px;
cursor: pointer;
text-indent: -9000px;
}

.qtyselect
{
width: 135px;
margin-bottom: 5px;
border: 1px solid #02add8;
background-color: #ffffe5;
height: 24px;
padding-top: 0px;
}

#footer
{
margin: 20px 0 10px 0;
border-top: #02add8 solid 1px;
padding-top: 10px;
text-align: right;
}

.demobutton{
border:1px solid #000;
margin-top:2px;
}

.demobuttonsel{
border:1px dotted #000;
margin-top:2px;
}

.demobuttonoff{
display: none;
