body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #405A67;
    background: #fffecb url("../images/bg/bg.jpg") repeat-y;
    background-position: center;
}

h1, h2, h3
{
	margin: 0 0.2em;
	font-weight: normal;
	color: #4F6977;
}

h1
{
	letter-spacing: -1px;
	font-size: 26;
}

h2
{
	font-size: 22;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3
{
	font-size: 18;
}

p
{
    margin-left: 0.2em;
    margin-top: 0.3em;
    margin-right: 0.2em;
    margin-bottom: 0.7em;
}

a
{
    color: #Dd2474;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:link
{
	text-decoration: underline;
}

/* The Main Content */
#content
{
    position: relative;
	float: left;
    width: 800px;
    left:50%;
    margin-left:-400px;
}

.fullwidth
{
    width: 800px;
    margin: 0;
    padding: 0;
}

img
{
	border: none;
}

img.spotlight
{
	border: none;
    width: 194px;
    height: 192px;
    margin-left: 2px;
}

img.maintop
{
	border: none;
    width: 298px;
    height: 140px;
    margin: 0px;
}

img.mainbottom
{
	border: none;
    width: 500px;
    height: 240px;
    margin: 0px;
}

img.thumb
{
    border: none;
    width: 135px;
    height: 115px;
    margin-top: 42px;
}

img.msgbox
{
    border: none;
    margin-top: 20px;
}

/* Header */
#header
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background: white;
    /*background: url(../images/menu/menu_blue_fill.jpg) repeat-x;*/
}

.logo
{
	float: left;
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}

.flip-vertical {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

/* menu stuff */
#nav-menu
{
    width: 100%;
    height: 30px;
    background: url(../images/menu/menu_fill.jpg) bottom left repeat-x;
} 

img.lmenucap
{
    position: relative;
    float: left;
    left 0;
    top 0;
    background: url(../images/menu/menu_fill.jpg) bottom left no-repeat;
    border-right: 2px solid #8888dd;
}

img.rmenucap
{
    position: relative;
    float: right;
    background: url(../images/menu/menu_right.jpg) bottom left no-repeat;
}

#nav-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu li
{
    float: left;
    margin: 0;
    border-right: 2px solid #8888dd;
    font-size: 12pt;
    font-weight: bolder;
}

#nav-menu li a
{
    height: 30px;
    line-height: 30px;
    float: left;
    /*width: 100px;*/
    display: block;
    color: #0d2474;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none
}

#nav-menu li a:hover
{
    background: #e3f5ff;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
    float: none
}
/* End hide */

/* index page stuff */
#main
{
    float: left;
    position: relative;
    padding-top: 0 auto;
    background: white;
}

img.main
{
    border: none;
    width: 600px;
    height: 380px;
}

img.rotator
{
    border: none;
    /*width: 598px;
    height: 244px;*/
    margin: 0 0;
    padding: 0px;
    text-align: center;
}

#main .right
{
    float: right;
    position: relative;
    width: 198px;
    height: 382px;
    background: white;
    border-left: 1px solid #D0D0D0;
}

/* boxes for content */
#main .left
{
    float: left;
    position: relative;
    width: 598px;
    padding: 0;
    margin: 0;
    /*background: url("../images/main/background.jpg") repeat-x;*/
    background: #fefefe;
    background-position: center;
    /*border: 1px solid #D0D0D0;*/
}

.main-top
{
    height:80px;
    left: 0;
    margin: 0;
}

.main-bottom
{
    position: relative;
}

.main-bottom .main-rotator
{
    position: relative;
    /*margin: 0;*/
    width: 400px;
    height: 300px;
}

.main-bottom .main-rotator-text
{
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-left: 400px;
    margin-top: -300px;
    width: 198px;
    height: 300px;
}

/* general use */
.cartlink
{
	font-size: 1.2em;
}

.topleft
{
    position: absolute;
    left: 0;
    top: 0;
}

.bottomright
{
    position: absolute;
    bottom: 0;
    right: 0;
}

p.hours
{
    margin: 0;
    margin-top: .2em;
    margin-left: .3em;
    font-size: 11pt;
    font-weight: bold;
} 

p.hours-indent
{
    margin: 0 0;
    margin-left: 1em;
    font-size: 10pt;
} 

.smsquare
{
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    background: white;
}

/* message boxes */
.msgholder
{
	position: relative;
	float: left;
	margin: 0 0;
}

.shortmsg
{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
	background: white;
    margin-left: 5px;
    margin-bottom: 8px; /* two less than 20 because of the 1px border */
	border: 1px solid #D0D0D0;
}

.shortmsg-l
{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
	background: white;
    margin: 0 0;
    margin-bottom: 8px; /* two less than 20 because of the 1px border */
	border: 1px solid #D0D0D0;
}

.longmsg-l
{
    float: left;
    width: 160px;
    height: 410px;
	background: white;
	border: 1px solid #D0D0D0;
}

.longmsg-r
{
    float: right;
    width: 160px;
    height: 410px;
	background: white;
	border: 1px solid #D0D0D0;
}

.longmsg-c
{
	background: none;
    margin-left: 167px;
    margin-right: 167px;
    height: 410px;
}

.msg-divider
{
    clear: both;
    margin-bottom: 5px;
}

#msg-title
{
    width: 100%;
} 

#msg-title ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#msg-title li
{
    float: left;
    width: 98%;
    margin: .2em .2em;
    background: url(../images/menu/menu_blue_fill.jpg) bottom left repeat-x;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #0d2474;
    text-decoration: none;
    text-align: center;
	font-size: 1.0em;
}

/* Hide from IE5-Mac \*/
#nav-title li a
{
    float: none
}
/* End hide */

/* clears positioning */
.h-divider
{
    clear: both;
    padding-bottom: 10px;
}

/* Footer */
#footer
{
    float: left;
    width: 100%;
}

#footer p
{
	text-align: center;
}

#footer a
{
	color: #83B3CE;
}

table.inventory
{
    border-collapse: collapse;
    border: none;
    border-bottom: 1px dotted #d0d0d0;
    width: 100%;
}

table.inventory tr
{
    border-top: 1px dotted #d0d0d0;
}

table.inventory td
{
    border: none
    text-align: center;
    padding: 5px;
}

table.inventory td.thumb
{
    text-align: center;
    min-width: 150px;
}

table.inventory td.description
{
    text-align: left;
}

table.inventory td.eorder
{
    text-align: right;
    width: 140px;
}

table.inventory td.quanity
{
    text-align: center;
}

.imageView
{
	display:block;
	border-width: 0px;
	margin:0px;
	width:800px;
	height:680px;
	overflow:scroll
}

/* rounded corner stuff */
b.rtop, b.rbottom{display:block;background: #fff9bf}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


