@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

img{ 
border:none;
}

#main {
background-image: url(images/bg-main.gif);
background-position: bottom;
background-repeat: repeat-x;
margin-top:30px;
}

#nav {
background-color:#a20015;
background-image:url(images/r-corner.gif);
background-repeat:no-repeat;
background-position:left;
height:32px;
margin-left:10px;
}


#menu {
padding:0 10px 0 0;
margin:0;
color:#fff;
white-space:nowrap;
vertical-align:bottom;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu li {display:inline;}

#menu li a {
padding:8px 15px;
color:#fff;
text-decoration:none;
float:right;
font-weight:bold;
background-image:url(images/bul.gif);
background-repeat:no-repeat;
background-position:left;

}

#menu li a:hover {
color: #ffbb89;
font-weight:bold;
}

#menu li a.active {
color: #FFCC00;
font-weight:bold;
}


#main-content {
background-image:url(images/main-img.gif);
background-repeat:no-repeat;
background-position:right bottom;
height:390px;
margin: 0px 5px 0px 5px;
}

#main-2 {
background-position:right bottom;
height:400px;
margin: 0px 5px 0px 5px;
}


h1 {
font-size:14px;
color:#9a7f62;
}

h2 {
font-size: 15px;
color: #990000;
font-weight:bold;
}

p {
line-height: 18px;
}

#list li {
margin-bottom: 10px;
}

#next {
	position:absolute;
	left:824px;
	top:526px;
	width:40px;
	height:40px;
	z-index:1;
}

#next2 {
	position:absolute;
	left:159px;
	top:446px;
	width:40px;
	height:40px;
	z-index:1;
}



#prev2 {
	position:absolute;
	left:813px;
	top:446px;
	width:40px;
	height:40px;
	z-index:1;
}


#text {
margin: 20px 0px 0px 0px;
}

#reg {
margin: 10px 0px 0px 0px;
padding-top:20px;
background-image:url(images/scrshots/reg.gif);
background-position: center;
background-repeat:no-repeat;
height: 350px;
}

#catalog {
margin: 10px 0px 0px 0px;
padding-top:20px;
background-image:url(images/scrshots/catalog.gif);
background-position: center;
background-repeat:no-repeat;
height: 350px;
}

#checkout{
margin: 10px 0px 0px 0px;
padding-top:20px;
background-image:url(images/scrshots/checkout.gif);
background-position: center;
background-repeat:no-repeat;
height: 350px;
}

#download{
margin: 10px 0px 0px 0px;
padding-top:20px;
background-image:url(images/scrshots/download.gif);
background-position: center;
background-repeat:no-repeat;
height: 350px;
}


#info{
margin: 25px 0px 0px 0px;
}

#get {
float:left;
color:#ffbb89;
font-weight:bold;
padding: 8px 0px 0px 20px;
}

