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

body {
margin:20px 0 0 0;
font-family:arial,helvetica;
font-size:0.625em;
color:#663300;
background-color:#695136;
}

/* TEXT AND GENERAL STYLES ---------------------------------------*/

p {
font-size:1.3em;
}

h1 {
text-transform:uppercase;
font-weight:bold;
font-size:1.8em;
margin:0;
}

h2 {
text-transform:uppercase;
font-weight:bold;
font-size:1.6em;
}

a:link, a:visited, a:active {
color:#663300;
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}

/* LAYOUT 
--------------------------------------------------------*/

#container {
width:800px;
height:600px;
position:absolute;
left:50%;
top:50%;
margin:-300px 0 0 -400px;
/*background-color:#996633;*/
background-color:#ffffff;
}

/* TOP MENU 
--------------------------------------------------------*/
#topmenu {
width:800px;
height:40px;
background-color:#a28f7e;
}
	#buttonsleft {
	float:left;
	display:inline;
	margin:0 0 0 12px;
	}
	#buttonsright {
	float:left;
	display:inline;
	margin:0 0 0 127px;
	}

/*----------------------------------------------------------------*/

#pageBody {
width:800px;
background-color:#ffffff;
}

#bodyContent {
width:760px;
margin:40px 0 0 40px;
}

/* BOTTOM MENU ---------------------------------------------------*/
#footer {
width:800px;
height:40px;
background-color:#a28f7e;
}
	#btnsprevnext {
	float:left;
	display:inline;
	margin:0 0 0 15px;
	}
	div.btnsmenunumber {
	float:left;
	display:inline;
	margin:0 0 0 5px;
	}
	#btnsbuythisbag {
	float:right;
	display:inline;
	margin:0 17px 0 0;
	}
/*----------------------------------------------------------------*/

div.cleardiv {
clear:both;
width:100%;
height:1px;
}