* {margin: 0;
   padding: 0;}
   
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #CCCCCC;
}

#counter {

}

#container {
	width: 770px;
	margin: 10px auto;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #75778E;
	text-align: left;
	padding: 10px;
}

#header {
	margin-bottom: 10px;
	padding-top: 10px;
	height: 65px;
	width: 770px;
	background-image: url(images/dmtg_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
}

#flash {
	margin-bottom: 10px;
/***	height: 200px; ***/
	width: 770px;
}

#productimg {
	width: 200px;
	height: 200px;
	border: none;
}

#mainpage {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainpage p {
	font-size: 12px;
}

#mainpage a {
	color:#820606;
	text-decoration: none;
}

#content {
	float: right;
	width: 527px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftbox {
	padding: 5px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	float: left;
}  

#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 770px;
	background-color: #CCCCCC;
	color: #666666;
	text-align: center;
	font-size: 12px;
	border-top:4px solid #B30000;
}

#footer b {
	color: #666666;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	}

td, tr {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	width: 33%;
	vertical-align: top;
}

h1 {
	font-size: 24px;
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	color: #798196;
	border: 1px solid #EEEEEE;
}

h3 {
	font-size: 12px;
	padding: 5px;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
}

b {
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}
	
font {
	font-size: 12px;
}

a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #820606}
a:active {color: #890000}

/********** MENU *************/
#menu {
	position: relative;
	display: block;
	height: 39px;
	width: 770px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	border-top: 4px solid #B30000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
}

#menu ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
}

#menu ul li a:hover,#menu ul li a.current {
	color: #B30000;
	background: #fff url(images/bgON.gif) no-repeat top right;
}

#menu_cur a {
	color: #B30000;
	background: #fff url(images/bgON.gif) no-repeat top right;
}
/********** SUBMENU *************/
#submenu {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#submenu ul li {
	display:block;
	margin:0;
}

#submenu ul li a {
	display:block;
	color: #676D79;
	text-decoration:none;
}

#submenu ul li a:hover,#submenu ul li a.current {
	color:#820606;
}

/********** PATH *************/
#path {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.path a:link, .path a:visited, .path a:hover, .path a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #676D79;
}

.curr a:link, .curr a:visited, .curr a:hover, .curr a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #820606;
}
