/* Global configs */
html * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 0;
}

body {
    color: white;
    font-size: 0.8em;
    background: #1D1D1D;
    font-family: arial, 'trebuchet ms', sans-serif;
    text-align: center;
    z-index: 1;
}

.clear {
    clear: both;
}

h1 {
    font-family: arial black, arial;
    font-size: 1.7em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
}

h2 {
    font-size: 1.4em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
}

p {
    padding: 0px 0px 8px 0px;
}

a:link, a:visited {
    color: #FFFA00;
    text-decoration: none;
    border-bottom: 1px dotted #FFAA00;
}

a:hover {
    border-bottom: 0px solid white;
}



input.searchbox, textarea.searchbox {
    padding: 4px;
    background: #FEDA00;
    border: 1px solid #F5CC02;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select.searchbox {
    padding: 3px;
    background: #FFFE00;
    border: 1px solid black;
}

input.searchbox:focus, textarea.searchbox:focus, select:focus {
    background: #FFFF01;
    border: 1px solid #F5CC02;
}




input.textbox, textarea.textbox {
    padding: 4px;
    background: #767676;
    border: 1px solid black;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #767676;
    border: 1px solid black;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: #9C9C9C;
    border: 1px solid black;
}



.button {
	padding: 3px;
    background: black;
	margin-left: 5px;
	color: white;
    border: 1px solid black;
}


/*
General page layout
*/

#wrapper_nav {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 2;
    background: url(nav_bg.gif);
}

#wrapper_header {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
    background: url(header_bg.png);
}

#wrapper_body {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
    background: #1D1D1D;
}

#wrapper_footer {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
    background: url(footer_bg.gif) #000000;
}

/* Header */

#header {
    position: relative;
    width: 980px;
    margin: 0px auto;
    height: 350px;
	z-index: 3;
}

			#header div.flash {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 980px;
				height: 350px;
			}
                        
			#header div.trans {
				position: absolute;
				top: 10px;
				right: 10px;
				width: 340px;
				height: 90px;
				padding: 10px;
			}
			

#navigation {
    position: relative;
    width: 980px;
    margin: 0px auto;
    height: 90px;
    background: url(tdc_logo.gif) left no-repeat;
}


#wrapper_nav div.navigation {
    position: absolute;
    left: 70px;
    width: 900px;
}

#wrapper_nav div.navigation ul {
    list-style: none;
}

#wrapper_nav div.navigation ul li {
    float: left;
    height: 90px;
}

#wrapper_nav div.navigation ul li a:link, #wrapper_nav div.navigation ul li a:visited {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin: 25px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-right: 1px solid #838383;
    border-bottom: 0px solid black;
}

#wrapper_nav div.navigation ul li a:hover {
    background: #000000;
    color: white;
}

#wrapper_nav div.navigation ul li:hover {
    background: url(nav.png) bottom center no-repeat;
}


/* Body */

#body {
    position: relative;
    width: 980px;
    margin: 0px auto;
    background: #1D1D1D;
    padding: 0px 0px 20px 0px;

}

#body div.content {
    position: relative;
    width: 980px;
    padding: 30px 0px 30px 0px;
    float: left;
}

#body div.left_half {
    position: relative;
    float: left;
    width: 475px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

#body div.right_half {
    position: relative;
    float: right;
    width: 475px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

#body div.left_half a, #body div.left_half a:link, #body div.left_half a:visited, #body div.right_half a, #body div.right_half a:link, #body div.right_half a:visited {
    color: white;
}

#body div.left_half a:hover, #body div.right_half a:hover {
	color: #FFFA00;
    text-decoration: none;
    border-bottom: 1px dotted #FFAA00;
}

#left {
    position: relative;
    float: left;
    width: 660px;
}

#right {

    position: relative;
    float: right;
    width: 310px;
}

#ice {
	margin-top: 10px;
	width: 310px;
	height: 180px;
	background: url(ice_blaster_bg.jpg) top center no-repeat;
}

#ice p {
	padding: 10px 120px 10px 10px;
	color: black;
}

#ice h1 {
	padding: 10px 10px 0px 10px;
	color: black;
}

#ice h3 {
	padding: 0px 10px 0px 10px;
	color: black;
}

#ice a:link, #ice a:visited {
	color: black;
}

#ice a:hover {
	text-decoration: underline;
}




/* Gallery */

#body div.thumb {

}

#body div.thumbItem {
    position: relative;
    width: 188px;
    padding: 0px 0px 20px 0px;
    margin: 0px 18px 20px 0px;
    border-bottom: 10px solid #d3d3d3;
    float: left;
}

#body div.thumbItem a:link, #body div.thumbItem a:visited {
    border-bottom: 0px solid white;
}

#body div.thumbItem img {
    position: relative;
    width: 188px;
    height: 141px;
    border: 0px solid white;
}





/* Products */

div.product {
    width: 106px;
    height: 140px;
    float: left;
    margin: 15px 13px 0px 0px;
    padding: 0px;
    background: white;
    border: 2px solid #FFFF00;
}

div.product p {
    color: black;
}

div.product_images {
    border: 1px solid #d8d9d1;
    width: 400px;
    float: left;
    margin: 15px 0px 0px 0px;
    padding: 15px;
}

div.product_info {
    width: 500px;
    float: right;
}

div.product_white {
    width: 250px;
    margin: 15px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}

div.product_colored {
    width: 498px;
    margin: 15px 0px 0px 0px;
    padding: 15px;
}

div.product_colored ul {
    margin: 10px 0px 10px 20px;
    list-style: square;
}

div.product_colored ul li {
    padding: 0px 0px 5px 10px;
    list-style: square;
}

div.product_name {
    padding: 15px 0px 0px 0px;
    width: 80px;
    font-weight: 800;
    float: left;
}

div.product_colored h3 {
    border-bottom: 1px solid #838383;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: 100;
    color: white;
}

div.product_field {
    padding: 10px 0px 0px 0px;
    width: 80px;
    float: right;
}

div.product_buttons {
    padding: 10px 0px 0px 0px;
    width: 170px;
    text-align: center;
}


div.product_page ul {
    margin: 10px 0px 10px 20px;
    list-style: square;
}

div.product_page ul li {
    padding: 0px 0px 5px 10px;
    list-style: square;
}


div.product_page h3 {
    border-bottom: 1px solid #838383;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: 100;
    color: white;
}



/* Form */

#body div.block {
    margin: 20px 0px 0px 0px;
}

.name {
    display: block;
    height: 27px;
    width: 100px;
    float: left;
    clear: left;
    text-align: right;
    padding: 3px 10px 0px 0px;
    font-weight: 800;
}

.control {
    display: block;
    height: 30px;
}


.search {
    display: block;
    height: 27px;
    width: 100px;
    float: left;
    clear: left;
	color: black;
    text-align: right;
    padding: 3px 10px 0px 0px;
    font-weight: 800;
}

/* Footer */

#footer {
    position: relative;
    width: 980px;
    font-size: 0.9em;
    padding: 40px 0px 0px 0px;
    margin: 0px auto;
    height: 240px;
}

#footer div.address {
    position: relative;
    float: right;
    width: 400px;
}

#footer div.links {
    position: relative;
    float: left;
    width: 400px;
}

#footer a, #footer a:link, #footer a:visited {
    color: #FFFA00;
}

