/*By default Settings*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color:#fcfcfc;
}

/* start elements */

/* Page Settings */
body {
	font-size: 13px;
	background:#001b2a;
	overflow: auto;
	text-align: center;
}

/* Paragraf settings*/
p {
	font-size: 13px;
	padding: 10px 15px 10px 10px;
}

/* Images Settings*/
img {
	border: none;
}

/* Small font settings*/
small {
	font-size: 11px;
}

/* Links Settings */
a {
	color: #fcfcfc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.03em;
	line-height: .94em;
	color: #fcfcfc;
	margin-top:20px;
}
h1, h2, h3 {
	font-family: Georgia;
}
h1, h4 {
	font-size: 38px;
}
h2, h5 {
	font-size: 28px;
}
h3, h6 {
	font-size: 16px;
}



.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* layout */
#wrapper {
	padding: 5px 0 10px 0;
	position: relative;
	top: 0px;
	width: 600px;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 0;
	float:right;

}
	/*HEADER*/
	#header {
		overflow: hidden;
		clear: both;
		background:url('../images/menu_bg.png') no-repeat;
		width:600px;
		height:124px;
		float:right;
	}
		.menu_home {
			position:relative;
			top:85px;
			left:48px;
		}
		.menu_about {
			position:relative;
			top:85px;
			left:88px;
		}
		.menu_media {
			position:relative;
			top:85px;
			left:133px;
		}
		.menu_news {
			position:relative;
			top:85px;
			left:193px;
		}
		.menu_store {
			position:relative;
			top:85px;
			left:243px;
		}
	
	/*CONTENT*/
	#content{
		width: 600px;
		overflow: hidden;
		clear: both;
		float:right;
	}
		.header{
			width:400px;
			float:right;
			margin-right:40px;
		}
		
		#fullpage{
		 width:550px;
		 float:right;
		 /*margin-right:30px;*/
		 margin-top:20px;
		}
		#leftside{
			width:150px;
			float:left;
		}
			#leftside p{
				font-size:16px;
			}

		#rightside{
			width:400px;
			float:right;
			margin-right:40px;
		}

	/*FOOTER*/
	#footer {
		margin: 20px 0;
		color: #1b537c;
		text-align:center;
		font-size:12px;
	}
			
				#footer a, #footer a:link, #footer a:visited, #footer a:active {
					color: #1b537c;
					text-decoration: none;
					padding: 5px 10px;
					font-size:12px;
					font-weight:bold;
				}
				#footer a:hover {
					text-decoration: underline;
				}

#form_contact{
								text-align:left;
								height:550px;
								width:400px;
								margin-right:40px;
								margin-top:30px;
							}
							#form_contact div{
								text-align:left;
								clear:both;
								display:block;
								padding-top:10px;
							}
							#form_contact div label{
								text-align:right;
								padding-right:15px;
								width:150px;
								min-width:75px;
								float:left;
								font-size:15px;
								font-weight:400;
							}
							#form_contact div input, #form_contact div select{
								float:left;	
								height:24px;
								padding:2px;
								font-size:16px;
								color:#000;
								border-style: solid;border-color: #000000;border-width: 1px;background-color: #fcfcfc;
							}

td{
	font-size:12px;
}
tr.h td{
	text-align:center;
}							
							
.fr {float:right;}
.fl {float:left;}
.clear {clear:both;height:0px;line-height:0px;}
