body {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 66%;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #2D1406;
	margin: 0;
	padding: 0;
    text-align: center;
    width: 950px;
	margin-left: auto;
	margin-right: auto;
}

table {
	font-size: 100%;
	color: #333333;
}

a {
	color: #BF2118;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

ul, li {
	margin: 0;
	padding: 0;
}

/* Title of pages */
h1 {
	margin: 0 0 14px 0;
	padding: 6px 0 12px 0;
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	color: #DC261C;
	font-family: Trebuchet MS;
	background: url(../img/dots2.gif) repeat-x 0 29px;
}

#article-h1 {
	margin: 0 0 14px 0;
	padding: 6px 0 12px 0;
	background: url(../img/dots2.gif) repeat-x 0 48px;
}

#article-h1 h1 {
	background: none !important;
	margin: 0 !important;
	padding: 0 0 4px 0 !important;
}



/* Title of products */
h2 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #DC261C;
	font-family: Trebuchet MS;
}

h2.subtitle2 {
	padding: 0 0 4px 0;
	color: #F8B225;
	font-size: 120%;
	border-bottom: 1px solid #F8B225;
}

/* Used in Side Object - Title */
h3 {
	margin: 0;
	padding: 9px 0 0 11px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

/* Used in Central - SubTitle */
h4 {
	margin: 0;
	padding: 0 0 4px 4px;
	font-size: 100%;
	font-weight: bold;
	color: #DC261C;
	text-transform: uppercase;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}