/* CSS Document */

/*	=reset & global

---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
/* a { color: #6D4F4F; } */
a { color: #D7D7D7; }
ol, ul { list-style: none; }
legend { display: none; }

body {
	color: #fff;
	background: #000;
	font-size: 100%;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/*	=layout

---------------------------------------------------------------------------- */

#contentWrap {
	width: 970px;
	margin: 0 auto;
}

#main {
	padding: 0 17px;
	font-size: 0.79em;
	height: 100%;
	overflow: hidden;
}

#columnLeft, #center, #columnRight {
	float: left;
	width: 304px;
}

#center, #columnRight {
	margin-left: 12px;
}

/* =menu */

#menu {
	padding: 10px 17px;
}

#menu a, #menu a:visited {
	color: #fff;
	font: italic bold 1.1em "Trebuchet MS", sans-serif, Arial;
	padding-right: 6px;
}

#menu a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* =content */

#main p {
	margin: 8px 0;
}
#main ul {
	margin: 8px 0 8px 30px;
	list-style: disc;
}
#main ol {
	margin: 8px 0 8px 30px;
	list-style-type: decimal;
}

.marked {
	font: italic bold 1.3em "Trebuchet MS", sans-serif, Arial;
	color: red;
}

/* =path */
.path {
	color: #6D4F4F;
	padding: 10px 0;
}

/* =gallery product */

#categories {
	float: left;
	width: 204px;
	color: #fff;
	font: italic bold 1.0em "Trebuchet MS", sans-serif, Arial;
	padding-right: 5px;
}

#categories_desc {
	height: 100%;
	width: 670px;
}

#galleryProduct {
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	/*background-color: #444;*/
	padding: 10px;
	width: 670px;
	font-size: 0.80em;
	text-align: center;
}
#galleryProduct ul { 
	list-style: none;
	clear: both;
	padding: 10px 0;
 }
#galleryProduct ul li { float: left; width: 160px; }
#galleryProduct ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	display: block;
}
#galleryProduct ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#galleryProduct ul a:hover { color: #fff; }

/* =footer */

#footer {
	margin: 10px 0;
	padding: 0 17px 0 10px;
	background: #2F0304 url(/images/gfx/bg_footer.gif) top left repeat-x;
	height: 20px;
	color: #6D4F4F;
	font-size: 0.66em;
	overflow: hidden;
}

#footer ul {
	float: left;
	overflow: hidden;
}
#footer ul li {
	float: left;
	background: url(/images/gfx/separator_footer.gif) top left no-repeat;
	background-position: 0 2px;
	margin: 3px 0 4px -1px;
	
}
#footer ul li a, #footer ul li a:visited  {
	padding: 0 10px;
	color: #6D4F4F;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: right;
	padding: 3px 0 4px 6px;
}

/* =additions */

.display_block { 
	display: block; 
}
.margin_top10 { 
	margin-top: 10px; 
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

/* my modifications */

#column1, #column2 {
	float: left;
	width: 456px;
}

.highlited {
	color: red;
}