/*
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: 20px 0;
	background: #3B3B3B url(../images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #76c9eb;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #76c9eb;
}

/* Header */

#header {
	width: 740px;
	height: 260px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 204px;
	height: 78px;
	background: url(../images/logo.jpg);
	border: 1px solid #000000;
	border-right-width: 5px;
	border-bottom: 1px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 25px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #000000;
}

#menu .active a {
}

/* Splash */

#splash {
	width: 740px;
	height: 180px;
	margin: 0 auto;
}

#hleft2 {
	width: 204px;
	height: 180px;
	float: left;
	background: #2f2f2f;
	
	border: 1px solid #000000;
	border-right-width: 5px;
	border-top: 0px;	
	border-left: 0px;
}

#himg {
	height: 180px;
	border: 0px solid #000000;
	border: 1px solid #000000;
	clear: both;
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 738px;
	margin: 0 auto;
	border: 1px solid #000;
	border-top: 5px solid #000;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 528px;
}

#pcontent {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 164px;
	padding: 25px 20px 20px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 5px;
	border-top: 0px;
	border-left: 0px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 718px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#bottom_parteners {
	clear: both;
	width: 718px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.plug_img_holder {
	margin: 0 auto;
	width: 740px;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:740px;
    height:180px;
    overflow:hidden;
}


#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
	list-style: none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

/* products */

.product {
	width: 140px;
	height: 180px;
	border: 1px solid #111;
	background: #2f2f2f;
	padding: 5px 5px;
	float: left;
	margin: 5px;
	
}

.product-price {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.producttitle {
	clear: both;
}

.productthumbimage {
	clear: both;
	border: 4px solid #fff;
	margin: 0 auto;
	margin-bottom: 5px;
}

.productimage {
	border: 8px solid #efefef;
	margin-bottom: 10px;
}

.sephr {
	background-color: #fff;
	clear: both;
	height: 1px;
	border: 0px;
	border-bottom: 1px dashed #999;
}

#kwords {
	width: 740px;
	margin: 0 auto;	
	padding: 5px;
	margin-bottom: 10px;
}

.sepd {
	height: 20px;
	clear: both;
}

input, textarea {
	border: 1px dashed #fff;
}

.error {
	border: 1px dashed #f00;
	color: #f00;
	font-weight: bold;
	font-size: 15px;
	padding: 6px;
	background: #FFFFC0;
}

.imgright  {
	float: right;
	clear: both;
}

.leftphone {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	clear: both;
	height: 40px;
}

.leftphone img{
	display: block;
	float: left;
}

.leftphone span {	
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}