/* - - - - - - - - - - - - - - - - - - - - -

Title : CSS Style

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

* { margin:0; padding:0; }
html { border-top:5px solid #0C141E; background:#3e5871;}
body { border-top:1px dashed #63788C; color:#AABBDD; background:#3e5871 url(images/bg.gif) repeat-x top; font-size:16px; line-height:22px; font-family:"Helvetica Neue" Helvetica, Arial, sans-serif; }

/* links  */
a { color:#D8AA1A; border-bottom-color:#4564CA; text-decoration:none; border-bottom-color:#96BDFF; }
a:hover { text-decoration:underline; }

/* headings */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */
input,select,th,td { font-size:1em; }

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap { width:680px; margin:0 auto; text-align:left; padding-bottom:60px; }
#header { height:350px; position:relative; } /*height:420px*/
#navigation { font-size:12px; position:absolute; right:10px; top:0px; } /*top:65px; }*/
#navigation2 { font-size:12px; position:absolute; right:10px; top:60px; } /*top:110px; }*/
#primary-content { padding:0 30px; font-size:12px; position: relative;}
#secondary-content { position: absolute; right: 20px; top: 0; width: 230px;} 
#footer { border-top:1px dashed #63788C; clear:both; padding:10px 0; margin:30px auto 0; text-align:center; font-size:11px; width:620px;position: relative; }

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1 a { background:url(images/logo.png) no-repeat; position:absolute; top:0px; left:20px; font-size:0.8em;  display:block; height:47px; width:204px; color: white; text-decoration:none; } /*top:57px; }*/

/* main img */
#header div.main-img { background:url(images/main-img.jpg) no-repeat; width:679px; height:256px; position:absolute; top:80px; } /*top:130px; }*/
#header div.main-img a { background:url(images/bt.gif) no-repeat; width:288px; height:45px; position:absolute; top:175px; text-indent:-10000px; left:50px; }
#header div.main-img a:hover { background:url(images/bt.gif) 0 -45px no-repeat; }
a  img.lang  { border:0;}
/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation li { list-style:none; float:left; }
#navigation li a { float:left; display:block; padding:3px 0px; margin:0 5px; }
#navigation li a.current, #navigation li a.currentAncestor { -webkit-border-radius:3px; -moz-border-radius:3px; background:#D8AA1A; color:#fff; }

#navigation ul ul { display:none; }



#navigation2 li { list-style:none; float:left; }
#navigation2 li a { float:left; display:block; padding:3px 12px; margin:0 5px; }
#navigation2 li a.current, #navigation li a.currentAncestor { -webkit-border-radius:3px; -moz-border-radius:3px; background:#D8AA1A; color:#fff; }

#navigation2 ul ul { display:none; }

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h1 { font-size:1.8em; }
#primary-content h2 { font-size:20px; font-weight:bold; margin-bottom:5px; color:#D8AA1A; text-shadow:#0C141E 1px 1px 1px; }
#primary-content h3 { font-size:14px; font-weight:bold; margin-bottom:5px; color:#D8AA1A; text-shadow:#0C141E 1px 1px 1px; }
#primary-content p { margin-bottom:20px; }
#primary-content ul,#primary-content ol { margin-left:20px; margin-bottom:20px; }
#primary-content img { float:left; margin:0 10px 0 0; }
#primary-content img.thumb { margin: 20px 0 20px 20px !important;width: 160px; height: 190px;}
#primary-content span.filariane { font-size:10px; background:#3e5871; color:#fff;}

/* quote */
#primary-content div.quote { clear:both; }
#primary-content div.quote span { color:#AABBDD; }
#primary-content div.quote span,#primary-content div.quote strong { background:none; }

/* items */
.items { -webkit-border-radius:6px; -moz-border-radius:6px; background:#465F77; overflow:hidden; margin:20px 0; padding:10px; border:1px dashed #63788C !important; }
.items .price { background:#0C141E; -webkit-border-radius:6px; -moz-border-radius:6px; float:left; margin-right:10px; font-family:Cambria, Georgia; font-size:34px; text-align:center; line-height:80px; font-weight:normal; text-shadow:#000 1px 1px 1px; width:90px; border:1px dashed #63788C; }
.items .main { line-height:normal; width:140px; padding:10px 0 15px; margin-bottom:10px; }
.items h2 { margin-bottom:0!important; }
.items .main span { background:none; font-size:11px; color:#fff; text-shadow:none; font-family:"Helvetica Neue" Helvetica, Arial, sans-serif; display:block; margin-top:5px; }
.items img { -webkit-border-radius:3px; -moz-border-radius:3px; background:#0C141E; margin:0 10px 0 0!important; padding:5px; }
.items .img-r { float:right!important; margin-left:10px!important; }

/* sub-nav */
#side-navigation { background:#0C141E; height: 100px;overflow:hidden; font-size:11px; padding:10px 0; text-align:left; margin:0!important; -webkit-border-radius:6px; -moz-border-radius:6px;list-style: none;}
#side-navigation ul { margin: 0 !important;padding: 0;list-style: none;padding: 0 0 0 10px;}
#side-navigation ul li { display:inline; padding:0 3px; }
#side-navigation ul li a{display: block; background:url(images/btcontact.png) no-repeat; width:142px; height:45px; position:absolute; text-indent:-10000px; left:250px;}
#side-navigation ul li a:hover{ background:url(images/btcontact.png) 0 -45px no-repeat;}
#side-navigation ul ul a{display: block;float: left;margin-right: 14px;}

#side-navigation ul ul a.current{color: #AABBDD;}

/* forms */
#forms { color:#333; padding:10px; font-size:12px; }
#forms p { line-height:18px; font-size:11px; }
#forms .items { background:transparent; }
.forms { width:680px; font-size:12px; }
.forms .col { border-right:1px solid #ddd; }
.forms .r { padding-right:0; border-right:none; }
.forms label { display:block; font-weight:bold; }
.forms p { margin:0 0 10px!important; }
.forms .text { margin-bottom:5px; color:#333; padding:3px; width:90%; }
.forms .bt { margin:10px 0; cursor:pointer; }

/* --- */
.col { float:left; width:47%; border-right:1px dashed #63788C; padding-right:10px; }
.col p { margin-left:60px; }
.r { float:right; border:none; }

/*-- contact -- */

.message-text { font-size:20px; font-weight:bold; margin-bottom:5px; color:#D8AA1A; text-shadow:#0C141E 1px 1px 1px; }
.required-text {padding-left: 25px;}
.form-input-field, select {
	width: 350px;
	border: 1px solid #63788C;
	background: #0C141E;
	color: #fff;
	padding: 3px;
	margin: 0 0 0 0 !important;
}
.form-input-button {
	margin: 10px 0 0 0;
	width: auto;
}

textarea{overflow: auto;}

#formok{
	color: #FFF;
	padding: 5px 5px 5px 5px;
	background-color: #63788C;
	border:1px solid green;
	width: 356px;
	margin-bottom: 200px;
}
#formfail{
	color: #FFF;
	padding: 5px 5px 5px 5px;
	background-color: #63788C;
	border:1px solid red;
	width: 356px;
	margin-bottom: 200px;
}

/* ------------------------------------------------------------

	secondary-content

------------------------------------------------------------ */

#secondary-content p{
	margin-left: 0;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer li { padding-top:5px; display:inline; }

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

span,strong { background:#6C8093; padding:0 2px; color:#0C141E; }
hr { margin:1em 0; height:1px; color:#212224; border:none; clear:both; border-top:1px dashed #63788C; }
.clear { clear:both; }
.hide{display: none;}
.wt{
	display: block;
	text-indent: -10000px;
	background: url(images/wt.gif);
	width: 24px;
	height: 15px;
	position: absolute;
	top: 13px;
	right: 100px;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.floatclear { display:inline-table; }
* html .floatclear { height:1%; }
.floatclear { display:block; }