/*
## WEB:
## MEDIA TYPE: Screen
## VERSION: 1.0
## CREATOR: Tomas Chorvat
## CREATORS WEB: www.pixla.sk
*/

/*
## RESET
## Resets common element styles
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX - add to any element which needs to clear floats of previous elements */
.clearfix {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*______________END OF RESET______________*/

/*
## COMMON ELEMENTS
## Put global styles for elements like html, body, a, p, headings and others here.
*/
body {
  background: #e6e6e6 url(img/bg.png) no-repeat top center;
  background-position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

p {
  color: #4d4d4d;
  line-height: 150%;
  margin:0 0 25px 0;
}

strong {
  font-weight: bold;
}

.content {
  width: 960px;
  margin: 0 auto 50px auto;
  position: relative;
  color: #4d4d4d;
  line-height: 150%;
}

h1, h2 {
  width: 960px;
  height: 26px;
  padding: 40px 0 0 0;
  margin: 0 0 20px 0;
  color: #6c5d53;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #6c5d53;
  clear: both;
}

h3 {
color: #6c5d53;
font-style: italic;
font-size: 20px;
margin: 0 0 15px 0;
}

h2 a {
text-decoration:none;
color: #6c5d53;
}

.align-left {float:left; margin: 0 10px 10px 0;}
.border-img {padding: 5px; background: #fff; border: 1px solid #ddd;}
.list-square {list-style:square; padding: 0 0 10px 25px;}


/*______________END OF COMMON ELEMENTS______________*/

/*
## HEADER
## Header graphics, menus.
*/

.header {
margin-bottom: -5px;
}

.forexMenu {
background: #6c5d53;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-family: Helvetica, sans-serif;
position: absolute;
top: -1px;
left: 0;
width: 960px;
z-index: 999;
}

.forexMenu a {
color: #fff;
text-decoration: none;
height: 24px;
display: block;
padding: 15px 10px 5px 10px;
}

.forexMenu li {
display: inline;
position: relative;
float: left;
}

.forexMenu li:hover {
background: #8d7a6e;
}

.forexMenu li > ul {
display: none;
position: absolute;
top: 35px;
left: -10px;
width: 200px;
background: #8d7a6e;
padding: 10px;
box-shadow: 0 1px 2px #4d4d4d;
}

.forexMenu li:hover > ul {
display: block;
}

.forexMenu ul > li:hover {
background: #f3971a;
width: 200px;
}

/*______________END OF HEADER______________*/


/*
## CONTENT
## Main elements creating the content of the page - index.php, single.php, page.php, etc.
*/
.login {
position: absolute;
top: 0;
right: 10px;

height: 50px;
}

.login a {
display: block;
color: #5d536c;
font-family: 'Helvetica', sans-serif;
text-align: left;
text-transform: uppercase;
font-weight: bold;
text-shadow: 0 1px 0 #d0c0e8;
padding: 14px 10px 10px 46px;
margin: 10px 0 0 0;
text-decoration: none;
background: #ededed;
border: 1px solid #bfbfbf;
box-shadow: inset 0 1px 0 #fff, 0 1px 2px #564d64;
}

.login a:hover {
color: #fff;
text-shadow: 0 1px 0 #3c2f4e;
background-color: #6b607d;
border: 1px solid #362b47;
box-shadow: inset 0 1px 0 #d0c0e8, 0 0 5px #ab9fbd;
}

.navigate {
position: relative;
width: 960px;
height: 343px;
}

.navigateForex {
height: 44px;
}

.investment {
position: absolute;
top: 0;
left: 0;
}

.goldsilver {
position: absolute;
top: 0;
left: 221px;
}

.goldsilverForex {
left: 335px;
}

.offshore {
position: absolute;
top: 0;
right: 0;
}

.aboutus {
  width: 64%;
  float: left;
  margin: 0 60px 30px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  -ms-column-gap: 50px;
  column-gap: 50px;
}

.imgaboutus {
  border: 1px solid #cacaca;
  float: right;
  margin-bottom: 20px;
}

.fullwidth {
margin: 40px 0 20px 0;
clear: both;
}

.fullwidth h1, .fullwidth h2 {
font-family: sans-serif;
font-size: 20px;
text-transform: uppercase;
color: #5d536c;
margin: 0 0 20px 0;
}

.fullwidth h2 {
font-size: 16px;
clear: both;
}

.fullwidth p {
margin: 0 0 35px 0;
}

.fullwidth ul {
list-style: square;
margin: 10px 0 20px 40px;
}

.fullwidth img {
margin-top: 5px;
margin-bottom: 15px;
padding: 3px;
border: 1px solid #5d536c;
background: #dedbe3;
}

.tablediv {
    margin-bottom:35px;
    border-left:0;
    border-right:0;
    border-top:0;
}

em {
font-style: italic;
font-weight: bold;
}

.contact {
  width: 30%;
  float: left;
  margin: 0 60px 70px 0;
}

.formleft {
  width: 230px;
  float: left;
  color: #4d4d4d;
  margin: 0 30px 0 0;
  min-height: 100px;
}

.listItems {
  width: 280px;
  margin: 0 50px 70px 0;
  float: left;
  color: #4D4D4D;
}

.listItems ul {
   margin: 10px 0 0 0;
}

.listItems li {
  list-style: square;
  margin: 0 0 8px 20px;
}

.listItems strong {
 color: #5D536C;
 font-style: italic;
 font-size: 18px;
}

.textfield, .textfield2 {
  border: 1px solid #cccccc;
  border-bottom-color: #6c5d53;
  width: 205px;
  height: 30px;
  padding: 0 6px;
  margin: 10px 0 0;
}

.textfield2 {
width: 320px;
}

input:focus, textarea:focus {
  border-color: #6c5d53;
  box-shadow: 0 0 10px #ccc1b9;
  background: #e3e0de;
  outline: 0 solid transparent;
}

.message {
  width: 320px;
  height: 80px;
  border: 1px solid #cccccc;
  border-bottom-color: #5d536c;
  margin: 10px 0 0 0;
  padding: 0 6px;
  font-family: sans-serif;
}

.formsubmit, .formsubmit2 {
  width: 320px;
  height: 32px;
  background: #6c5d53;
  margin: 25px 0 0 1px;
  border: 0 transparent solid;
  cursor: pointer;
    color:#fff;
    font-weight: bold;
}


.formsubmit:hover, .formsubmit2:hover {
  box-shadow: 0 0 10px #6c5d53;
    background: #907e72;
}

.notification {
  width: 96%;
  margin: 12px auto;
  background: #F9D9AD;
  border: 1px solid #F3971A;
  padding: 16px;
}

.radioInputs {
margin: 15px 0 5px 0;
display: block;
}

.radioInputs label {
height: 30px;
width: 50%;
margin: 10px 0;
display: block;
float: left;
}

hr {
border-top: 0 solid transparent;
border-bottom: 1px solid #cccccc;
}

.bookItem {
width: 460px;
float: left;
margin: 0 20px 20px 0;
}

.bookTitle {
text-transform: none !important;
font-weight: bold;
margin: 0 !important;
}

.obrazkovy-zoznam p {
  /*text-align: center;*/
  font-weight: bold;
}

.referencieul {
  list-style: square;
  margin-left: 2%;
}

.referencieul li {
  padding-bottom: 0.5em;
}

.link-up, .vzorkovnik {
text-decoration: none;
font-weight: bold;
background: #6c5d53;
color: #fff;
padding: 5px 6px;
position: fixed;
bottom: 50px;
right: 5%;
}

.vzorkovnik {bottom: 120px; padding:0;}

/*______________END OF CONTENT______________*/

/*
## FOOTER
## Footer widgets, menus.
*/

/*______________END OF FOOTER______________*/

/*
## OVERRIDE
## CMS overrides, like gallery styles in WordPress.
*/
.websiteform {
  display: none;
}

.alignRight {
float: right;
margin-left: 15px;
}

.alignLeft {
float: left;
margin-right: 10px;
}

#bannery {
position: relative;
width: 960px;
}

#bannery a {
bottom: 0;
}

#obtekanie {
  width: 760px;
  float: left;
}

#obtekanie ul {
    list-style-type: square;
    margin-left: 25px;
}

#akcie {
  width: 165px;
  float: right;
}

#akcie a {
  position: relative !important;
  right: 0;
  bottom: 0;
  padding: 0;
}

.obrazkovy-zoznam {
min-width: 930px;
}

/*#akcie img {
  float: left;
}*/

/*______________END OF OVERRIDES______________*/


.leftie {
    float: right !important;
}
