/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3
{
	margin				: 0;
	padding				: 0;
	font-family			: Arial, Verdana, sans-serif;
}

body {
	color				: #000000;
	font-size			: 12px;
	background-attachment: fixed;
}

input.text, textarea {
	font-size			: 11px;
	padding				: 2px 0px 3px 5px;
}

form .form_additional {
	border-top			: 1px solid #FF53BA;
	border-bottom		: 1px solid #FF53BA;
	margin-bottom		: 10px;
	padding				: 5px 1px;
}

#center .box form input.button {
	width				: auto;
	background-color	: #000000;
	color				: #ffffff;
	font-size			: 10px;
	text-transform		: uppercase;
	cursor				: pointer;
}

#right input.text {
	width				: 200px;
	padding				: 2px 0px 3px 5px;
	border				: 1px solid #000000;
}

select {
	border				: 1px solid #000000;
	font-size			: 11px;
	padding				: 2px 2px;
	margin-bottom		: 3px;
}

#right select {
	width				: 207px;
}

#right form {
	padding-top			: 10px;
}

img {
	border				: 0px;
}

a {
	color				: #EC008C;
	text-decoration		: underline;
}

a:hover {
	text-decoration		: none;
}

a.more, a.more_big  {
	font-size			: 9px;
	color				: #ffffff;
	text-transform		: uppercase;
	background-image	: url(/dsg/link_more.gif);
	background-repeat	: no-repeat;
	width				: 100px;
	padding				: 3px 0px 3px 4px;
	display				: block;
	text-decoration		: none;
}

div.more {
	margin-top			: 10px;
}

a.more_big {
	width				: 206px;
	background-image	: url(/dsg/link_more_big.gif);
}

#right .box.black a.more {
	background-image	: url(/dsg/link_more_white.gif);
	color				: #000000;
}

.error {
	font-weight			: bold;
	color				: #EC008C;
}

#center .box.default .content div.comments a {
	text-transform		: uppercase;
	font-size			: 10px;
	color				: #999999;
}

#center div.disclaimer {
	color				: #999999;
	font-weight			: bold;
	border-bottom		: 1px solid #DDDDDD;	
	padding-bottom		: 10px;
}

#center div.comment {
	border-bottom		: 1px solid #DDDDDD;
	padding-bottom		: 10px;
	padding-top			: 6px;
}

#center div.comment h3 {
	font-weight			: normal;
	color				: #EC008C;
}

#center .box div.comment h3 a {
	font-weight			: bold;
}

#center div.comments_list .bottom {
	background-image	: url(/dsg/box_comments_bottom.png);
	width				: 450px;
	height				: 30px;
}

*html #center div.comments_list .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_comments_bottom.png', sizingMethod='scale');
}

#center div.rating {
	text-align			: right;
	width				: 90px;
}

#center div.rating img {
	padding-left		: 2px;
}

form a.more {
	margin-top			: 10px;
}

/* form */
#center form table {
	border				: none;
	margin-top			: 10px;
}

#center .box form table th,
#center .box form table td {
	padding				: 0px;
	margin				: 0px;
	border				: none;
	vertical-align		: top;
	padding-bottom		: 10px;
}

#center .box form table th {
	width				: 80px;
	padding-top			: 2px;
}

#center .box form table tr.single th {
	width				: 100%;
	color				: #EC008C;
	text-transform		: none;
	font-size			: 12px;
}

#center .box form table tr.single td {
	width				: 100%;
}

#center .box form select {
	width				: 218px;
}

#center .box form table td.split {
	border-top			: 1px solid #DDDDDD;
	padding				: 0px;
	padding-bottom		: 7px;
}

#center .box form table td.split div {
	height				: 1px;
	overflow			: hidden;
}

#center .box form div.rating {
	float				: none;
	text-align			: left;
}

#center .box form textarea {
	width				: 333px;
	border				: 1px solid #000000;
	height				: 120px;
}

#center .box form input {
	width				: 333px;
	border				: 1px solid #000000;
}

#center .box form input.radio {
	width				: auto;
	border				: none;
}

#center .box form a.more {
	width				: 177px;
	background-image	: url(/dsg/form_submit.gif);
	margin				: 0px;
}

/* paging */
div.paging {
	height				: 100%;
	text-align			: center;
	color				: #EC008C;
	font-weight			: bold;
	margin-top			: 20px;
	margin-bottom		: 10px;
}

#center div.paging a {
	color				: #000000;
	font-weight			: normal;
}

#center a.more.prev,
#center a.more.next {
	color				: #ffffff;
	width				: 150px;
	padding				: 3px 4px 3px 4px;
}

#center a.more.prev {
	float				: left;
	background-image	: url(/dsg/prev.gif);
	text-align			: right;
}

#center a.more.next {
	background-image	: url(/dsg/next.gif);
	background-position	: top right;
	text-align			: left;
}

div.spacer {
	clear				: both;
	height				: 0;
	overflow			: hidden;
}

ul li {
	margin-left			: 20px;
}

ul.first {
	padding-top			: 1px;
}

p {
	padding-top			: 10px;
}

h1, h2 {
	font-family			: Trebuchet, Verdana;
	font-size			: 13px;
}

t {
	border				: none;
	border-collapse		: collapse;
}

th {
	color				: #999999;
	font-weight			: normal;
	text-transform		: uppercase;
	text-align			: left;
	border				: none;
	border-bottom		: 1px solid #000000;
	font-size			: 10px;
	padding-bottom		: 5px;
}

td {
	border				: none;
	border-bottom		: 1px solid #DDDDDD;
	padding				: 5px 0px;
}

table tbody td {
	font-size			: 11px;
}

/* header */
#top {	
	background-image	: url(/dsg/square.gif);
	background-repeat	: no-repeat;
	background-position	: 50px 21px;
	border-bottom		: 4px solid #ffffff;
}

#top a, #to_top a {
	text-transform		: uppercase;
	font-size			: 10px;
}

#top a.active {
	text-decoration		: none;
}

#header {
	margin-top			: 30px;
	background-image	: url(/dsg/square_black.gif);
	background-repeat	: no-repeat;
	background-position	: 477px 0px;
	padding-bottom		: 2px;
	height				: 1%;
	width				: 770px;

}

#menu_above_top, #menu_top {
	background-color	: #000000;
	padding				: 2px 0px 4px 30px;
	background-image	: url(/dsg/link_arrow.gif);
	background-repeat	: no-repeat;
	background-position	: 11px 7px;
	margin-left			: 412px;
}

#menu_top {
	margin-left			: 0px;
	padding-left		: 50px;
	background-position	: 31px 7px;
	width				: 248px;
	float				: left;
}

#menu_above_top ul {
	width				: 330px;
}

#menu_above_top li, #menu_top li {
	display				: inline;
	margin-left			: 0px;
	margin-right		: 7px;
}

#menu_top li a {
	position			: relative;
}

#toolbar {
	position 			: absolute;
	margin-left			: 302px;
	margin-top			: 30px;
}

#search {
	padding-left		: 232px;
	float				: left;
	display				: inline;
}

*html #search {
	margin-top			: -1px;
}

#search input.text {
	width				: 213px;
	padding				: 2px 0px 3px 3px;
	border				: 1px solid #ffffff;
	background-color	: #000000;
	color				: #ffffff;
}

#search_submit {
	top					: 41px;
	position			: absolute;
	margin-left			: 3px;
}

#logo {
	display				: inline;
	margin-left			: 45px;
	float				: left;
	width				: 510px;
	height				: 110px;
	background-image	: url(/dsg/logo.png);
	clear				: left;
	margin-top			: -4px;
	text-decoration		: none;
	background-repeat	: no-repeat;
}

*html #logo {
	clear				: none;
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/logo.png', sizingMethod='scale');
}

#right_logo {
	right				: 10px;
	top					: 48px;
	position			: absolute;
	float				: right;
}

#register {
	float				: left;
	margin-left			: -28px;
	margin-top			: 30px;
	background-image	: url(/dsg/register.png);
	width				: 243px;
	height				: 46px;
	cursor				: hand;
}

*html #register {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/register.png', sizingMethod='scale');
}

#register #note {
	margin-top			: 27px;
	margin-left			: 12px;
}

#register a {
	color				: #ffffff;
	float				: left;
}

#register a.logout {
	float				: right; 
	width				: 80px; 
	height				: 20px; 
	text-align			: right; 
	padding-right		: 10px;
	position			: relative;
}

#header_border {
	width				: 664px;
	height				: 8px;
	background-image	: url(/dsg/header_border.png);
	overflow			: hidden;
}

*html #header_border {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/header_border.png', sizingMethod='scale');
}

/* main menu */
#menu {
	margin-left			: 50px;
	margin-bottom		: 22px;
	width				: 720px;
}

#menu li {
	display				: inline;
	margin				: 0px;
}

#menu li a {
	text-transform		: uppercase;
	font-size			: 13px;
	font-family			: Trebuchet, Verdana;
	color				: #ffffff;
	text-decoration		: none;
	letter-spacing		: -1px;
	margin-right		: 25px;
}

#menu li a:hover {
	text-decoration		: underline;
}

#menu .active {
	text-decoration		: underline;
}

#menu .last {
	margin-right		: 0px;
}

/* page layout */
#page {
	padding-bottom		: 10px;
}

#container {
	height				: 1%;
	width				: 770px;
}

#center, #right {
	background-image	: url(/dsg/box_arrow.gif);
	background-repeat	: no-repeat;
	padding-top			: 20px;
}

#center {
	width				: 450px;
	margin-left			: 50px;
	float				: left;
	display				: inline;
}

#right {
	width				: 240px;
	display				: inline;
	float				: right;
}

#center.no_right {
	width				: 720px;	
}

#center.no_right.single {
	background-image	: none;
	padding-top			: 0px;
}

/* box layouts */
.box {
	padding-bottom		: 10px;
}

.box h1 {
	padding				: 3px 0px 4px 0px;
	font-weight			: normal;
}

#right .box h1 {
	font-weight			: bold;
}

.box h2 {
	padding				: 3px 0px 1px 0px;
	font-weight			: normal;
}

#right .box h2 {
	font-weight			: bold;
	font-size			: 12px;
	margin-top			: 10px;
	font-family			: Arial;
}

#right h2.first {
	padding-top			: 10px;
	margin-top			: 0px;
}

.box h3 {
	font-size			: 12px;
}

.box ul {
	margin-top			: 10px;
	list-style			: none;
}

.box li {
	background-image	: url(/dsg/ul_arrow_light.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 4px;
	display				: block;
	margin				: 10px 0px 0px 0px;
	padding-left		: 16px;
	clear				: both;
}

.box .content {
	font-size			: 11px;
	height				: 1%;
}

#center .box .content {
	padding				: 5px 15px 10px 15px;
}

#right .box .content {
	padding				: 0px 10px 0px 10px;
}

.box .lead {
	padding				: 0px 15px;
}

.box .big_lead {
	color				: #000000;
	font-size			: 18px;
}

.box .big_lead span {
	color				: #ffffff;
}

.box .content a {
	color				: #ffffff;
}

.box .bottom {
	height				: 31px;
	width				: 239px;
}

.box .lead .picture {
	margin-left			: -25px;
	margin-top			: 10px;
	position			: relative;
}

.box .lead .title_picture {
	float				: right;
	margin-top			: 10px;
}

.box .lead .title_picture_alt {
	display				: none;
}

.box .lead .title_picture.no_picture {
	float				: none;
	margin-left			: -10px;
}

/* no right col layout */
#center.no_right .box {
	width				: 345px;
	float				: left;
}

#center.no_right .box.num_1 {
	margin-top			: -20px;
	padding-top			: 20px;
	background-image	: url(/dsg/box_arrow.gif);
	background-repeat	: no-repeat;
}

#center.no_right .box.num_2,
#center.no_right .box.num_3 {
	width				: 450px;
}

#center.no_right .box.num_0 {
	margin-right		: 30px;
}

#center.no_right h1 {
	font-size			: 15px;
	background-image	: url(/dsg/box_default_h1_split.gif);
	padding				: 6px 0px 6px 0px;
	font-weight			: bold;
}

#center.no_right .box.default .lead_bottom {
	width				: 344px;
}

#center.no_right .box.num_0 .lead_bottom {
	height				: 28px;
	background-image	: url(/dsg/box_default_lead_bottom_split_0.png);
}

*html #center.no_right .box.num_0 .lead_bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_split_0.png', sizingMethod='scale');
}

#center.no_right .box.num_1 .lead_bottom {
	height				: 29px;
	background-image	: url(/dsg/box_default_lead_bottom_split_1.png);
}

*html #center.no_right .box.num_1 .lead_bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_split_1.png', sizingMethod='scale');
}

#center.no_right .box.default a.more {
	background-image	: url(/dsg/link_more_lead.gif);
	width				: 150px;
}

#center.no_right h1.no_lead, #center .comments_list h1  {
	background-image	: url(/dsg/box_default_h1_split_no_lead.gif);
	color				: #ffffff;
	padding				: 23px 0px 4px 0px;
	font-size			: 13px;
}

/*#center.no_right .box.default */

/* signle no right content */
#center.no_right.single .box.num_0 {
	margin-right		: 0px;
	width				: 720px;
}

#center.no_right.single .box.num_0 h1 {
	background-image	: url(/dsg/box_single_h1.gif);
	font-size			: 24px;
	padding-bottom		: 9px;
	font-weight			: normal;
}

#center.no_right.single .box.num_0 .bottom {
	height				: 30px;
	width				: 720px;
	background-image	: url(/dsg/box_single_bottom.png);
}

*html #center.no_right.single .box.num_0 .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_single_bottom.png', sizingMethod='scale');
}

/* box documents */
.box ul.documents {
	list-style			: none;
}

.box ul.documents li {
	padding				: 0px;
	background-image	: none;
	width				: 100%;	
}

.box ul.documents li a {
	display				: block;
}

.box ul.documents img {
	float				: left;
	margin-right		: 20px;
	margin-top			: 3px;
}

/* box faq */
.box ul.faq {
	padding-top			: 5px;
	margin				: 0px;
	height				: 1%;
}

.box ul.faq li {
	margin				: 0px;
	padding-top			: 7px;
	background-position	: 0px 11px;
	background-image	: url(/dsg/ul_arrow_grey.gif);
}

.box ul.faq li.active {
	background-image	: url(/dsg/ul_arrow_dark.gif);
	padding-bottom		: 10px;
}

#center .box ul.faq li a {
	font-weight			: normal;
	color				: #888888;
}

.box ul.faq li.active h3 {
	margin-bottom		: 5px;
}

/* default */
.box.default h1 {
	background-image	: url(/dsg/box_default_h1.gif);
	color				: #EC008C;
	padding				: 6px 0px 7px 0px;
	font-size			: 24px;
}

.box.default h2 {
	color				: #EC008C;
	font-size			: 16px;
	padding-top			: 30px;
	font-weight			: bold;
}

.box.default h2.first {
	padding-top			: 10px;
}

.box.default li {
	background-image	: url(/dsg/ul_arrow_dark.gif);
}

.box.default .lead li {
	background-image	: url(/dsg/ul_arrow_light.gif);
}

.box.default .content a {
	color				: #EC008C;
}

.box.default .lead {
	background-color	: #EC008C;
	color				: #ffffff;
}

.box.default .lead.no_picture {
	font-size			: 18px;
	color				: #000000;
}

.box.default .lead a {
	color				: #ffffff;
}

.box.default .content {
	background-color	: #ffffff;
	font-size			: 12px;
}

.box.default .bottom {
	background-image	: url(/dsg/box_default_bottom.png);
	width				: 449px;
}

*html .box.default .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_bottom.png', sizingMethod='scale');
}

.box.default .lead_bottom {
	background-image	: url(/dsg/box_default_lead_bottom.png);
	width				: 450px;
	height				: 30px;
}

.box.default .lead_bottom.no_content {
	background-image	: url(/dsg/box_default_lead_bottom_no_content.png);
}

*html .box.default .lead_bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom.png', sizingMethod='scale');
}

*html  .box.default .lead_bottom.no_content {
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_no_content.png', sizingMethod='scale');
}

/* brown layout */
.box.brown h1 {
	background-image	: url(/dsg/box_brown_h1.gif);
	color				: #868364;
}

*html .box.brown h1 {
	background-image	: url(/dsg/box_brown_h1_ie.gif);
	color				: #7C7959;
}

#right .box.brown h2 a {
	color				: #000000;
}

.box.brown .content {
	background-color	: #868364;
}

*html .box.brown .content {
	background-color	: #7C7959;
}

.box.brown .bottom {
	background-image	: url(/dsg/box_brown_bottom.png);
}

*html .box.brown .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_brown_bottom.png', sizingMethod='scale');
}

/* pink layout */
.box.pink h1 {
	background-image	: url(/dsg/box_pink_h1.gif);
	color				: #EC008C;
}

/*
*html .box.pink h1 {
	background-image	: url(/dsg/box_pink_h1_ie.gif);
	color				: #EA0082;
}
*/

.box.pink .content {
	background-color	: #EC008C;
}

/*
*html .box.pink .content {
	background-color	: #EA0082;
}
*/

.box.pink .bottom {
	background-image	: url(/dsg/box_pink_bottom.png);
	height				: 29px;
}

*html .box.pink .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_pink_bottom.png', sizingMethod='scale');
}

/* black layout */
.box.black h1 {
	background-image	: url(/dsg/box_black_h1.gif);
	color				: #000000;
	font-weight			: bold;
}

.box.black .content {
	background-color	: #000000;
	color				: #868364;
}

.box.black .bottom {
	background-image	: url(/dsg/box_black_bottom.png);
	height				: 29px;
}

*html .box.black .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_black_bottom.png', sizingMethod='scale');
}

/* footer */
#foot {
	margin-left			: 0px;
	background-image	: url(/dsg/foot_bg.gif);
	background-repeat	: no-repeat;
	width				: 530px;
	float				: left;
	clear				: left;
}

#foot div {
	font-size			: 11px;
	color				: #ffffff;
	margin-left			: 50px;
	margin-right		: 30px;
}

#to_top {
	background-color	: #000000;
	text-align			: right;
	padding				: 3px 10px 4px 0px;
}

#foot_note {
	margin-top			: 8px;
	margin-bottom		: 10px;
}

#menu_foot {
	height				: 1%;	
}

#menu_foot ul {
	clear				: left;
}

#menu_foot li {
	display				: inline;
	margin				: 0px;
}

#menu_foot li a {
	margin-right		: 4px;
	padding-right		: 4px;
	background-image	: url(/dsg/foot_menu_separator.gif);
	background-repeat	: no-repeat;
	background-position	: right;
	display				: block;
	float				: left;
}

#menu_foot li a.last {
	background-image	: none;
}

#menu_foot .active {
	text-decoration		: none;
}

#foot_contact {
	padding-top			: 10px;
	clear				: left;
}
