@charset "utf-8";
/* CSS Document */


body, html {
	height: 100%;
}


#_flashInterface_{
	txt-align: left;
	width: 253px;
	float:left;
}

body{
	background: white;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 11px;
	margin: 0;
 	background: white url(../images/layout/bkg.jpg) top left repeat-x;
	color: #5b5b5b;
}


.menus {
	font-family:Arial, Helvetica, sans-serif;
}


a, a:active, a:link{
	color: #bf4900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


a:active,
a:focus,
a:hover {
  outline: none;
  border: none;
}

img {
	border: none;
}

p{
	margin-bottom: 20px;
}

.clear {width: 10%; height: .01em; font-size: .01em; clear: both; display:inherit; visibility:hidden; background: transparent;	}

/* site */
#main_site {
	width: 795px;
	margin: 0 auto;
	text-align: center;
}

#header, #main_content, #footer {
	position: relative;
	width: 795px;
	text-align: left;
/*	overflow: hidden;*/
}


/* header */
#header {
	height: 293px;
}

#header .order {
	margin-left: 15px;
}

h1{
	text-align: left;
	font-size: 13px;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 0;
	font-weight: bold;
/*	margin: 0 20px 0 20px; */
}


h2 {
	font-weight: bold;
	font-size: 11px;
	color: 5b5b5b;
	margin-bottom: 10px;
	padding-top: 5px;
}

h3 {
	font-size: 13px;
	padding: 0;
	width: 300px;
	float: left;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 17px !important; 
	margin-left: 8px;
	font-weight: bold;
}
	


/* particular page */

	/* index page layout */

	.h-index {
		background: url(../images/layout/bkg-header-index.jpg) top left no-repeat;
	}
	
	.subheader-index{
		position: absolute;
		top: 145px;
		left: 0;
		background:url(../images/layout/subheader-home.jpg) top left no-repeat;
		height: 148px;
		width: 795px;
	}
	
	.right-index {
		width: 253px;
		background:url(../images/layout/bkg-top-right-index.jpg) top left no-repeat;
		height: 124px;
	}
	
	/* end of index page layout */
	
	
	/* privacy page layout */

	.h-privacy {
		background: url(../images/layout/bkg-header-privacy.jpg) top left no-repeat;
	}
	
	.subheader-privacy{
		position: absolute;
		top: 145px;
		left: 0;
		background:url(../images/layout/subheader-privacy.jpg) top left no-repeat;
		height: 148px;
		width: 795px;
	}
	
	.right-privacy {
		width: 253px;
		background:url(../images/layout/bkg-top-right-privacy.jpg) top left no-repeat;
		height: 124px;
	}
	
	/* end of privacy page layout */
	
	
	
	/* order page layout */

	.h-order {
		background: url(../images/layout/bkg-header-order.jpg) top left no-repeat;
	}
	
	.subheader-order{
		position: absolute;
		top: 145px;
		left: 0;
		background:url(../images/layout/subheader-order.jpg) top left no-repeat;
		height: 148px;
		width: 795px;
	}
	
	.right-order {
		width: 253px;
		background:url(../images/layout/bkg-top-right-order.jpg) top left no-repeat;
		height: 124px;
	}
	
	/* end of order page layout */
	
	
	
	
	/* contact page layout */

	.h-contact {
		background: url(../images/layout/bkg-header-contact.jpg) top left no-repeat;
	}
	
	.subheader-contact{
		position: absolute;
		top: 145px;
		left: 0;
		background:url(../images/layout/subheader-contact.jpg) top left no-repeat;
		height: 148px;
		width: 795px;
	}
	
	.right-contact {
		width: 253px;
		background:url(../images/layout/bkg-top-right-contact.jpg) top left no-repeat;
		height: 124px;
	}
	
	/* end of contact page layout */




#header ul.menu{
	position: absolute;
	right: 41px;
	top: 30px;
}



#header ul.menu li{
	display: inline;
	padding-left: 10px;
	color: #2a2a2a;
	font-size: 1em;
	background: transparent url(../images/layout/bkg-menu.jpg) 0 center no-repeat;
	font-size: 1.18em;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul.menu li.nobkg{
	background:none !important;
	background: none;
}

#header ul.menu a,
#header ul.menu a:link,
#header ul.menu a:active{
	color: white;
	text-transform:uppercase;
	
	text-decoration: none;
	font-weight: bold;
}


#header ul.menu a:hover{
	color: #2a2a2a;
}

#header .logo{
	position: relative;
	left: 30px;
	top: 0px;
	border: none;
}
	



.nobkg{
	background: none;
}
/* end of header */


#main_content{
	width: 795px;
	background: white url(../images/layout/bkg-main_content.jpg) top left repeat-y;
	float: left;
}


/* content left */

#main_content .content_left{
	width: 432px;
	float: left;
	padding-left: 42px;
	padding-top: 30px;
	background: transparent url(../images/layout/bkg-main-left.jpg) top left no-repeat;
}

#main_content .content_left .buy {
	margin-top: 25px;
	text-transform: uppercase;
	margin-bottom: 0;
	clear: left;
}

#main_content .content_left .buy p{
	margin-bottom: 0;
}

#main_content .content_left .buy img{
	padding-top: 10px;
}
/* end of content left */



/* content right */
#main_content .content_right{
	width: 253px;
	padding-right: 41px;
	float: right;
	background: transparent url(../images/layout/bkg-main-right.jpg) top right no-repeat;
	
}

#main_content .content_right div{
	float: left;
	
}

#main_content .content_right .flash{
	width: 253px;
	height: 369px;
}
/* end of content right */



/* footer */

#footer {
	clear: left;
	width: 795px;
	height: 100px;
	background: transparent url(../images/layout/bkg-footer.jpg) top left no-repeat;
}

#footer p{
	margin-left: 42px;
	padding-top: 50px;
	color: #acacac;
}
	
	
	
#contact {
	position: relative;
	height: 290px;
	float: left;
	width: 432px;
}

#contact .main{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 444px;
	height: 281px;
	background: transparent url(../images/layout/contact-bkg.jpg) top left no-repeat;
}

#contact .bkg-dr{
	background:transparent url(../images/layout/contact-bkg-dr.jpg) no-repeat -299px 0 ; /* 0 0 */
	height:233px;
	overflow:hidden;
	position:absolute;
	right:23px;
	top:23px;
	width:145px;
	
}


#contact .forms{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 266px;
	background: transparent url(../images/layout/contact-forms.jpg) top left no-repeat;
}

#contact .succes{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 266px;
	background: transparent url(../images/layout/succes.jpg) top left no-repeat;
}

#contact .forms div{
	background: transparent;
}


#contact input{
	border: none;
	background: transparent;
	width: 233px;
	height: 20px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #aaa;
}

#contact input.send{
	width: 62px;
	height: 23px;
	outline: none;
	cursor:pointer;
	
}

.contactError{
	color: red;
	padding-left: 18px;
}

#contact textarea{
	border: none;
	overflow: auto;
	width: 233px;
	height: 100px;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #aaa;
}
	


#contact .name {
	height:20px;
	left:17px;
	position:absolute;
	top:20px;
	width:235px;
	z-index:100;
}


#contact .email {
	height:20px;
	left:17px;
	position:absolute;
	top:61px;
	width:235px;
	z-index:100;
}


#contact .mess{
	height: 100px;
	width: 235px;
	top: 108px;
	left: 17px;
	z-index: 100;
	position:absolute;
}

#contact .send_mess {
	height:23px;
	left:17px;
	position:absolute;
	top:233px;
	width:62px;
	outline: none;
}
	
	
