/* Geretti Diamons */


html, body {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	font-family:"Times New Roman", Times, serif;
	background-image:url(../images/background%20dark.gif);
/*	background: #353F49;*/
	color: #000;
	height: 100%;

}

/* LINKS */
a {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #CC0000;
	background-color: inherit;

}


/* HEADINGS */
h1 {
	padding: 0px 0px 2px 0px;
		margin: 0px 0px 0px 0px;
	font-size: 1.8em;
	color:#318dde;
	font-weight:normal;
}

h2 {
	padding: 0px 0px 2px 0px;
			margin: 0px 0px 0px 0px;
	font-size: 1.3em;
	color:#318dde;
	font-weight:bold;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	margin: 0px;
}

.Clmore {
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	color:#318dde;
	font-weight:bold;
}

.red {
	color: #8B1714;
	background-color: inherit;
}

/* PARAGRAPH */
p {
	font-size: 1em;
	/*color: #353F49;*/
	color: #000000;
	line-height:1.6em;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
	background-color: inherit;
}


/*-------------------------
DIVS IN ORDER OF APPEARANCE
-------------------------*/

/* WRAP, HOLDS EVERYTHING TOGETHER */
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1004px;

}

#container {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1004px;
	background-image:url(../images/pdl1.png );

}

#ImageContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
	background-image:url(../images/pdl3.png );

}

#top {
	width: 700px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background: url("top.gif") no-repeat top left;
}

#header {
	margin: 0px;
	padding: 0px 0 0 70px;
	background-color: inherit;
	background-image:url(../images/pdl-top.png);
	background-repeat: no-repeat;
	height: 122px;
	color: #a3a3a3;
/*	font-weight: bold;*/
	font-size: 1.2em;

}

/* TOP MENU */
#tmenu {

	color: #a3a3a3;
	border:none;
	position:relative;
}

#tmenu a {
	color: #a3a3a3;
	border:none;

}

#tmenu a:hover {
	color: #7e7e7e;
	border:none;
	background-color: transparent;
}

#tmenu .active {
	color: #333333;
	border:none;
	background-color: transparent;
}

/* HORIZONTAL MENU */
#hmenu {

	margin: 0px 60px 0px 60px;
	padding: 20px 10px 10px 20px;
	background-color:#FFFFFF;
	position:relative;
/*	background-image:url(../images/pdl-hmenu.png) repeat;*/
	color: #a3a3a3;
	font-size: 1.3em;
}


#hmenu a {
	color: #a3a3a3;
	margin: 0px 1px 0px 1px;
	padding: 0 0px 0 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;

}

#hmenu a:hover {
	color: #7e7e7e;
	background-color: transparent;
}

#hmenu .active {
	color: #333333;
	background-color: transparent;
}

/* LEFT COLUMN */
#left_column {
	float: left;
	margin: 0px 0px 0px 18px;
	width: 220px;
/*	min-height:80%;
	height:auto;
	height:80%;*/

	background:url(../images/pdl_menu.gif) repeat;
}

#left_column p {
	margin: 0px 0px 0px 0px;
}

#left_column .long {
	background:url(../images/pdl_menu_end.gif);
	height:286px;
}

#left_column .short {
	background:url(../images/pdl_menu_end_shop.gif);
	height:143px;
}


/* MAIN MENU (LEFT) */
#menu {
	margin: -10px 0px 0px 0px;
	padding:  10px 0px 0px 0px;
	position:relative;
}



#menu a {
	display: block;
	line-height: 33px;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 7px 57px;
	background:url(../images/button.gif);
	color:#990000;
	text-align:center;
		background-color: transparent;
}

#menu a:hover {
	background-image:url(../images/button-on.gif);
	color: #c30202;
	background-color: transparent;
}

#menu .active {
	display: block;
	line-height: 33px;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 7px 57px;
	background:url(../images/button.gif);
	text-align:center;
	color:#318dde;
	background-color: transparent;
}


/* SHOP MENU */
#shopmenu {
	margin: -10px 0px 0px 0px;
	padding:  5px 0px 5px 80px;
	position:relative;
	font-size: 0.9em;
}

#shopmenu .textleft {
	text-align:left;
}

#shopmenu .textcenter {
	text-align:center;
}

#shopmenu  a {
	display: block;
	line-height: 23px;
	color: #333333;
	background-color: transparent;
}

#shopmenu  a:hover {
	color: #c30202;
	background-color: transparent;
}

#shopmenu .active {
	display: block;
	color:#318dde;
	background-color: transparent;
}


#right_column {
	float: left;
	width: 690px;
	margin: 0px 10px 5px 20px;
	padding: 0px;
 }

/* MAIN ARTICLES */
.main_article {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 8px 0px;
}

.main_article p {
	padding: 3px 8px 0px 4px;
}

/* THE FOLLOWING SHORT ARTICLES */
.other {
	margin: 0px 0px 0px 0px;
}

.other p {
	padding: 1px;
	color: #808080;
	background-color: inherit;
	font-size: 1.3em;
}

/* HORIZONTAL ARTICLE */
.horizontal {

	width: 93%;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	color: #808080;
}

/* LEFT SHORT ARTICLE */
.left {

	width: 44%;
	float: left;
/*	background: #eee url("greybg.gif") repeat-x top left; */
	padding: 5px;
	margin: 0px 5px 0px 0px;
	color: #808080;
}

/* RIGHT SHORT ARTICLE */
.right {
	float: left;
	width: 44%;
/*	background: #FDF7DF url("yellowbg.gif") repeat-x top left; */
	border-left: 2px solid #FFF;
	padding: 5px;
	margin: 0px 0px 0px 5px;
	color: #808080;
}

/* FOOTER */

#footermenu{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 1004px;
	background-color: inherit;
	background-image:url(../images/pdl-footer-menu.png);
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
}

#footermenu a {
	color: #990000;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	position:relative;
	text-decoration:underline;
	background-color: transparent;
	border:none;
	font-size: 1.2em;
}

#footermenu a:hover {
	color: #CC0000;
	text-decoration:underline;
	border:none;
}

#footermenu .active {
	color: #FF0000;
	text-decoration:underline;
	border:none;
}

#footer {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	width: 1004px;
	height: 124;

	background-color: inherit;
	background-image:url(../images/pdl-footer.png);
	border:none;
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
	background-color: inherit;
	border-bottom: 1px dotted #919FAE;
}

/* {END BARBECUE} */
/*Table style*/
.header_line {  background-color: #AAAAAA; }

.line1 {  background-color: #EEEEEE}
.line2 { background-color: #DDDDDD}

.Select_line {background-color:#BBBBBB}

td {
	font-size: 1em;
	color: #353F49;
	line-height:1.6em;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
	background-color: inherit;
	}

#basketbutton a {
	display: block;
	line-height: 33px;
	background:url(../images/button2.gif);
	background-repeat: no-repeat;
	color:#990000;
	text-align:center;
	background-color: transparent;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 112px;
}

#basketbuttondelete a {
	display: block;
	line-height: 33px;
	background:url(../images/delete.jpg);
	background-repeat: no-repeat;
	color:#990000;
	text-align:center;
	background-color: transparent;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 112px;
}

#morebutton a {
	display: block;
	line-height: 22px;
	background:url(../images/buttonMore.gif);
	background-repeat: no-repeat;
	color:#990000;
	text-align:center;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	width: 70px;
	font-size: 1.3em;
	font-weight:bold;
}
.hottext {
	color: #CC0000;
	/*background-color: inherit;*/

}