/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body
{
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#TitleLink
{
	text-decoration: none;
}

#contacts
{
	padding: 0px;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;

	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
}

.special_action
{
	position: absolute;
	top: 35px;
	left: 700px;

	width: 250px;
	height: 100px;

	color: Black;
	background-color: White;
	border: solid 4px red;
}

#special_action_caption
{
	width: 100%;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-color: Red;
	color: White;
	font-size: 16px;
	font-weight: bold;
}

#special_action_teaser
{
	margin: 8px;
}

.block_link
{
	display: block;
	height: 100%;
}

a.block_link:link, a.block_link:hover, a.block_link:visited, a.block_link:active
{
	text-decoration: none;
	color: Black;
}

#header_menu
{
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;

	position: relative;
	top: 0;
	left: 0;
}

#menu_bar
{
	position: absolute;
	top: 37px;
	left: 60px;
	height: 16px;

	Qfont-size: 12px;
}

.menu_item
{
	display: inline-block;
	height: 100%;

	Qborder: solid 1px black;

	background-color: Transparent;

	padding: 10px 20px;
	margin: 0px;
}

.menu_item_sel
{
	background-color: White;
}

#container {
	Qfont-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 100px;
	margin-left: 210px;
	padding: 5px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	Qfont-size: .9em;
	font-size: 10px;
	padding-top: 30px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

#header h1
{
	color: #FFFFFF;
	Qfont-size: 3em;
	font-size: 36px;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	Qborder-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	Qborder-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

#ShippingDetails
{
	margin-top: 15px;
}

#ShippingDetails li
{
	margin: 4px auto;
}

.mustfill
{
	color: Red;
	font-size: 20px;
	font-weight: bold;

	position: relative;
	top: 0.3em;
	display: inline-block;
	margin-right: 5px;
}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	Qfont-size: 1.1em;
	font-size: 14px;
}

.CustomMessage
{
	width: 400px;
	padding: 10px;
	border: solid 1px black;
	background-color: rgb(240,240,240);
}

