/* 
Author: parsonlineshopping.com
URL: http://www.parsonlineshopping.com
Free home business available: http://www.freesmallhomebusiness.com
*/
body {
color: #000000;
font: 85%/2em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}


#h2 {
margin: 0px 375px 0 180px;
border: 0px solid #000;
font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
font-weight: 3pt;
line-height: 1em;
padding: 1px;
}

/* Start Header div */
#header {
height:75px;
position: relative;
background-image: url(http://www.parsonlineshopping.com/bannerparsh.jpg);
border: 1px solid #060;

}


#clock {
position: absolute;
border: 0px solid #000;
left:0;
top:0;
}


/* End Header div */

#headerl {

font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
height:30px;
font-size: 16pt;
font-weight: bold;
color: red;
border: 0px solid #000;
background-color: yellow;
margin: 0px;
padding: 0px;
clear:both;

}


/*Start Top Navigation (Matt Black Tabs) Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 1px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*End Top Navigation (Matt Black Tabs) Menu*/


/*Start Top Navigation (indentmenu) Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}

/*End Top Navigation (indentmenu) Menu */

/* Start email div */

ul#email li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
background-color:#ffffff;
}

ul#email {
font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
font-size: 1em;
clear:both;
margin: 0;
padding: 0;
}

ul#email li a {
border-color: #000;
border-width: 1px 1px 1px 1px;
border-style: solid;
padding: 2px;
}
/* End email div */


/* Start Promotion div */
#promotion {
clear: both;
margin: 0 0 0 0;
padding: 0;
border:0px solid red;
}

#promotionl {
width: 285px;
margin: 0 0 0px 0;
padding: 0;
float: left;
text-align: left;
border:0px solid green;
}

#promotionc {
margin: 0 0px 0px 0px;
padding: 0;
float: left;
text-align: center;
border:0px solid blue;
}
#promotionr {
width: 285px;
float: right;
text-align: right;
margin: 0 0 0px 0;
padding: 0;
border:0px solid yellow;
}
/* End Promotion div */

/* Start Content, Footer, Left & Right Columns div */
#container {
position: relative;
background-color: #FFFFFF;
border: 0px solid #000000;
width: 805px;
}

#content {
margin: 0 196px 0 141px;
border: 0px solid red;
padding: 0px;
}


#left {
position: absolute;
left: 0;
top: 0;
width: 125px;
background-color: #FFFFFF;
border: 0px solid #00C;
text-align:left;
}

#right {
position: absolute;
right: 0;
top: 0;
width: 180px;
background-color: #FFFFFF;
border: 0px solid #00C;
text-align:left;
}


 


#footer {
background-color: #FFFFFF;
border: 1px solid #C00;
text-align: center;
clear: both;
}

#navigation_b {
height: 25px;
text-align: center;
vertical-align: baseline;
font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
font-size: .8em;
background-color: aqua;
border: 1px solid #000;

}

/* End Content, Footer, Left & Right Columns div */



a:link {color: blue;}         /* a unvisited link */
a:visited {color: purple;}    /* a visited link */
a:hover {color: red;}         /* a link with the mouse hovering over it */
a:active {color: green;}      /* the selected link */



#header hr, footer hr {
display: none;
}


/* Start- Gets rid of the horizontal scroll bar */
/*\*//*/
#right {
margin-right: =15px;
right: 15px;
}
/**/
/* End- Gets rid of the horizontal scroll bar */




.clearfix: after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}
/* hide from IE5-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* END hide from IE-mac5 */




/* Start MouseOver CSS - FOR Picture Enlargement */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* End MouseOver CSS - FOR Picture Enlargement */

/* Start topbar - FOR Demo Page */

#topbar{
position:absolute;
text-align:left;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 620px;
visibility: hidden;
z-index: 100;
}

/* End topbar - FOR Demo Page */