@charset "utf-8";
/* CSS Document */

/*------------------------------>GLOBAL RESETS<------------------------------*/
* {padding: 0px; margin: 0px;}

a, a:visited {text-decoration:none;}

a:focus {outline: none;}

img {border:0;}


/*------------------------------>FIX<------------------------------*/

/*height-fix for IE*/
html>body {
	min-height: 1000px
}


/*------------------------------>BASE TYPO<------------------------------*/

body {
	background: url(img/dg_background.png) no-repeat top center;
	height: 1200px;
	font: 11px/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

p{
	padding-bottom: 1.5em;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0px 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0px 0px;
}

a {color: #FFF}
	#description a {color: #C00}
	#menu a:hover, #description a:hover {color: #C00; border-bottom: 1px dotted #CC0000}

li{list-style-type: none}

.red {color: #C00}
.normal {font-weight: normal}
.line {text-decoration: line-through}


/*------------------------------>OBJECT Styles<------------------------------*/

#DG {
	margin-top: -68px;
	margin-left: 60px;
	float: left;
}

#outsideFrame {
	width: 750px;
	margin: auto;
	margin-top: 87px;
}

#menu {
	margin-right: 10px;
	text-align: right;
}

#mainFrame {
	background-color: #000;
	margin-top: 60px;
	padding-left: 50px;
}

#mainImage, #bigImage {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#popup {
	display: none; 
	border: 5px solid #FFFFFF;
	position: absolute;
	margin-top: -40px;
	margin-left: -75px;
}

#description {
	padding-top: 15px;
	padding-left: 290px;
}
	#description td {
		height:35px;
		text-align: center;
		padding: 2px;
	}

#tshirtCollection {
	clear: both;
	padding-top: 20px;
}
	#tshirtCollection li{
		float: left;
		text-align: center;
		padding-right: 17px;
		padding-bottom: 10px;
	}

.minus20 {
	margin-top: -20px;
}

.clear{
	clear:both;
}

.preload{
	height: 0px;
	width: 0px;
}

.sizechart td{
	padding: 0px 5px;
}
