* {
	
	padding:0;
	margin:0;
	
}

body {
	color:#000;
	background-color:#000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

#topLine {
	height:15px;
	width:100%;
	background-color:#720323;
}

#top {

	height: 252px;
	background-color:#e9e1ca;
    margin-right: auto; 
     margin-left: auto; 
}

.wrapper {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.wrapperx {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.wrapperLeft {
	width:200px;
	float:left;
	position:relative;
}

.wrapperRight {
	width:200px;
	float:right;
	position:relative;
	height:252px;
}


.wrapperLeftx {
	width:200px;
	float:left;
	display: inline;
}

.wrapperRightx {
	width:200px;
		height: 252px;
	background-color:#e9e1ca;
	float:left;
	display: inline;
}

#basket {
	position:absolute;
	top:10px;
	left:10px;
	color:#720323;
	font-size:11px;
	padding:10px;
}

#basket a {
	color:#000;
}

#basket a:hover {
	color:#720323;
}

#wrapperMain {
	width:600px;
	height: 252px;
	float:left;
	display: inline;
}

#wrapperMain #image {
	height:220px;
	background-color:#720323;
	width:600px;
	float:left;
	display: inline;
}


#navbar {
	float:left;
	display: inline;
	height: 26px;
    width:600px;
	background-image:url(../images/navbar_bg.jpg); 
    background-repeat: repeat-x;
    background-position: top left;
	color:#fff;
	font-size: 12px;
	padding:9px 0px 0px;
	font-family:'Times New Roman',Times,serif;
}

#navbar li {
	list-style:none;
	display:block;
	float:left;
}

#navbar a {
	font-weight:100;
	list-style:none;
	display:block;
	float:left;
	padding:0px 12px;
	//padding:0px 10px;
	font-variant: small-caps;
	border-right:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
}

#main {
	background-color:#000;
	background-image:url(../images/main_bg.jpg);
	position:relative;
	width:100%;
}
#mainWrapper {
	padding:20px;
	width:560px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#edebd6;
	font-size:11px;
}


#mainWrapper H1, #mainWrapper H2, #mainWrapper H3, #mainWrapper H4, #mainWrapper H5, #mainWrapper H6 {
	font-family:'Times New Roman',Times,serif !important;
	color:#720323;	
	font-weight:100;
	font-variant: small-caps;
	margin-bottom:10px;
}

#mainWrapper H4 {
	font-size:12px;
	color:#000;
}

#mainWrapper H5, #mainWrapper H6 {
	margin-bottom:0;
}

#mainWrapper H5 {
	font-size:14px;
}

#mainWrapper H6 {
	font-size:12px;
}



#subnav {
	background-image:url(../images/navbar_bg.jpg);
	color:#fff;
	border-top:1px solid #fff;
	font-size:12px;
	padding:4px 5px;
	font-family:'Times New Roman',Times,serif;
	height:20px;
}

#subnav li {
	list-style:none;
	display:block;
	background:none;
	float:left;
}

#subnav a {
	font-weight:100;
	list-style:none;
	display:block;
	float:left;
	padding:0px 12px;
	//padding:0px 10px;
	font-variant: small-caps;
	border-right:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
}

#subnav a:hover {
	text-decoration:underline;
}

#subnav li.last a {
	border-right:none;
	padding-right:5px;
}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.outline {
	padding:3px;
	border:1px solid #76756b;
	background:#edebd6;
}

#navbar a:hover {
	text-decoration:underline;
}

#navbar li.last a {
	border-right:none;
	padding-right:5px;
}

#mainWrapper H1 {
	
	font-size:19px;
	padding-bottom:10px;
	width:340px;
	border-bottom:1px solid #720323;
}

#mainWrapper a {
	color:#720323;
}

#mainWrapper a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
	color:#000;
}

.box {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #76756b;
	background:#eae2cb;
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
}

.box h1 {
	margin-bottom:0px !important;
	font-size:17px !important;
	border-bottom:none !important;
	padding-bottom:0 !important;
}

.box .newsImg {
	float:left;
	margin-right:10px;
}

a:hover .box {
	border:1px solid #720323;
}

a .box {
	cursor:pointer;
	text-decoration:none;
}

th {
	padding-bottom:20px;
}

#footer {
	color:#720323;
	font-size:10px;
	line-height:16px;
	text-align:center;
	width:100%;
}

#footer a {
	color:#720323;
}

#footer a:hover {
	color:#000;
}

.center {
	text-align:center;
}

.alignRight {
	text-align:right;
}

#contactDetails label {
	width:100px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
}

#contactDetails input {
	width:250px;
	margin-bottom:10px;
}

#contactDetails input.button {
	width:auto;
}