@charset "utf-8";

/* CSS Document */

html {
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-main.jpg) repeat;
	font: 12px "Trebuchet MS";
}
p{
	margin: .2em;
	padding: .2em;
}
img{
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: .1em;
	padding: .1em;
}
#wrapper{
	background: #534445 no-repeat center;
}
#header {
	height: 92px;
	padding: 0px;
	margin: 0px;
	background: url(../images/bg-header.png) repeat-x;

}
#header #header-inner{
	width: 643px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg-header.jpg) no-repeat;
	height: 80px;
	position: relative;
}
#header #header-inner img{
	margin: 0px;
	padding: 0px;

}

#header #header-inner .newsletter{
	position: absolute;
	height: 31px;
	width: 200px;
	top: 37px;
	right: 4px;
}
#header #header-inner .logo {
	height: 80px;
	width: 144px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#header #header-inner .shoppingcart{
	position: absolute;
	height: 15px;
	width: 120px;
	top: 30px;
	left: 300px;
	font-size: 90%;
}

#content-wrapper {
	/* height: 630px; */
	margin-right: auto;
	margin-left: auto;
	/* background: #534445 no-repeat center; */
}

#topnav {
	text-align: center;
	padding-top: 10px;
}

#content {
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	background: #F1ECC4 url(../images/bg-content.jpg) repeat-y;
	position: relative;
	margin-top: 5px;
}

#footer {
	font-size: 96%;
	color: #B8A0A4;
	background: url(../images/bg-footer.png) repeat-x;
	height: 91px;
}
#footer #footer-inner{
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer #footer-inner #nav-bottom{
	margin-top: 5px;
}
#footer #copyright{
	margin-top: 8px;
	font-size: 90%;
}
#left{
	float: left;
	width: 155px;
	font-family: Tahoma;	
}
#left #nav-left{
	background: url(../images/left-menu-white.jpg) no-repeat;
	height: 104px;
	width: 131px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#right{
	float: left;
	width: 440px;
	margin-left: 5px;
	position: relative;
	margin-top: 10px;
}
.left-title{
	text-align: center;
}
.inner{
	margin-right: 5px;
	margin-left: 5px;
}

/* Article Clases */
.article-small{
	font-size: 88%;
	margin-top: 15px;
}
.article-mid{}
.article-mid .title{}
.article-mid .author{}
.article-mid .body{
	padding: .3em;
}
.article-mid .body,.article-mid .body ol,.article-mid .body ul,.article-mid .body p,.article-mid .body li{
	font-size: 11px;
}


.article-large{

}
.article-large .title{
	background: #433334;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
}
.article-large .author{}
.article-large .body,.article-large .body ol,.article-large .body ul,.article-large .body p,.article-large .body li{
	font-size: 11px;
}

/* Navigation */


a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topnav a {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 18px;
	text-decoration: none;
}
#left a{
	display: block;
	color: #3B2B2C;
}

#right a{
	color: #660000;
}
#nav-left a{
	text-align: center;
	margin-top: 6px;
	text-transform: uppercase;
}
#nav-bottom a{
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 10px;
}
.nav-education a{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	text-transform: uppercase;
	display: block;
}
a.article{}
a.category{}
a.title{	
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	text-transform: uppercase;
}
a.author{
	font-size: 86%;
}
#buynow{
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.productnav a{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	text-transform: uppercase;
}
/* Misc Classes */

.sepbar{
	margin-top: 10px;
}
.centerme {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clearboth{
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
}
.spacer{
	height: 10px;
	position: relative;
}
.checkout{
	position: relative;
}



/* Text Boxes */
.errormessage{
	color: #990000;
}

.contentbox{
	width: 90%;
	color: #333333;
	padding: 0.7em;
	margin: 10px auto;
}
.readmore{
	text-align: right;
	padding: .5em;
}
