/* colours:
	Main red: #CE2925;
	dark red: #821917;
	burnt orange: #CF6025;
	Brown: #9C4E24;
	dark grey: #636363;
	green/yellow: #BFC22D;
	dark green/yellow: #9A9B23;
	blood red: #A8211E;
*/

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #636363;
	margin: 0px;
	}
	
#container {
	width: 820px;
	background:url(../media/boxshade.jpg) center center repeat-y;
	margin: 0px auto;
	}
	
#content {
	width: 799px;
	font-size: 11px;
	color: #636363;
	line-height: 160%;
	background: #FFFFFF url(../media/paper_bak.jpg) 0px 222px no-repeat;
	border: solid 1px #636363;
	padding-bottom: 20px;
	margin: 0px auto;
	position: relative;
	overflow: auto;
	}
	
/* Pagetop images */
 	
#content .pagetop .about {
	width: 799px;
	height: 200px;
	background: url(../media/about_top.jpg) no-repeat;
	}
	
#content .pagetop .people {
	width: 799px;
	height: 200px;
	background: url(../media/people_top.jpg) no-repeat;
	}
	
#content .pagetop .paper {
	width: 799px;
	height: 200px;
	background: url(../media/paper_top.jpg) no-repeat;
	}
	
#content .pagetop .custom {
	width: 799px;
	height: 200px;
	background: url(../media/custom_top.jpg) no-repeat;
	}
	
#content .pagetop .pricelist {
	width: 799px;
	height: 200px;
	background: url(../media/price_list_top.jpg) no-repeat;
	background-repeat: 
	}	
	
#content .pagetop .contact {
	width: 799px;
	height: 200px;
	background: url(../media/contact_top.jpg) no-repeat;
	}
	
/* End Pagetop images */						

#content .box1 {
	width: 235px;
	float: left;
	clear: none;
	border-right: solid 1px #636363;
	padding-left: 20px;
	margin-top: 20px;
	}
	
#content .box1 p {
	margin: 5px 10px 10px 0px;
	}		

#content .box2 {
	width: 246px;
	float: left;
	clear: none;
	margin: 20px 21px 0px 10px;
	}
	
#content .box2 p {
	margin: 0px 0px 10px 0px;
	}
	
#content .box2 .about {
	font-size: 12px;
	font-weight: bold;
	color: #9C4E24;
	line-height: 150%;
	}		

#content .box3 {
	width: 244px;
	padding-right: 20px;
	float: left;
	clear: none;
	margin-top: 20px;
	}
	
#content .box3 p {
	margin: 0px 0px 10px 0px;
	}	
	
#content .imagebox {
	width: 510px;
	height: 200px;
	margin: 20px 20px 0px 10px;
	float: left;
	clear: none;
	}	
	
#content .image {
	margin-bottom: 18px;
	}
	
#content .entershop {
	width: 235px;
	padding-left: 20px;
	float: left;
	clear: none;
	display: inline;	
	}	
	
#content .shop {
	width: 240px;
	padding-left: 10px;	
	border-left: solid 1px #636363;	
	float: left;
	clear: none;
	display: inline;	
	}
	
#content .buy {
	width: 200px;
	padding-left: 25px;
	float: left;
	clear: none;
	display: inline;		
	}			
	
/*	navigation code */

#navigation {
	width: 798px;
	height: 22px;
	background-color: #821917;
	clear: both;
	border-right: solid 1px #C2612D;;
	}
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	display: inline;
	}	

#navigation  a{
	height: 18px;
	float: left;
	clear: none;
	background: url(../media/nav_bak.gif) no-repeat;
	width: 117px;
	font-size: 10px;
	font-weight:bold;
	color: #CFCFCF;
	text-decoration: none;
	border-left: solid 1px #C2612D;
	padding: 2px 0px 2px 15px;
	margin: 0px;
	}
	
#navigation a:hover {
	background: url(../media/nav_bak_over.gif) no-repeat;
	color: #FFFFFF;
	}
	
/* End navigation code */	

.link {
	color: #CE2925;
	text-decoration: none;
	font-weight: bold;
	}
	
.link:hover {
	color: #821917;
	border-bottom: dotted 1px #821917;
	}
	
.large {
	font-size:12px;
	color: #303030;
	}
	
.secure {
	font-size:12px;
	color: #CE2925;
	font-weight: bold;
	}		
	
.bhutan {
	width: 204px;
	height: 150px;
	background: url(../media/bhutan_journey.jpg) no-repeat;
	color: #FFFFFF;
	padding: 100px 10px 10px 10px;
	border: solid 1px #303030;
	}
	
.caption {
	font-size: 9px;
	letter-spacing: 1px;
	}
	
.address {
	width: 226px;
	height: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #821917;
	text-align: right;
	}
	
.details {
	font-size: 12px;
	}
	
/* Shop entry page */	

#shoptop {
	width: 758px;
	height: 210px;
	margin: 20px;
	}
	
#shoptop .instructions {
	width: 510px;
	height: 200px;
	background: url(../media/buy.jpg) no-repeat;
	margin-left: 10px;
	float: left;
	clear: none;
	}	
	
#shoptop #login {
	width: 215px;
	height: 210px;
	float: left;
	clear: none;
	background: url(../media/registration_bak.jpg) no-repeat;
	font-size: 10px;
	color: #636363;
	font-weight: bold;
	border-right: solid 1px #636363;
	padding: 10px;
	}
	
#contact {
	width: 510px;
	margin: 20px 18px 0px 10px;
	float: left;
	clear: none;
	}	
	
.form {
	width: 120px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #9C4E24;
	margin: 2px;
	padding: 0px 0px 0px 5px;
	}
	
#name, #company, #position, #email, #phone, #postcode {
	width: 160px;
	font-size: 12px;
	color: #636363;
	border: 1px solid #9C4E24;
	margin: 2px;
	padding: 2px 0px 3px 5px;
	}
	
fieldset {
	border: 1px solid #9C4E24;
	padding: 10px;
	}
	
legend {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #821917;
	border: 1px solid #9C4E24;
	padding: 2px 5px 3px 5px;
	}			
	
form p {
	clear: left;
	margin: 1px;
	padding: 1px;
	}		
	
form p label {
	font-size: 11px;
	color: #636363;
	float: left;
	width: 33%;
	}
	
form p .box {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #636363;
	border: 1px solid #9C4E24;
	margin: 0px;
	padding: 10px;
	}		
	
form p .button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #9C4E24;
	border: 1px solid #821917;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
	}	
	
#success {
	width: 508px;
	height: 300px;
	background: url(../media/success.jpg) no-repeat;
	border: 1px solid #636363;	
	margin: 20px 18px 0px 10px;
	float: left;
	clear: none;
	}							
	
#credits {
	width: 820px;
	clear: both;
	background-image: url(../media/shade.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #9A9B23;
	letter-spacing: 1px;
	text-align: center;
	padding: 7px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;	
	}
	
.limonlink {
	color: #006600;
	text-decoration: none;
	}
	
.limonlink:hover {
	color: #333333;
	text-decoration: line-through;
	}	