
/* CSS Document */

* {padding: 0; margin: 0;}

body  {
	background-image: url('../images/bg.jpg');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr h1
{
    font: 200% Times New Roman, sans-serif;
    font-weight: bold;
}

.thrColFixHdr h2
{
    font: 160% Times New Roman, sans-serif;
    font-weight: bold;
}
.thrColFixHdr h3
{
    font: 140% Times New Roman, sans-serif;
    font-weight: bold;
}
.thrColFixHdr #container  
{
    /* this is the outermost container that holds all webpage content */
	width: 780px;  /* using 20px+ less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #00FF00;
	padding: 0;

}

.thrColFixHdr #container #botline
{
width: 780px;
height: 10px;
}
.thrColFixHdr #container #container2
{
width: 760px;
position: relative;
margin: 0 0 0 10px;
padding: 0;
background-color: #FFFF00;
height: 430px;

}
.thrColFixHdr #container #container2 #lefthead {
position: absolute;
top: 43px;
left: 0px;
margin: 0;
padding: 0;
width: 80px;
height: 65px;
}
.thrColFixHdr #container #container2 #leftline {
position: absolute;
top: 108px;
left: 65px;
margin: 0;
padding: 0;
width: 15px;
height: 290px;
}
.thrColFixHdr #container #container2 #rightline 
{
position: absolute;
top: 43px;
right: 143px; 
/* 
float: right;
margin: 0 143px 0 0;
padding: 0;
*/
width: 12px;
height: 355px;
}
.thrColFixHdr #container #container2 #bottomline 
{
    position: absolute;
    top: 398px;
    left: 65px;
width: 552px;
height: 15px;
}
.thrColFixHdr #container #container2 #text 
{
    position: absolute;
    top: 43px;
    left: 80px;
    width: 522px;
    height: 365px;
    background-color: #dd0000;
    color: White;
    overflow: auto;
    padding: 0 3px 0 0;
}
.thrColFixHdr #container #container2 #text p
{
    font-size: 83%;
    font-family: Times New Roman, Serif;
    margin: 5px 10px 10px 0;
}

.header 
{
    font-family: Times New Roman, Serif;
    font-variant: small-caps;
    font-size: 24pt;
    font-weight: bold;
    margin-left: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
}
.floatright 
{
    float: right;
    margin: 0;
    padding: 0;
}

/* xp theme */
.xptheme .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("../images/tabs/tab-line.gif") repeat-x bottom;}
.xptheme .ajax__tab_outer {padding-right:0px;background:url("../images/tabs/tab-right.gif") no-repeat right;height:21px;}
.xptheme .ajax__tab_inner {padding-left:3px;background:url("../images/tabs/tab-left.gif") no-repeat;}
.xptheme .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url("../images/tabs/tab2.gif") repeat-x;}
.xptheme .ajax__tab_hover .ajax__tab_outer {background:url("../images/tabs/tab-hover-right.gif") no-repeat right;}
.xptheme .ajax__tab_hover .ajax__tab_inner {background:url("../images/tabs/tab-hover-left.gif") no-repeat;}
.xptheme .ajax__tab_hover .ajax__tab_tab {background:url("../images/tabs/tab-hover.gif") repeat-x;}
.xptheme .ajax__tab_active .ajax__tab_outer {background:url("../images/tabs/tab-active-right2.gif") no-repeat right;}
.xptheme .ajax__tab_active .ajax__tab_inner {background:url("../images/tabs/tab-active-left2.gif") no-repeat;}
.xptheme .ajax__tab_active .ajax__tab_tab {background:url("../images/tabs/tab-active2.gif") repeat-x;}
.xptheme .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px 1px 0 1px solid #000;border-top:0;padding:8px;background-color:#00ff00;}

.tabClass
{
    overflow: auto;
    background-color: #FFFF00;
}
.menuTitle
{
    color: #FF0000;
    font-family: Times New Roman, Serif;
    font-variant: small-caps;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 0;
}
.menuPrice 
{
    float: right;
    margin-right: 15px;
    margin-top: 2px;
    font-family: Verdana, Times New Roman;
    font-size: 95%; 
}
.menuItem
{
    font-weight: bold;
    font-family: Arial, Times New Roman;
    font-size: 100%;
    margin: 0 0 0 20px;
}
.menuDesc
{
    display: inline-block;
    margin-left: 50px;
}
.menuDesc p
{
    width: 345px;
    margin-left: 30px;
    font-style: italic;
    font-family: Arial, Times New Roman;
    font-size: 77%;
}
.Update
{
    margin-top: 100px;
    width: 345px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 120%;
}
.Label
{
    position: relative;
    top: 120px;
}
.txtWatermark 
{
 background-color: #FFAEAE;
    color: #636563;
}

