/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Georgia, Arial, serif;
}

h2, h3, h4, h5, h6 {
	color: #00a7f5;
	font: 1.9em/1em Georgia, Arial, serif;
}

h1 {color: #000000;
	font: 2.8em/2em Georgia, Arial, serif;

}

h2 {
	color: #00a7f5;
}

h3 {
	color: #f2f0d8;
	font-size: 2em;
	font-weight: bold;
background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60);

}

h4 {
	font-size: 1.35em;
    color: #756c67;
    font-weight: bolder;
background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60);

}

h5 {
	font-size: 1.1em;
	font-weight: bold;


}

h6 {
	font-size: 1em;
	font-weight: bold;
background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60);

}

p {
	color: #534741;
	font-family: Georgia, Arial, serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60);

}

ul {
	list-style: disc;
	color: #6F856C;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #6F856C;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #CA734F !important;
	font-weight: bold;
}

a {
	color: #00a7f5;
	text-decoration: none;
}

/*a:link {
	color: #00a7f5;
	outline: none;
	text-decoration: none;
background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60);

}

a:visited {
	color: #00a7f5;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #80d3fa;
	text-decoration: underline;
}

a:active {
	color: #00a7f5;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}
div.background
  {
  width:350px;
  height:250px;
  background:url(klematis.jpg) repeat;
  border:none;
  }
div.transbox
  {
  width:350px;
  height:250px;
  margin:0px 0px;
  background-color:#ffffff;
  border:none;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }

}
/* Spacing
----------------------------------------------------------------------------------------------------*/
nav
{
position:fixed;
top:20px;
left:12px;
}


h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 15px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {

	background:url(../images/background.png)no-repeat;
    background-repeat:no-repeat;
background-attachment:fixed;
background-color: #fff;
	background: url(../images/background.png)no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

    
}
body 
{


}


}


#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}





}

nav ul {
	clear: left;
	list-style: none;
	width: 226px;
	height: 75px;
	margin-left: 10px;
	padding-top: 80px;
    padding-bottom: 0px;
	text-align: left;
	border: none;
}

nav ul li {
	display: block;
	margin: 0 20px 0 0;
	border: none;
}

nav ul li a {
	color: #fff;
	font-size: 1em;
	font-weight: bolder;
    text-align: center;
	letter-spacing: 0.1em;
	padding: 26px 0px 26px 0px;
    width: 226px;
	display: block;
	text-transform: uppercase;
	border: none;
    repeat: no-repeat;
    background: url(../images/button_reg.png);
   }

nav ul li a:hover {
	
	color: #756c67;
	text-decoration: none;
    background: url(../images/button_hov.png);
    
}

nav ul li a.selected {
		color: #534741;
        background: url(../images/button_sel.png);
}

nav ul li a.selected:hover {
	color: #fff;
    
}

#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 226px;
	text-align: left;
    margin: 0 0px 0 0px;
    padding: 0 0px 0px 0px;

}


/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 20px 0 0 0;
	padding-left: 0px;
	border: none;
{

}

.colLeft {
	float: left;
	width: 260px;
	border: none;
    margin-left: 0px;
    margin-bottom: 20px;
}

.colRight {
	float: right;
	width: 700px;
	border: none;
}  
  
.col1 {
	float: left;
	width: 230px;
	border: none;
    margin-bottom: 10px;
}

.col2 {
	float: left;
	width: 230px;
	border: none;


}

.col3 {
	float: left;
	width: 230px;
	border: none;
}
.col4 {
	float: left;
	width: 230px;
	border: none;


}

.contact {
    float: right;
    display: inline-block;
    width: 220px;
	margin: 15px 0 0 0;
	padding-left: 0px;
	border: none;
}

.about {
    float: right;
    display: inline-block;
    width: 620px;
	margin: 15px 0 0 0;
	padding-left: 0px;
	border: none;
}

.index {
        float:right;
	margin: 20px 0 0 0;
	padding-left: 0px;
	border: none;

}

#signature {
    margin-top: 30px;
	margin-bottom: 5px;
    margin-right: 30px;
	text-align: right;
}

footer {
	clear: both;
	background: url(../images/footer_bg.png) repeat-x;
	padding-top: 5px;
    margin-top: 25px;
    height: 107px;
    width: 960px;
	border: none;
}

footer p {
	float: center;
    margin-left: 10px;
 	font-size: 0.8em;
    color: #00a7f5;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 330px;
	padding-top: 3px;
	text-align: right;
    margin-right: 30px;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 3px;
	border: none;

}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #80d3fa;
}

#shop_button {
    width: 400px;
    height: 70px;
    background-image: url(../images/shop_button_reg.png);
    display: inline-block;
    float: right;
    margin: 0 120px 0 0;
    text-indent:-9999px;
    outline: 0;
 }
 
 #shop_button:hover{
    background-image: url(../images/shop_button_hov.png);
