
/* Yellow - default anchor links that is used when no class is set - eg. Content of blizzard sites.*/
a { text-decoration: none; }
a:link { color: #454330; }
a:visited { color: #454330 }
a:hover { color: #C1BEA4 }
a:active { color: #C1BEA4 }

.ddmx {
    font: 11px tahoma;
}

/* ------- 3d main menu style | Default: Black ------- */
.ddmx .main,
.ddmx .main:hover,
.ddmx .main-active,
.ddmx .main-active:hover {
	padding: 3px 10px 3px 10px;
	color: #726F4E;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ------- 3d main menu HOVER style | Default: Grey ------- */
.ddmx .main:hover,
.ddmx .main-active,
.ddmx .main-active:hover {
	font-weight: bold;
}

/* ------- 3d Sub menu style | Default: Red ------- */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	color: #454330;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #F5F5F1;
	border-top-color: #454330;
	border-right-color: #454330;
	border-bottom-color: #454330;
	border-left-color: #454330;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ------- 3d Sub menu HOVER style | Default: Yellow ------- */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #D2D0BF;
}

/* ------- 3d Sub menu border color | Default: Grey ------- */
.ddmx .section {
    border: 1px solid #454330;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

/* ------- No need to change anything under here. ------- */
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* Contact colours
Dark gray #605F5D
Medium #C2BEA3
Light #D5D4C2
Light BG colour #EEEEE6
*/
.contact {
    color: #605F5D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact_sml {
    color: #605F5D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contact_input { /* input box style where you enter name and email etc...  */
	color: #605F5D;
	background-color: #EEEEE6;
	background-image: url(../cart/qty_bg.jpg);
	background-repeat: repeat-x;
	border-color: #605F5D;
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	}
	
.contact_input_textarea { /* input box style where you enter name and email etc...  */
    color: #605F5D;
	background-color: #EEEEE6;
	background-image: url(../cart/qty_bg.jpg);
	background-repeat: repeat-x;
	border-color: #605F5D;
	width: 150px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	}

.newsletter_multiple { /* input box style where you enter name and email etc...  */
    color: #605F5D;
	background-color: #EEEEE6;
	background-image: url(../cart/qty_bg.jpg);
	background-repeat: repeat-x;
	border-color: #605F5D;
	width: 157px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	}
