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

body {
margin-top: 0px;
text-align: center;
background-color: #333333;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

div.main {
width: 750px;
margin: auto;
text-align: left;
background-color: #333333;
}

.shopTable {
width: 750px;
border: none;
}

td {
padding: 10px;
vertical-align: top;
}

td.payPal {
text-align: center;
vertical-align: middle;
font-size: 13px;
width: 165px;
}

td.videoImage {
font-size: 12px;
text-align: center;
}

.boldFont {
font-size: 14px;
font-weight: bold;
color: #33ccff;
}

div.header {
width: 750px;
height: 155px;
background-image:url(images/header.gif);
}

div.navigation{
position: relative;
float: right; 
top: 12px;
width: 500px;
text-align: right;
vertical-align: top;
font-size: 13px;
color: #66CCCC;
}

.contentText {
width: 400px;
float: left;
padding: 20px;
text-align: left;
background-color: #333333;
}

div.title {
background-image: url(images/titleBar.jpg);
width: 750px;
height: 65px;
}

p.nav{
text-align: left;
}

.center {
text-align: center;
}

h1 {
	position: absolute;
	padding: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 16px;
	vertical-align: middle;
	width: 725px;
	color: #33ccff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33ccff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100px;
	color: #33ccff;
}

span.headerSmall {
font-size: 14px;
}

p {
text-align: center;
font-size: 13px;
}

p.nav {
text-align: right;
}

.viewCart {
width: 750px;
position: absolute;
top: 5px;
text-align: right;
top: 175px;
}

a {
color: #FFFF66;
}

a.logos {
color: #333333;
}

img.left {
display: inline;
float: left;
padding: 5px;
}

.green {
color: #66FFCC;
font-weight: bold;
}

