@charset "UTF-8";
/* Funki Pixi New CSS - Ergonet Ltd. 23rd November 2008 - Ver. 1.0 */

html {}
body {
background-image:url(../images/body-bkg.jpg);
background-repeat: repeat;
/*background-color: #238c70;*/
margin-top: 0px;
padding-top: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
margin-right: 0px;
}

a {text-decoration:none;}
a :hover {text-decoration:underline;}
#container {
top:0px;
position:relative;
margin-left: auto;
margin-right: auto;
width: 940px;
height: 768px;
}

#stretchyStripBkg {
position:absolute;
top: 180px;
height: 435px;
width: 100%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
background-image:url(../images/stripBkg.png);
background-repeat:repeat-x;

}
#header {
background-image:url(../images/header.png);
background-repeat:no-repeat;
height: 165px;
width: 940px;
}

#leftModel {
position:absolute;
height: 412px;
width: 153px;
top: 31px;
left:0px;
background-image:url(../images/woman-left.png);
}

#content01 {
position:relative;
height: 600px;

}
#leftContentBox {
margin-left: 158px;
position:relative;
height: 408px;
width: 508px;
background-image:url(../images/leftColumnBkg.png);
background-repeat:no-repeat;
}

#featuredItem {
position: relative;
background-image:url(../images/featured-item.png);
background-repeat:no-repeat;
width: 198px;
height: 377px;
top: 14px;
left: 10px;
}
#featuredItemOther {
position: relative;
padding-left:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
width: 425px;
height: 377px;
top: 18px;
left: 10px;
margin-top:-12px;
}

#featuredItemDesc {
position: absolute;
top:130px;
right: 0px;
height:278px;
width: 283px;
}



#ItemDesc {
font-size: 14px;
color: #330099;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#featuredItemDesc h1 {
font-family: Trebuchet, Geneva, sans-serif;
font-size:40px;
font-weight:100;
color:#000000;
line-height: 30pt;
}

#featuredItemDesc a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color: #CC0000;
font-weight:100;
text-decoration:none;
}
#featuredItemDesc a:hover {
text-decoration: underline;
}
#featuredItemDesc a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color: #CC0000;
font-weight:100;
text-decoration:none;
}

#rightColumnBox {
position:absolute;
right: 15px;
top: -1px;
width: 260px;
height: 408px;
/*border: solid red 1px;*/
}

#rightColumnBox a:link {
text-decoration:none;
color:#CC0000;
}
#rightColumnBox a:hover {
text-decoration: underline;

}
.tabTitle {
font-size:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
position:relative;
padding-top:10px;
padding-left: 40px;
}
.tabViewMoreLink {
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
position:absolute;
top: 70px;
left: 20px;
}
#topRightTab {
position: relative;
width: 259px;
height: 103px;
padding-top: 0px;
background-image:url(../images/topTab.png);
}
#topRightTab:hover {
background-image:url(../images/topTabHover.png);
}
#secondRightTab {
position: relative;
width: 259px;
height: 103px;
padding-top: 0px;
background-image:url(../images/secondTab.png);}
#secondRightTab:hover {
background-image:url(../images/secondTabHover.png);
}
#thirdRightTab {
position: relative;
width: 259px;
height: 103px;
padding-top: 0px;
background-image:url(../images/thirdTab.png);}
#thirdRightTab:hover {
background-image:url(../images/thirdTabHover.png);
}
#bottomRightTab {
position: relative;
margin-top:-2px;
width: 259px;
height: 103px;
padding-top: 0px;
background-image:url(../images/bottomTab.png);}
#bottomRightTab:hover {
background-image:url(../images/bottomTabHover.png);}

.tabMenu {
padding-top: 10px;
padding-left: 20px;
color: #000099;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
.tabMenu a:link {
color: #000099;
}
#menuBar {
position: relative;
background-image:url(../images/menuBkg.png);
top: 40px;
width: 689px;
height:43px;
padding-left: 80px;

}
.menuOption {
padding-top:10px;
float: left;
}

.menuOption:hover {
border-bottom: solid 4px  #FFCC66;

}

.menuOptionSeperator {
width: 12px;
height: 20px;
top: 10px;
background-image:url(../images/menuSeperator.png);
margin-left: 15px;
margin-right: 15px;
float: left;
margin-top: 10px;
}

#footer {
}