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

body{
background-color:#262726;
padding: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12pt;
background-image: url('../images/bgimage.gif');
background-repeat: no-repeat;
background-position: 880px 5px;
}


#login{
width: 320px; 
position: absolute;
top: 147px;
left: 548px; 
padding-top: 4px;
}

.topnav{
margin-right: 5px;
}

#login .theInput {
     font-family: Verdana;
     font-size: 11px;
     width: 68px;
     margin-right: 5px;
	 background-color: #34b9ae;
	 border: 0px;
	 padding: 2px;
	 color: #262726;
}

#login .theSubmit {
    margin-right: 5px;
	margin-top: 8px;
	background-image: url(../images/login.gif);
}

#main{
margin-top: 120px;
float:left;
background-image:url(../images/main-rptr.gif);
width: 874px;
padding: 0px;
padding-bottom: 0px;
}

#main-content{
float:left; 
width:612px;
background-image: url(../images/sub-main-rptr.gif);
border: 1px #34b9ae;
margin-left: 25px;
}

#text{
padding: 20px;
color: #FFFFFF;
float: left;

}

#text1{
padding: 20px;
color: #FFFFFF;
float: left;

}

#account{
width: 210px;
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
float:left;
}

#info{
width: 180px;
float: left;
background-color: #34b9ae;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; 
color: #262726;
margin-top: 40px;
margin-bottom: 10px;
}

#left{
float:left;
}

#right {
position: absolute;
left: 880px;
top: 5px;
}

#site{
width: 1024px;
}

hr{
color: #34b9ae

}

.logo{ position: absolute; top:10px; left:10px;}

a:link{
color: #34b9ae;
text-decoration: none;
}

a:link, a:visited{
color: #34b9ae;
text-decoration: none;
border: 0px; 
}

a:hover{
color: #34b9ae;
text-decoration: underline;
border: 0px;
}

img{
border: 0px;
}

#main-left{
background-image:url(../images/shop/right-background.gif);
background-position: right; 
background-repeat: repeat-y;
float: left;
width: 25%;
}

#main-right{
float: left;
width: 75%;
}

.news{
background-color: #262726;
width: 90%;
border: 1px;
padding: 15px;
border-color:#34b9ae;
border-style: solid;
text-align: left;
margin-bottom: 15px;
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
}

.offer1{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #34b8ae;
	border-style: solid;
	background-color: #262726;
}

.offer2{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #34b8ae;
	border-style: solid;
	background-color: #1a1919;
}

.description{
	background-color: #aaaaaa;
	color: #262726;
	width: 500px;
}