/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	margin-bottom:10px;
	background: #7f0000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	
}
.language {
	text-align:center;
	padding-bottom:5px;
}

h1, h2, h3 {
	margin-bottom: auto;
	text-transform: uppercase;
	color: #FFFFFF;
	
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #F00;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(../images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(../images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}


/*PAGE BG */
#wrapper {
width:800px;
margin:0 auto;
border:#121212 solid 1px;
border-bottom:0px;
background: #000000;
}

/* Logo */
#logo {
	width: 800px;
	height: 200px;
	margin: 0;
	/*background: #000000 url(../images/bg_header.jpg) no-repeat;*/
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0;
}

/* Content */

#content {
	padding: 20px 20px;
	background: url(../images/bg1.jpg) no-repeat;
}

#welcome {
	padding-bottom: 20px;
	font-size:13px;
}

#welcome p {
	padding:0px;
	margin:0 0 0 0;
	font-size:14px;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	/*background: url(../images/bg_nav.jpg) no-repeat;*/
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(../images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 1px 10px 1px 10px;
	text-transform: uppercase;
	/*background: url(../images/img08.gif) no-repeat 10px 50%;*/
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}
#menu p {
	display: block;
	width: 165px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	/*background: url(../images/img08.gif) no-repeat 10px 50%;*/
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	margin:0;
}

#menu a:hover {
	background-color: #0A0A0A;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0px auto 10px auto;
	padding: 10px 0;
	background:#000000;
	border:#121212 solid 1px;
	border-top:0px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration:none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}


.news_title {
	margin: 0;
	padding: 0px 0px;
	text-transform: uppercase;
	font-size:16px;
	font-weight: bold;
}


.question {
font-weight:bold;
font-size:14px;
color:#eeeeee;
}

.testimonial {
font-size:12px;
width:100%;
margin-bottom:4px;
}

.testimonial_name {
font-size:12px;
width:100%;
text-align:right;
font-weight:bold;
}

#productmainimage {
width:160px;
height:120px;
margin-right:20px;
float:left;
}
