/* html body tag style */
body {
    margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
    padding: 0px;
	background-image:url(../images/body_bg.gif);
	background-position:inherit;
	background-repeat: repeat-x;
}

/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 140%;
    color: #fff;
}

h3 {
    margin: 0px;
    padding: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
	text-align:center;
}
/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 940px;
    margin: 0 auto;
}

/* footer CSS Style Rule */
#header1 {
    width: 940px;
    height: 90px;
	text-align:center;
}
/* footer CSS Style Rule */
/*#footer {
    width: 940px;
    background-color: #f6e5b4;
}*/

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
/* it is the left side column */
/* in this 2 columns div layout */
#content-container {
    width: 940px;
    background-color: #ffffff;
    margin: 1px 1px 1px 0px;
    float: left;
	z-index:auto;
	overflow: hidden;
}

/* right side navigation that is the right side column of */
/* 2 columns div layout */

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 750px;
    background-color: #CCCC99;
	background-image:url(../images/middle.gif)
    margin: 1px 0px 0px 0px;
}

.tbborder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}

.resTableColor
{
	background-color:#ffffff;
}

.button{
	color:#ffffff;
	background-color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width:40px;
}

.textForm{
    font-family: Tahoma;
    font-size: 11px;
	font-weight:none;
    color: #000000;
}

.searchTitle{
    font-family: Tahoma;
    font-size: 13px;
	font-weight:bold;
    color: #336699;
}

.storeInfoText{
    font-family: Tahoma;
    font-size: 11px;
	font-weight:none;
    color: #000000;
}

.alink{
    font-family: Tahoma;
    font-size: 11px;
	font-weight:none;
    color: #336699;
	text-decoration:underline;	
}

.alink:hover{
    font-family: Tahoma;
    font-size: 11px;
	font-weight:none;
    color: #336699;
	text-decoration:none;
}

.error{
    font-family: Tahoma;
    font-size: 11px;
	font-weight:none;
    color: #ff0000;
	line-height:250px;	
}
