@charset "utf-8";
/* CSS Document */

/* getting rid of standard margins, borders etc*/
body{
	font-family:Georgia;
	font-size:13px;
}

p {
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

div {
	border:none;
	margin:0px;
	padding:0px;
}

/*setting size and position of containers*/
#container {
	position:absolute;
	margin:0;
	width:710px;
}

#containerLeft{
	width:121px;
	left:15px;
	top:15px;
	height:624px;
	position:absolute;
	text-align:left;
}

#containerRight{
	width:800px;
	left:143px;
	top:15px;
	height:724px;
	position:absolute;
	text-align:left;
}

#adminOptions {
    position:absolute;
    background-color:#FFFFCC;
    left:730px;
    top:15px;
    height:624px;
    width:300px;
    border-style:solid;
    border-width:1px;
    border-color:gray;
}
 

#siteMenu {
	width:121px;
	height:252px;
}

#imgCloudContainer {
	width:797px;
	left:143px;
	top:15px;
	height:724px;
	position:absolute;
	text-align:left;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	overflow:auto;
}

#containerTop {
	position:absolute;
	left:0px;
	top:0px;
	width:574px;
	height:467px;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}


#containerBottom {
	position:relative;
	top: 469px;
	left: 0px;
}


/* menu Buttons*/
.menuBtnContainer {
	width:121px;
	height:34px;
	/*-----IE6 hack-----*/
	_margin-top:-25px;
	_position:relative;
	_top:25px;
	/*------------------*/
}

.whitefill{
	width:121px;
	background-color:white;
	height:2px;
}

.menuLink {
	height:34px;
	width:121px;
	overflow:hidden;
	background-repeat:no-repeat;
	cursor:pointer;
}

.menuOverImg{
	height:34px;
	width:35px;
	left:103px;
	top:-2px;
	position:relative;
	border-color:white;
	border-width:2px 2px 2px 2px;
	border-style:solid;
}

/*logo*/
#logo {
	background-image: url(../images/logo.gif);
}

/*next&prevbtn*/
#prevBtn {
	position:absolute;
	left:24px;
	top:447px;
	cursor:pointer;
}

#nextBtn {
	position:absolute;
	left:453px;
	top:447px;
	cursor:pointer;
}

.productPicture{
	position:absolute;
	top:0px;
	left:0px;
}

.productText{
	position:absolute;
	}

/*contactform elements*/

#nameInp {
	position:absolute;
	top:275px;
	left:50px;
	height: 15px;
	border-width:0px;
	color:#777777;
	font-size:12px;
}

#emailInp {
	position:absolute;
	top:275px;
	left:200px;
	height: 15px;
	border-width:0px;
	color:#777777;
	font-size:12px;
}

#telInp {
	position:absolute;
	top:275px;
	left:430px;
	height: 15px;
	border-width:0px;
	color:#777777;
	font-size:12px;
}

#msgInp {
	position:absolute;
	top:293px;
	left:63px;
	height: 155px;
	width:498px;
	border-width:0px;
	color:#777777;
}

#submitBtn {
	height:15px;
	width:55px;
	position:absolute;
	top:450px;
	left:15px;
	cursor:pointer;
}

#mailsent {
	position:absolute;
	top:0px;
	left:0px;
}

.image {
    border-color:#888888;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
}

.cloudImage {
    overflow:hidden;
}

.textbox {
  position:absolute;
  background-color:white;
}

h1{
	font-family:Georgia;
	font-size:25px;
	font-weight:bold;
	margin:4px;
}

h2{
	font-family:Georgia;
	font-size:20px;
	font-weight:bold;
	margin:4px;
}

h3{
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	margin:4px;
}

h4{
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin:4px;
}

p{
	font-family:Georgia;
	font-size:13px;
	margin:4px;
}

.description{
  background-color:#BBBBBB;
  position:absolute;
}

#enableJS{
	color:red;
	padding:10px;
	font-family:Georgia;
	font-size:12px;
	width:200px;
	background-color:#FFFF99;
	float:right;
}

#slidecontainer{
	position:absolute;
	display:none;
	height:0px;
	width:20px;
	background-color:white;
}

#slider{
	width:20px;
	height:15px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	background-color:white;
}

.editInput{
	font-size:11px;
}

.textText{
	margin:5px;
}