*{
	border:0px solid #eee;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
.pod {
	width: 75%;
	float:left;
}
.halfpod {
	width: 50%;
	float:left;
}
.minipod {
	width: 25%;
	float:left;
	min-height:200px;
}
.largepod {
	width: 100%;
	clear:both;
}
.minipod .pContent, .halfpod .pContent, .pod .pContent, .largepod .pContent {
	background-color:#FFF;
	border: 1px solid #a3a09e; 
	margin:8px; 
	font-size:13px;
	min-height:200px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: rgba(0,0,0,0.1) -2px 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.1) -2px 2px 2px;
	box-shadow: rgba(0,0,0,0.1) -2px 2px 2px;
}
.pContent .inside {
	border:1px solid #FFF; 
	background:url(gdmd/graphics/background_block_slice.jpg) #FFF repeat-x; 
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
body {
	margin:0;
	padding:0;
	background-color: #FFF;
	font-size: 14px;
	height: 100%;
	width: 100%;
}
a {
	cursor: pointer;
	outline:none;
	color: #6C3;
}

a:hover {
	cursor: pointer;
	outline:none;
	color: #6C9;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
fieldset {
	border: 1px dotted #999;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
#test {
	font-size:12px;
	color:#666;
	width:300px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/testimonials.jpg) left top no-repeat;
	padding-left:30px;
	padding-top:10px;
	border-left:solid 5px #CCC;
	padding-bottom:10px;
}

#background {
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
#wrapper {
	width: 100%;
	background-image: url(../images/shadow-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	display:block;
}
#container {
	width: 1020px;
	min-height:900px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header {
	background-color: #9FC;
	height: 370px;
	width: 1020px;
}
#slideshow {
	background-color: #666;
	height: 370px;
	width: 1020px;
	position: absolute;
	z-index: 1;
}
#headerOverlay {
	position: absolute;
	z-index: 25;
	height: 370px;
	width: 1020px;
	background-image: url(../images/navbackground.png);
	background-position: right;
	background-repeat: no-repeat;
	top: 0px;
}
#heading {
	background-image: url(../images/headStrip.jpg);
	height: 25px;
	width: 650px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px outset #999;
}
#featuredContent {
	height: 200px;
	width: 480px;
	font-weight: bold;
	background-image: url(../images/whitefade.png);
	margin-top: 165px;
	background-repeat: no-repeat;
	padding-left: 20px;
	position: absolute;
	top: 5px;
	z-index: 500;
	margin-left: 0px;
	clear: right;
	float: left;
	display: block;
	text-align:left;
}
#featuredContent a {
	color: #000;
}
#featuredContent img {
	border: 1px solid #000;
}

#navigation {
	float: right;
	height: 330px;
	width: 330px;
	padding: 20px;
}
#divider {
	background-color: #666;
	height: 7px;
	width: 100%;
}
#content {
	width: 100%;
	text-align:justify;
}
#content td {
	vertical-align: top;
}
#secondaryContainer {
	padding: 10px;
	width: 1000px;
	min-height:500px;
	float: right;
}
#siteMap {
	width: 1000px;
	font-size: 14px;
	color: #999;
	margin-left: 15px;
}
#pageTitle {
	width: 800px;
	margin-left: 200px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	margin-top: 15px;
}
#secondaryNav {
	padding: 10px;
	width: 200px;
	float: left;
	margin-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
}
#storeNav {
	padding: 10px;
	width: 150px;
	float: left;
	margin-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
}

#subNavbar li {
	list-style-position:outside;
	list-style-image: url(../images/arrow.gif);
	display:list-item;
}
#secondaryContent {
	width: 650px;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#storeContent {
	width: 750px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

#text ul {
	display: inline-block;
}
#text ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	text-align:justify;
}


#footer {
	width: 100%;
	height:200px;
	padding-bottom: 20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}
#ADbottom {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 40px 0 20px 0;
}
#footerNav {
	text-align: center;
	height: auto;
	width: 1000px;
	padding: 10px;
	padding-bottom: 20px;
	margin-top:20px;
	clear:both;
}
#navbar {
	position: absolute;
	z-index: 30;
	width: 250px;
	top: 100px;
	right: 20px;
}
#navbar ul {
	list-style-type: none;
}
#siteMap a {
	color: #999;
	text-decoration: none;
}
#siteMap a:hover {
	text-decoration: underline;
}
#navbar a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/mainmenu-item.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 200px;
	margin-top: 2px;
	padding-top: 10px;
	padding-right: 18px;
	padding-left: 0px;
	display: block;
	font-size: 14px;
	height: 24px;
	padding-bottom: 0px;
	text-align:right;
}
#textarea {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 600px;
	text-align:justify;
}

.thumbimage {
	padding-left:10px;
		
}

.image {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.input {
	border: 2px inset #CCC;
}

.section {
	width: 300px;
	vertical-align: top;
	background-color: #FFF;
}
.horizontalDivide {
	background-image: url(../images/Hdivide.png);
	background-position: left 20px;
	width: 10px;
	background-repeat: no-repeat;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:0px 0px 3px #FFF;
	color: #000;
	text-decoration: none;
	background-image: url(../images/button01.png);
	height: 22px;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E9E9E;
	border-bottom-color: #040404;
}
.submit:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/button01hover.png);
	background-repeat: repeat-x;
}
.viewall a {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:0px 0px 3px #FFF;
	color: #000;
	text-decoration: none;
	background-image: url(../images/button01.png);
	height: 22px;
	width: 108px;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 13px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E9E9E;
	border-bottom-color: #040404;
}

.viewall a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/button01hover.png);
	background-repeat: repeat-x;
	text-decoration: underline;
}
dl {
	width:300px;
	min-height:600px;
	padding-right: 10px;
	padding-left: 0px;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 17px;
	font-weight: bold;
	cursor:pointer;
	background-image:url(../images/video-item.png);
	background-repeat:repeat-y;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
}

dd  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size:12px;
}

dd li {
	padding-left:5px;
	list-style-position:outside;
	display:list-item;
	margin-left:85px;

}


.open  {
	color: #333;
	background-image: url(../images/newsHeadingOpen.png);
	background-repeat: repeat-y;

}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 17px;
	font-weight: bold;
	cursor:pointer;
	background-image:url(../images/newsHeading.png);
	background-repeat:repeat-y;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}
.sliderbox p {
	font-size: 12px;
}


.sliderbox img {
	padding-right: 5px;
}
.title a  {
	color: #000;
	text-decoration: none;
}
.title a:hover {
	color: #333;
	text-decoration: underline;
}
.date  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	line-height: 15px;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	line-height: 15px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	height:1px;
}


ul  {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 10px;
}
ul li div {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.readmoreline   {
	text-transform:uppercase;
	display: block;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-decoration: none;
}
.readmoreline .arrow   {
	width: 14px;
	height: 14px;
	background:url(../_images/layout/readmore.gif) top left no-repeat;
	display: block;
	float: left;
	margin: 1px 8px 0 0;
	font-size: 0px;
	line-height: 0px;
}
.readmoreline:hover .arrow  {
	background-position: bottom left;
}
.readmoreline:hover {
	text-decoration: underline;
}

#creditfooter {
	visibility: hidden;
}
#contact_form {
	width:450px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.clearboth {
	clear: both;
}


/*preload classes*/ .svw {
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul {
	position: relative;
	left: -999em;
} /*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px solid #ff0000;
	margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li {
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #ff0000;
	color: #fff;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, a.current {
	background: #fff;
	color: #ff0000;
} /*tooltips formatting*/
.tooltip {
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}

