
/* CSS Document */

body {
    background-color:#666666;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
  }

#wrap {
    margin:auto;
	margin-top:10px;
    width:960px;
	height:540px;
	background-color:#CCCCCC;
	position:relative;
  }
#header {
	position:absolute;
	background-image: url(../images/logo1.gif);
	background-repeat:no-repeat;
	width:292px;
	height:55px;
	font-family: Haettenschweiler;
	font-size: 36px;	
  }
#content {
	position:absolute; top:50px; left:50px;
	background-image: url(../images/bg2.jpg);	
	background-color:#666666;
	height:415px; width:860px;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
	overflow: auto;
  }
#footer {
	position:absolute; right:10px; bottom:10px;
    font-size: 10px; color:#000;
	text-align:right;
    padding: 5px 0 5px 0 ;
	width:810px;
  }
#menu_wrap
	{
	position:absolute;
	border:solid 1px #148;
	width:810px;	
	bottom:50px;
	left:75px;
	}  
.imagecap {
  }
.sitename {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-left:20px;
  }

.subtitle {
    font-family: "Comic Sans MS";
    font-size: 16px;
    top: -20px;
    margin-left:20px;
  }




.onecol {
  }

.line {
	min-height:19px;
	background-image: url(../images/separator_line.jpg);
	background-repeat: repeat-x;
  }

.leftcol {
    width:180px;
    float:left;
  }


.midcol {
    width:550px;
  }

h1 {
  }


h2 {
    text-transform: capitalize;
    font-size: 18px;
  }


h3 {
    text-transform: capitalize;
  }

/* == NAVIGATION ==> */



#datentime {
    float:right;
    margin-right:20px;
  }


.sectiontitle {
    background-color: #6B9AC6;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #111166;
    border-left-color: #111166;
  }

.sectionHeading {
    width:624px;
    background-color: #242466;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }


.form {
    background-color: #6B9AC6;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }


.item_head {
    float:right;
    height:16px;
    width:500px;
    background-color: #FFFFFF;
  }


.item_body {
	position:relative;
	padding:10px;
	margin:10px;
	background-color:#eee;
	width:700px;
	min-height:375px;
  }


.item_body .item_foot {
    position:absolute;
    height:15px;
    bottom:-10px;
    left:-10px;
  }


.item_image {
    float:left;
    position:relative;
    margin-right: 10px;
  }


.bullet {
    padding-left:30px;
  }


.bottomline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #242466;
  }


.toggler {
    background-color : #123456;
    color : #ffffff;
    height : 20px;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    margin-bottom : 3px;
    width : 100%;
  }


.toggler a {
    background-color: #123456;
    height:20px;
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    text-align:center;
    color: #ffffff;
  }


#cart {
    float: right;
    font-size:10px;
    height: 30px;
    width: 80px;
    border: 1px dotted #CC3300;
    background-image: url(../images/cart_h.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left:30px;
}
.hmenu td{
	width:124px;
	height:35px;
	text-align:center;
	/*background-image: url(../images/h_button.jpg);
	background-repeat: no-repeat; */
}
.hmenu td a:link, .hmenu td a:visited{
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #640000;
}
.hmenu td a:hover{
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}


.vmenu {
	margin-top:10px;
	letter-spacing:2px;
	float:left;
	background-color:#ffffff;
	font-size: 12px;
	margin-left:10px;
	width:150px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
       /* display: inline;*/
}
.vmenu ul { 	list-style: none; 	padding: 0px;	margin: 5px; }
.vmenu li {	border-bottom: 1px solid #fff; display:inline;}
.vmenu a {
	/*display:inline;*/
	border-bottom:1px solid #fff;
	padding: 3px 3px 3px 10px;
}
.vmenu a:link, .vmenu a:visited {
	background-color: #0055aa;
	text-decoration: none;
	color: #FFFFFF;
}
.vmenu a:hover {	
	background-color: #7ac044;
	text-decoration: none;
	}
#feature{
	width:750px;
	float:right;
	line-height: 18px;
	padding:11px;
	color:#fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.column{
	width:260px;
	float:left;
	padding:30px 30px 30px 0;
}
.tcol{
        float:left;
        padding:5px;
        font-size: 10px;
        background-color:#ffffff;
}
.clearfloats{
        clear:both;
}
