/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: 0;
}

/* //////////////////// */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 130px; 
	border-bottom: 1px dashed #CCC;
	padding: 10px;
}
#content {
	margin-left: 170px;
	margin-right: 170px;	
	padding: 10px;
	border-left: dashed 1px #CCC;
	border-right: dashed 1px #CCC;
	min-height: 500px;
}
#left {
	float: left;
	width: 170px;
	border-right: dashed 1px #CCC;
}
#right {
	width: 170px;
	float: right;
	border-left: dashed 1px #CCC;
}
#footer {
	clear: both;
	border-top: 1px dashed #CCC;
	padding: 10px;
	color: #CCCCCC;
}
/* IE6 Only */
* html #content {
	/* margin-left: -150px; */
	/* position: absolute; */
}
/* IE7 Only */
*:first-child+html #content {
	/* margin-left: -150px; */
	/* position: absolute; */
}

/*/////////// /////*/
#headlogo {
	float: left;
}
#contact {
	float: left;
	padding-left: 10px;
	font-size: 14px;
}
#nav, #nav a {
	font-size: 14px;
}
table .tdshop {
	width: 200px;
	height: 200px;
	vertical-align:bottom;
	padding: 10px;
	border-bottom: 1px dashed #CCC;	
}
h1 {
	font-size: 16px;
}

/*////////////////// */
a, a:hover, a:active, a:visited {
	color: #FF0000;
	text-decoration:underline;
}
h1 {
	font-size: 16px;
	margin: 0px;
	font-style:normal;
	padding-bottom: 2px;	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color:#000000;
	padding-bottom: 2px;
}
a h2, a:hover h2, a:active h2, a:visited h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color:#000000;
	text-decoration:underline;
	padding-bottom: 2px;	
}
h3 {
	font-size: 16px;
	margin: 0px;
	color:#FF0000;
	padding-bottom: 2px;	
}
li {
	list-style:none;
	font-size: 16px;
	font-weight:bold;
}
.level2 {
	margin-left: 10px;
}
.level2 .subitem {
	margin-left: 10px;
	list-style: disc;
	color: #FF0000;
}
.button {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px 8px;
}
.leftitem {
	border-bottom: 1px dashed #CCC;
	padding: 10px;
}
.rightitem {
	border-bottom: 1px dashed #CCC;
	padding: 10px;
}
#nav a, #nav a:visited, #nav li {
	color: #999;
	text-decoration:underline;
}
#nav a:hover, #nav a:active {
	color: #000;
	text-decoration:underline;
}
.center {
	text-align:center;
}
#iotw {
	text-align:right;
	padding-left: 10px;
	font-size: 14px;	
}