
body {
	margin:				5px 0px 5px 0px;
	padding:			0px;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sens-serif;
	background-color:	#003366;
}


#main {
	position:			relative;
	
	margin-left:		auto;
	margin-right:		auto;
	
	text-align:			left;
	width:				750px;
	padding:			130px 0 0 0;
	background-image:	url(./data/baner.jpg);
	background-repeat:	no-repeat;
	background-position:left top;
	
}


#lang_title
{
	position:			absolute;
	top:				5px;
	left:				250px;
	width:				250px;
	color:				#FFFFFF;
	font-size:			13px;
	font-weight:		bold;
	text-transform: 	uppercase;
	text-align:			center;
	line-height:		1.5;
}


#lang_bar {
	position:			absolute;
	top:				15px;
	right:				0px;
}


#menu {
	position:			absolute;
	top:				130px;
	left:				0;
	width:				170px;
	border-top:			2px solid #FF9900;
}
#menu ul {
	list-style:			none;
	margin:				0px;
	padding:			4px;
	font-size:			12px;
	font-weight:		bold;
	text-transform: 	uppercase;
}
#menu li {
	text-align:			right;
}
#menu li a {
	display:			block;
	padding:			2px 6px 2px 4px;
	color:				#FF9900;
	text-decoration:	none;
}
#menu li a:hover {
	color:				#FF9900;
	text-decoration:	underline;
}
#menu form {
	margin-top:			30px;
	text-align:			center;
	color:				#FFFFFF;
	font-size:			10px;
	font-weight:		bold;
	line-height:		1.5;
}


#contents {
	position:			relative;
	min-height:			355px;
	margin-left:		168px;
	padding:			10px 0px 10px 10px;
	font-size:			0.75em;
	text-align:			left;
	color:				#FFFFFF;
	border-top:			2px solid #FF9900;
	border-left:		2px solid #FF9900;
}


.small {
	font-size:			80%;
}


.photo {
	float:				right;
	margin-left:		10px;
	margin-borrom:		10px;
	border:				1px solid #FFFFFF;
}
.photo_gallery {
	border:				1px solid #FFFFFF;
}

.title {
	margin:				0;
	padding:			3px;
	font-weight:		bold;
	color:				#000000;
	text-align:			center;
	background-color:	#BBC6CC;
	border:				1px solid #0033665;
}


ul {
	margin:				0px 0px 10px 40px;
	line-height:		1.5;
}
ol {
	margin:				0px 0px 10px 40px;
	line-height:		1.5;
}
h3 {
	margin-top:			0px;
	margin-bottom:		10px;
	font-size:			1.5em;
	color:				#BBC6CC;
	text-transform: 	uppercase;	
}
hr {
	border:				none;
	background-color:	#BBC6CC;
	color:				#BBC6CC;
	height:				2px;
}
table {
	border-collapse:	collapse;
	line-height:		1.5;
}


p.text {
	margin:				0px;
	padding:			4px;	
	line-height:		1.5;
	c
}
p.text_indent {
	margin:				0px;
	padding:			4px;	
	line-height:		1.5;
	text-align:			justify;
	text-indent:		30px;
}
p.info {
	margin:				0px;
	padding:			10px;	
	line-height:		1.5;
	text-align:			center;
	color:				#CC0000;
}
p.center {
	margin:				0px;
	padding:			4px;	
	line-height:		1.5;
	text-align:			center;
}
p.right {
	margin:				0px;
	padding:			5px;	
	line-height:		1.5;
	text-align:			right;
}


a {
	color:				#FFFFFF;
	text-decoration:	underline;
}
a.small {
	font-size:			85%;
	font-weight:		bold;
}
a:hover {
	color:				#BBC6CC;
	text-decoration:	none;
}
a.outer {
	color:				#FF9900;
	text-decoration:	none;
}
a:hover.outer {
	color:				#FF9900;
	text-decoration:	underline;
}


form {
	margin:				0;
	padding:			0;
}
form p {
	clear:				left;
	margin:				0;
	padding:			5px 0 0 70px;
}
form p label {
	float:				left;
	width:				30%;
	font-weight:		bold;
}


input.text {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				180px;
	font-size:			95%;
}
input.text_big {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				250px;
	font-size:			95%;
}
input.text_search {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				120px;
	font-size:			95%;
}
input.login {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				80px;
	font-size:			90%;
}
input.button {
	font-size:			95%;
	font-weight:		bold;
	color:				#FCA105;
	background-color:	#003366;
	border:				2px outset #000000;
}
input.quantity {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				30px;
	text-align:			right;
	font-size:			95%;
}
select {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				180px;
	font-size:			95%;
}
textarea {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				180px;
	font-family:		Verdana, Arial, Helvetica, sens-serif;
	font-size:			95%;
}
textarea.big {
	border:				1px solid #000000;
	background-color:	#F9F9F9;
	width:				250px;
	font-family:		Verdana, Arial, Helvetica, sens-serif;
	font-size:			95%;
}


.navigation {
	background-color:	#BBC6CC;
	color:				#000000;
	font-size:			95%;
}
.navigation a {
	color:				#000000;
	text-decoration:	none;
}
.navigation a:hover {
	color:				#000000;
	text-decoration:	underline;
}


#footer {
	clear:				both;
	position:			relative;
	width:				744px;
	padding:			5px 3px 5px 3px;
	margin:				0px;
	font-size:			10px;
	font-weight:		normal;
	color:				#FFFFFF;
	text-align:			left;
	border-top:			2px solid #FF9900;
	clear:				both;
}
#footer a {
	color:				#FFFFFF;
	text-decoration:	underline;
}
#footer a:hover {
	color:				#BBC6CC;
	text-decoration:	none;
}
