﻿/*
Republica Press
http://www.republicapress.com
(c)Copyright 2009
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #340002 url(images/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

img {
	border: 0; 
}

a {
/*	color: #F7E020; 
	color: #CF000A; */
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F00;
}

strong {
	color: #D7D7D7;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

.center {
	text-align: center;
}

.nofloat {
	clear: both; 
	padding: 0px;
	margin: 0px;
	height: 0px;
}
	
.red {
	color: #F00; 
}

/* Background */

#bg2 
{
	background: url(images/bg02.jpg) no-repeat center top;
}

#bg3 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg4 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#bg5 {
	background: url(images/bg05.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 25px 0px 0px 25px;
	font-size: 40px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 45px 25px 0px 0px;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header h2 a:hover {
	color: #F00; 
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 10px 0px 65px 0px;
}

/* Content */

#content {
	float: left;
	width: 583px;
	text-align: left;
}

#content .title {
	height: 49px;
	background: url(images/img02.gif) no-repeat;
	margin-bottom: 40px;
}

#content .title h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	color: #F7E020;
}

#content .subtitle h2 {
	background: url(images/img03.gif) no-repeat;
	margin: 0px;
	padding: 16px 23px 30px 23px; 
	font-size: 14px;
	color: #F7E020; 	
}

.cart-header {
	background-color: #333;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 236px;	
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	font-size: 14px;
	color: #F7E020; 	
}

/* Footer */

#footer {
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #B9B9B9;
}



