/*
 * global.css
 *
 * Generic stylesheet for theconfederateshop.com
 * Copyright (c) 2008 The Confederate Shoppe(tm). All rights reserved.
 */


/* Catchalls */

* {
    font-family: Arial sans-serif;
}

html, body {
	width: 100%;
    margin: 0;
    padding: 0;
    background: #666;
}

sup {
    font-size: 10px;
}

h1, h2, h3 {
    font-family: Times serif;
    margin: 0;
}

h1 {
	font-size: 25px;
	color: #666;
}

div, span {
    margin: 0px;
    padding: 0px;
}

table {
    font-size: 11px;
}

tr.r1 {
	background: #eee;
}

td {
    padding-right: 5px;
    padding-left: 5px;
}

#content a.crud {
	border-bottom: none;
}

#content a.crud img {
	border: none;
}


/* Forms */

form table {
	width: 80%;
}

fieldset {
    border: none;
}

input.checkbox, textarea {
    width: auto;
}

label {
    margin: 5px;
    font-weight: bold;
    display: block;
}

tr.error td, th.err {
	color: #900;
}

textarea {
	width: 100%;
}


/* Shopping Cart */

table.cart thead th {
	text-align: left;
	color: #000;
}


/* Header */

#header {
    position: fixed;
	z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #900 url('../img/banner.png') no-repeat 74px;
}

#header img.slideshow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

#top {
	padding-top: 15px;
    margin-left: 50px;
    margin-right: 250px;
    text-align: center;
}

#title img {
	border: none;
}

#header p {
    text-align: center;
    margin: 0 auto;
    width: 550px;
    color: #ccc;
    font-weight: bold;
}

p#subtitle {
    position: relative;
    bottom: 7px;
    font-style: italic;
    font-weight: normal;
}

#user {
	font-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 240px;
    height: 75px;
    padding: 7px 17px 0 0;
    line-height: 21px;
    text-align: right;
    font-weight: bold;
    color: #fff;
    background: url('../img/user.gif') no-repeat;
}

#user a {
	font-size: 12px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    margin-left: 5px;
}

#user a:hover {
    color: #fff;
}

#user img {
    position: absolute;
    left: 20px;
    bottom: 10px;
    border: none;
}

#user span a {
    font-weight: bold;
    color: #fff;
}

#user span a:hover {
    color: #ccc;
}


/* Layout */

#wrapper {
    position: absolute;
    top: 110px;
    width: 100%;
}

.clear {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
}

.line {
    padding-top: 20px;
    border-bottom: solid 2px #000;
}


/* Sidebar */

#nav {
    position: fixed;
	z-index: 1;
    left: 0;
    top: 110px;
    width: 199px;
    border-right: solid 1px #999;
	background: #ececec url('../img/parchment.jpg');
	padding-bottom: 5px;
}

#nav a {
    width: 199px;
    display: block;
    padding: 2px 0 2px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #ccc;
	font-size: 12px;
}

#nav a:hover {
    border: solid 1px #ccc;
    border-bottom: solid 2px #ccc;
    padding: 1px 0 1px 0;
    width: 197px;
    color: #600;
}

#nav h3 {
	text-align: center;
	margin-top: 10px;
	font-style: italic;
	color: #600;
	border-bottom: solid 1px #ccc;
	background: none;
}

#sections, #sections li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sections a {
    width: 100%;
}

form#search {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

form#search fieldset, form#search p {
	margin: 0;
	padding: 0;
}

form#search input.text {
	width: 125px;
}


/* Content */

#content {
	z-index: 1;
    left: 200px;
	right: 0;
	position: absolute;
    padding: 10px;
	background: #fff;
}

#shadow {
	position: fixed;
	height: 10px;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('/img/dropshadow.png') repeat-x;
}

#content a {
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
	font-size: 12px;
    color: #600;
    border-bottom: solid 2px #333;
}

#content a:hover {
    color: #900;
    border-bottom-color: #666;
}

p#location {
    color: #600;
    font-weight: bold;
    font-style: italic;
	float: right;
	margin-top: 0;
	font-size: 12px;
}


/* Footer */

#bottom {
	text-align: center;
}

#footer {
	font-size: 12px;
	clear: both;
	width: 500px;
	border-top: solid 2px #600;
	color: #666;
	margin: 0 auto;
	margin-top: 30px;
}

#footer i {
    font-weight: bold;
    color: #600;
}

#affiliates a, #affiliates a img {
	margin-top: 25px;
	border: none;
	border-bottom: none;
}

h1.sectionHeader {
    margin-right: 450px;
}

#webring {
    width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

#webring div {
    margin: 0;
    padding: 0;
}

#webring div.left, #webring div.right {
    width: 100px;
}

#webring .left {
    text-align: left;
    float: left;
}

#webring .right {
    text-align: right;
    float: right;
}

#webring div.center {
    text-align: center;
}