body {
    margin: 0;
    padding: 0;
}

body, div, p {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

img {
    behavior: url('/css/iepngfix.htc')
}

td{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a:link, a:visited {
    color: #8B0A05;
    text-decoration: none;
}

a:hover, a:active {
    color: #000000;
    text-decoration: underline;

}

div, table, td {
    text-align: left;
}

h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #1F4D73;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/*** START: HEADER ***/

#header {
    position: relative;
    width: 900px;
    height: 349px;
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -10px 0 0 -8px;
}

#logo img {
    border: 0px;
}

#nav {
    position: absolute;
    top: 60px;
    left: 330px;
    width: 570px;
    height: 31px;
}

.navtab {
    float: left;
    margin: 0px 1px;
    text-align: center;
    line-height: 31px;
    font-size: 13px;
    font-weight: bold;
}

.navtab a:link, .navtab a:visited {
    color: #62091F;
    text-decoration: none;
}

.navtab a:hover, .navtab a:active {
    color: #FF0000;
    text-decoration: none;
}

#featured {
    position: absolute;
    top: 221px;
    left: 632px;
    width: 238px;
}

#featured td {
    cursor: pointer;
    text-align: center;
}

#browse_all {
    position: absolute;
    top: 318px;
    left: 625px;
    width: 250px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#browse_all a {
    text-decoration: none;
}

/*** END: HEADER ***/

/*** START: MAIN ***/

#container {
    width: 900px;
    background-color: #ECECEC;
	border-bottom:1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#left {
    min-height: 455px;
    width: 152px;
    padding-left: 10px;
    overflow: hidden;
}

#left h1 {
    font-size: 14px;
    margin-top: 10px;
}

#left h2 {
    margin-top: 10px;
}

#cartlink {
    width: 136px;
    margin: 15px 0;
    padding: 4px 3px;
    border: 1px solid #898A8A;
    cursor: pointer;
}

#cartlink_icon {
    float: left;
    width: 30px;
    height: 31px;
}

#cartlink_text {
    float: left;
    margin-left: 2px;
    padding-top: 7px;
    font-size: 15px;
    font-weight: bold;
    color: #8B0A05;
}

#search_q {
    width: 140px;
}

#search_submit {
    padding-right: 5px;
    text-align: right;
}

#search_submit a {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

#search_mfg {
    width: 144px;
    font-size: 11px;
}

#search_category{
    width: 144px;
    font-size: 11px;
}

#content {
    padding: 10px 14px 10px 4px;
}

#category_breadcrumb {
    padding-bottom: 8px;
}

#category_breadcrumb_more {
    padding-bottom: 0px;
}

#category_breadcrumb a {
    font-size: 12px;
}

#category_breadcrumb_more a {
    font-size: 12px;
}

#category_breadcrumb_other {
    padding-bottom: 8px;
}

/*** END: MAIN ***/

/*** START: HOME ***/

#home_middle {
    float: left;
    width: 381px;
    height: 405px;
    background-image: url(../images/middle.jpg);
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
}

#home_middle h1 {
    margin: 10px 0 0 15px;
    }

#home_middle p {
    width: 300px;
    margin: 0 0 0 15px;
}

#home_right {
    position: relative;
    float: left;
    width: 357px;
    height: 405px;
    background-image: url(../images/onlinecat.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#login_container {
    position: absolute;
    top: 88px;
    left: 155px;
    width: 182px;
    height: 75px;
    text-align: left;
}

#login_account {
    padding-top: 12px;
    text-align: center;
}

#login_welcome {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#login_links {
    text-align: center;
}

.login_input {
    width: 110px;
    height: 17px;
    font-size: 15px;
    font-weight: bold;
    color: #888888;
}

.login_submit {
    margin: 5px 4px 0 0;
    text-align: right;
    font-size: 12px;
}

.login_submit a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#home_bottom {
    overflow: hidden;
    height: 103px;
    width: 728px;
    background-image: url(../images/bottom.jpg);
    background-repeat: no-repeat;
    float: left;
}

/*** END: HOME ***/

#footer {
    width: 900px;
    margin: 15px 0 0 0;
    text-align: center;
}

.message-err {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

.red{
		color:#8B0A05;
		font-weight:bold;
		font-size:15px;
}

.grey{
	color:#999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(../images/gallery/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(../images/gallery/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../images/gallery/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../images/gallery/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
