@charset "UTF-8";
/* CSS Document */


	#nav {
	padding:0;
	list-style:none;
	width:720px;
	float:left;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	clear: both;
		}
	#nav li {
	margin:0;
	float:left;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
		}
	#nav a {
	float:left;
	color:#ffffff;
	width: 140px;
	text-decoration: none;
	text-align: center;
		}
	
	#nav a:hover {
	color:#a63323;
		}
	#body_hom #nav_hom a,
		#body_design #nav_design a,
		#body_order #nav_order a,
		#body_about #nav_about a,
		#body_catalog #nav_catalog a {
	color:#A63323;	
		}
	#footer {
	padding:0;
	width:600px;
	list-style-type: none;
	clear: both;
	
		}
	#footer li {
	margin:0;
	float:left;
	font-size: 9px;
	font-weight: bold;
	padding: 0;
		}
	#footer a {
	float:left;
	color:#000000;
	width: 100px;
	text-decoration: none;
	text-align: center;
		}
	
	#footer a:hover {
	color:#a63323;
		}
	#text li a {
	color:#a63323;
	text-decoration: none;
	font-weight: bold;
		}
	
	#text li a:hover {
	color:#a63323;
	text-decoration: underline;
		}
	#main_content li a {
	color:#a63323;
	text-decoration: none;
	font-weight: bold;
		}
	
	#main_content li a:hover {
	color:#a63323;
	text-decoration: underline;
		}
