@charset "utf-8";
/* CSS Document */

/*//////////// global handlers ///////////// */
#wrapper{ 
margin: 0 auto; 
width:800px; 
height:1020px;
background-color:#FFFFFF;
}

#body{ background:url(images/bg.jpg) fixed #e5e5e5;}

#contentwrapper{ 
width:800px; 
height:1000px;
margin:0; 
clear:both;
background-color:#FFFFFF;
}

#innercontent{ 
width:790px; 
height:750px;
margin:0; 
padding-left:10px;
padding-top:10px;
clear:both;
background-color:#FFFFFF;
}

#header{
width:800px;
height:130px;
clear:both;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#imgcontainer{
width:600px;
height:280px;
clear:both;
}

#columnright { 
width:610px; 
height:820px;
padding-top:10px; 
padding-left:10px; 
float:left;
background-image:url(images/columnhead.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}


#innercolumnright{ 
width:225px; 
height:450px;
float:left;
}

#productcontainer{
width:600px;
height:110px;
}

#productleft {
width:380px;
height:110px;
}

#footer{
width:800px; 
height:40px; 
padding-top:25px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px; 
color:#333333;
background-image:url(images/footer.jpg);
clear:both;
}

/*//////////// Menu /////////////*/
a:link {color:#666666; text-decoration: underline; font-size: 11px}
a:active {color:#666666; text-decoration: underline; font-size: 11px}
a:visited {color:#666666; text-decoration: underline; font-size: 11px}
a:hover {color:#FF99FF; text-decoration: underline; font-size: 11px }

#navcontainer { 
width:180px; 
height:890px; 
float:left;
background-image:url(images/menubg.jpg);
background-repeat:no-repeat;;
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
background-color:#FFFFFF;
}

#navcontainer a{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
display: block;
padding: 7px;
padding-left:15px;
width: 155px;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover{
background-color:#FF99FF;
color:#FFFFFF;
}

/*/////////Text///////////*/

.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#FF99FF;
font-size:26px; 
font-weight:700; 
text-decoration:none;
}

.h2{ 
font-family:Arial, Helvetica, sans-serif;
font-size:16px; 
color:#666666; 
font-weight:700; 
text-decoration:none;
}

.contenttext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
color:#333333;
text-decoration:none;
}

.contenttextcolor{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FF99FF;
text-decoration:none;
}

