/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	f ont-size:11px;
	line-height: 150%;
	color : #333333;
}
body
{
	background-color: white;
	margin: 0px;
}
a{color:#0065C2;}
a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:778px;
	height:500px;
	background-color:white;
	border:1px solid #cccccc;
}
TABLE#main TD#headerPane
{
	width:778px;
	height:109px;
	background-image: url(../webimgs/header.jpg);
	background-color: #3D051E;
	background-repeat: no-repeat;
}

Div#cartSum {
	text-align:right;
	padding-top:5px;
}

TABLE#main TD#tagLinePane
{
	padding-top:0px;
	padding-left:0px;
	border: solid 1px black;  
	width:778px;
	height:20px;
	background-image: url(../webimgs/tagline.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}

TABLE#main TD#leftPane
{
	width:200px;
	height:100%;
	background-color: #BFB38D;
	background-repeat: repeat-y;
	vertical-align: top;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

TABLE#main TD#centerPane
{
	border-left: solid 1px black;
	width: 572px;
	height:100%; 
		font-size: 14px;
	font -family: Georgia;
	background-color:white;
	vertical-align: top;
}

TABLE#main TD#rightPane{
	width:206px;
	height:100%;
	background-color: white;
	vertical-align: top;
}

TABLE#main TD#footerPane
{
	padding-top:0px;
	padding-left:5px;
	border: solid 1px black;  
	width:778px;
	height:20px;
	background-color: #3D051E;
	background-repeat: repeat-x;
	vertical-align: top;

}

/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
    COLOR: #0000ff
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
    MARGIN-TOP: 5px;
    MARGIN-LEFT: 5px;
    WIDTH: 100%;
    MARGIN-RIGHT: 5px;
	 font-family: Georgia;
}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
    color : #3D051E;
    font-size : 19px;
	 font-family: Lucida Sans, Verdana, Arial;
	 margin-top:0px;
}
#pageHeaderContent {
	margin: 10px 0px 5px 0px;
}
#pageFooterContent {
	margin: 10px 0px 5px 0px;	
}
.footerText {
	font-size:11px;
	color: #ffffff;
}
.categoryTitleBar {
	font-weight: bold;
   color: #ffffff;
   text-decoration: none;
	width:550px;
	background-color: #3D051E;
	padding: 0px;
	padding-left:2px;
	margin:10px 0px 5px 0px;
	font-family: lucida sans,arial,verdana;
	font-size: 16px;
}
.categoryDescription {
	padding: 0px 5px;
}

.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border:1px solid black;
	background-color: #99CCFF;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color: #FEAD00;
	color:black;
	height:20px;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}
