/* Reset all margins and padding */
* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

body {
	background: url(../images/format/body_bg.gif) repeat top left;
}
.wrapper {
	margin: 10px 0 20px 0;
	width: 100%;
	background: #FFF;
}
/* HEADERS *************************************************************************************************************************************/
h1 {
	color: #000;
	padding: 10px 0 0 0;
}
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover,
h1 a:focus	{
	display: block;
	width: 930px;
	height: 185px;
	background: url(../images/logos/main_header.jpg) no-repeat 0 0;
}
h1 a span {
	position: absolute;
	left: -10000px;
}
h2 {
	margin: 10px 0;
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	color: #000;
}

/* NAVIGATION ******************************************************************************************************************************************************/
.navigation {
	text-align: center;
	font-size: 140%;
}

/* LINKS ******************************************************************************************************************************************************/
.link_add {
	padding: 0 0 0 20px;
	background: url(../images/icons/add.gif) no-repeat left center;
}
.link_edit {
	padding: 0 0 0 20px;
	background: url(../images/icons/pencil.png) no-repeat left center;
}
.link_delete {
	padding: 0 0 0 20px;
	background: url(../images/icons/delete.png) no-repeat left center;
}
.link_attach {
	padding: 0 0 0 20px;
	background: url(../images/icons/attachment.png) no-repeat left center;
}
.link_pdf {
	padding: 0 0 0 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.link_hidden:link,
.link_hidden:visited,
.link_hidden:active {
	text-decoration: none;
	color: #000;
}
.link_hidden:hover,
.link_hidden:focus {
	text-decoration: none;
	color: #FFF;
	background: #528CAC;
}

/* BUTTONS ******************************************************************************************************************************************************8*/
.buttons a, .buttons button{
    margin:0 0 -2px 0;
    background-color:#fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:100%;
    text-decoration:none;
   	font-weight: normal;
    color:#666;
    cursor:pointer;
    padding:3px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD ***********************************************************/

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE **************************************************************/

button.positive, .buttons a.positive{
    color: #669999;
	background-color: #FFF;
	border:1px solid #666;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #669999;
    border:1px solid #666;
    color: #FFF;
}
.buttons a.positive:active{
    background-color: #669999;
    border:1px solid #666;
    color: #FFF;
}
/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* LINKS *************************************************************************************************************************************/
a:link,
a:visited {
	color: #528CAC;
}
a:hover,
a:focus {
	color: #89B1C7;
}
a:active {
	color: #ABC8D8;
}

a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
	border: none;
}


/* CONTENT *************************************************************************************************************************************/
.content {
	margin: 0 auto 0 auto;
	width: 520px;
	padding: 20px 0 0 300px;
	font-size: 90%;
	background: url(../images/format/content_bg.jpg) no-repeat 0 10px;
}

.content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 40px 0 5px 0;
	padding: 15px 0 0 0;
	background: url(../images/format/body_bg.gif) repeat-x top left;
}
.content h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.2em;
}
p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4em;
}
ul {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}
ol {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}

#email_list_signup {
	background: url(../images/icons/Mail.jpg) no-repeat right 15px;
	padding: 0 0 0 0 ;
	margin: 20px 0;
}
#email_list_signup p {
	padding: 0 140px 0 0;
}

#contact_form {
	margin: 0;
}
#contact_form label {
	width: 100px;
	float: left;
}
#contact_form .text {
	width: 400px;
}
#contact_form textarea {
	height: 10em;
	width: 500px;
}

.divider {
	text-align: center;
}


/* COLUMNS ******************************************************************************************************************************************/
.column {
	float: left;
	width: 50%;
}
.column_2 {
	float: left;
	width: 50%;
}
/* PAGE CONTEXT *************************************************************************************************************************************/
#breadcrumb {
	font-size: 80%;
	font-weight: bold;
	margin: 10px 20px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#breadcrumb li {
	display: inline;
	background-image: url(../images/format/breadcrumb_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}
#breadcrumb li#breadcrumb_home {
	background-image: url(../images/icons/home_icon.gif);
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.2em;
}

/* FEEDBACK *************************************************************************************************************************************/
.success {
	padding: 5px 5px 5px 20px;
	margin: 10px 0;
	background: url(../images/icons/success.gif) no-repeat 0 center;
	font-weight: bold;
	color: #090;
}
.highlight {
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 10px 76px 10px 0;
	background: url(../images/icons/information.gif) no-repeat 0 center;
}
.warning {
	padding: 5px 5px 5px 20px;
	margin: 10px 0;
	background: url(../images/icons/warning.gif) no-repeat 0 center;
	font-weight: bold;
	color: #900;
}
/* TABLES *************************************************************************************************************************************/
table {
	border-collapse: collapse;
	width: 790px;
	clear: right;
	margin: 0;
}
.admin table {
	width: 100%;
	margin: 10px 0;
}
.calendar table {
	width: 125px;
}
.calendar td {
	background: #FFF;
}
.calendar td a:link,
.calendar td a:visited,
.calendar td a:active {
	padding: 3px;
}
.calendar td a:hover,
.calendar td a:focus {
	padding: 3px;
	background-color: #D2EEF7;
}
.calendar td .today{
	background-color: #D2EEF7;
}
.calendar td .selectedday{
	background-color: #F7F4CC;
}
caption {
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	background: #333;
}
caption a:link,
caption a:visited,
caption a:active {
	color: #FFF;
}
caption a:hover,
caption a:focus {
	color: #EEE;
}
tr {
	border-top: 1px solid #999;
}
th {
	padding: 5px;
	text-align: left;
	color: #FFF;
	background: #333;
}
th a:link,
th a:visited,
th a:active {
	color: #FFF;
	text-decoration: underline;
}
td {
	padding: 5px;
}
.alternate {
	background-color: #EEE;
}

.image_replacement span {
	position: absolute;
	left: -2000px;
}


/* FORMS *************************************************************************************************************************************/
fieldset {
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 580px;
	-moz-border-radius: 10px;
}
.admin fieldset {
	width: 780px;
}
#checkout_form {
	margin: 10px 0;
}
.instructions {
	float: right;
	width: 250px;
}
input.text {
	width: 15em;
}
input.number {
	width: 4em;
}

.shopping_cart img {
	width: 45px;
	height: 65px;
}
.confirm_address {
	float: left;
	width: 50%;
}
.checkout_button {
	float: right;
	padding: 0 10px;
}
.empty_cart_link,
.edit_information_link {
	float: left;
	padding: 10px;
}

.preorder_icon,
.product_image {
	float: right;
}
hr {
	clear: both;
	margin: 5px 0;
}
.article_body {
	float: left;
	width: 480px;
	clear: none;
}
.markup_toggle {
	float: right;
	padding: 0 0 0 20px;
	background: url(../images/icons/tag.png) no-repeat left center;
}
.textarea_large {
	height: 18em;
	width: 460px;
}

/* FOOTER *************************************************************************************************************************************/
.bottom_nav {
	color: #000;
	font-size: 90%;
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}
.bottom_nav a {
	white-space: nowrap;
}


#footer {
	margin: 0;
	padding: 0;
	font-size: 90%;
	clear: both;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
#copyright {
	color: #333;
}

.right {
	text-align: right;
	padding: 0 10px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}
.clear_left {
	clear: left;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}
h3.clear {
	clear: both;
	height: 1em;
	margin: 0;
	padding: 10px 0 0 0;
}	
