/* Reset */
html, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, abbr, acronym, img, div, fieldset, form, label, legend, table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}


/* Generic */
body {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Lucida Grande, Arial, Helvetica, sans-serif;
    background: #dfd9f0 url(images/ghost.png) top left no-repeat;
    background-attachment: fixed;
    margin: 50px;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

h1 {
	display: none;
}

h2 {
	color: #7977b8;
	font-size: 2.3em;
}

h3 {
	color: #7977b8;
	font-size: 1.4em;
	margin: 1.3em 30px -10px 30px;
}


/* Layout */
.main-container {
	width: 970px;
	margin: 0 auto;
}

.content-container {
	background: url(images/main-bg.png) repeat-y;
	padding: 0 5px;
}

.nav-container {
	background: url(images/nav-bg.png) top left repeat-x;
	height: 46px;
}

.intro-container {
	background: #d0cdff;
	padding: 0 5px 10px 5px;
}

.intro-bot {
	background: url(images/intro-bg.png) top left repeat-x;
}

.white-container {
	
}


/* Nav */
.nav {
    margin: 0;
	padding: 0;
}

.nav li {
    list-style-type: none;
	float: left;
    margin: 7px 0 0 5px;
    padding: 5px;
}

.nav li a {
    font-weight: normal;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #D5D3EB;
}

.nav li a:hover {
    color: #fff;
}


/* Text Styles */
p {
    font-size: 1em;
    text-align: justify;
    font-family: Georgia, Times New Roman, Times, serif;
}

p a {
    color: #7977b8;
}

p a:hover {
    color: #4b4984;
}

.intro-container p {
	color: #696684;
	margin: 0 30px;
	line-height: 1.3em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

.white-container p {
	font-size: 0.9em;
	color: #7d7d7d;
	margin: 1em 30px 0 30px;
}

i {
    background: #fffcc9;
    font-weight: normal;
	padding: 2px;
}


/* Product Images */
.container {
    margin: 0 30px;
}

.imgbox {
    margin: 1px;
    float: left;
	overflow: hidden;
	width: 160px;
	height: 160px;
	padding: 5px;
    margin-bottom: 1px;
	background: url(images/img-bg.png) top left no-repeat;
}

.imgboxin {
    margin: -18px 0 0 0;
}

.imgboxin a {
    font-size: 0.8em;
    color: #fff;
    background: url(images/trans.png);
    padding: 2px;
}

















label {
    font-size: 1em;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #000;
    line-height: 1.3em;
    display: block;
    padding: 2px;
    margin-left: 30px;
}

input {
    font-size: 1em;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #554DA8;
    line-height: 1.3em;
    border: #CBC1E6 2px solid;
    padding: 2px;
    width: 250px;
}

select {
    font-size: 1em;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #554DA8;
    line-height: 1.3em;
    border: #CBC1E6 2px solid;
    padding: 2px;
    width: 250px;
}

textarea {
    font-size: 1em;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #554DA8;
    line-height: 1.3em;
    border: #CBC1E6 2px solid;
    padding: 2px;
    width: 350px;
    height: 250px;
}

form {
    background: #EFECF8;
    padding: 10px;
    width: 450px;
    margin-left: 50px;
}

/* Classes */
.button {
    font-size: 1.5em;
    text-align: left;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #554DA8;
    line-height: 1.3em;
    border: #CBC1E6 2px solid;
    background: #DFD9F0;
    padding: 4px;
    width: 100px;
    margin-left: 32px;
}








.alternate {
    background: #EFECF8;
}

.alternate img {
    border: #EFECF8 5px solid;
}

.nonternate img {
    border: #FFF 5px solid;
}



.right {
    float: right;
    margin-left: 7px;
    padding: 0;
}

.left {
    float: left;
    margin-right: 7px;
    padding: 0;
}


/* IDs */
#legal {
    clear: both;
    float: left;
    font-size: 0.6em;
    text-align: left;
    color: #7d7d7d;
}

#lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

#lightboxDetails {
    font-size: 1em;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #554DA8;
    padding-top: 0.4em;
}

#lightboxCaption {
    float: left;
}

#keyboardMsg {
    float: right;
}

#closeButton {
    top: 5px;
    right: 5px;
}

#lightbox img {
    border: none;
    clear: both;
}

#overlay img {
    border: none;
}

#overlay {
    background: url(images/overlay.png);
}* html #overlay {
    background-color: #333;
    back\ground-color:transparent; background-image:url(blank.gif); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");}