@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(./images/main_bkg.jpg) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height:150%;
}

hr {
	border:0;
	color:#CCC;
	background-color:#CCC;
	width:98%;
	height:1px;
	margin-bottom:18px;
}

a img {
    border:none;
}

a {
    color:#009cda;
    text-decoration:none;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0px;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 0px;
}

form {
    padding:0;
    margin:0;
}


textarea,input,select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color:#555;
    margin:0;
    padding:4px;
    border:1px solid #CCC;
    border-top:1px solid #BDBDBD;
    border-bottom:1px solid #DDD;
}

.wrapper {
	width: 850px;
	height: auto;
	/*min-height: 400px;*/
	margin: 0px auto 0px auto;
}

#Header {
	width: 850px;
	height: 178px;
	float: left;
	background: url(./images/main_header.jpg) no-repeat;
}

#Cart {
	width: 190px;
	height: 94px;
	background: #000 url(./images/title_cart.jpg) no-repeat;
	background-position: top;
	float:right;
	margin: 49px 0px 0px 0px;
	padding:35px 10px 0 10px;
	color:#fff;
	font-size:0.9em;
	
}

#NavTop {
	width: 850px;
	height: 28px;
	background:url(./images/nav_bar_bkg.jpg) repeat-x;
	float: left;
	margin: 0px 0px 0px 15px;
}

#NavBottom {
	width: 100%;
	height: 28px;
	background:url(./images/nav_bar_bkg.jpg) repeat-x;
	float:left;
	margin: 0px 0px 0px 0px;
}

#NavTop a img, #NavBottom a img {
	
}

#MainImage {
	width: 623px;
	height: 132px;
	background: url(./images/img_morgan.jpg) no-repeat;
	float:left;
	margin: 0px 0px 0px 15px;
}

#ContentWindow {
	width: 599px;
	height: auto;
	min-height: 400px;
	float: left;
	margin: 0px 0px 0px 15px;
	background:#FFF;
	padding: 12px;
}

#RightColumn {
	width: 210px;
	height: auto;
	min-height: 240px;
	background: #000 url(./images/title_featured.jpg) no-repeat;
	background-position:top;
	float: right;
	text-align:center;
	padding:60px 0 0 0;
}
#RightColumn img {
    border:2px solid #fff;
}
#RightColumn a {
    font-weight:bold;
    color:#fff;
    font-size:1.2em;
    text-transform:uppercase;
    letter-spacing:-1px;
}

#FooterMain {
	width: 850px;
	height: 167px;
	background:url(./images/footer_main.jpg) repeat-x;
	margin: 0px auto 0px auto;
	float:left;
}

#FooterBkg {
	width: 100%;
	height: 140px;
	background:url(./images/footer_bkg.jpg) repeat-x;
	float:left;
}

.information {
    background-color:#e7f2f8;
    border:1px dotted #bdd8f4;
    padding:2px 8px;
}

.dull {
    color:#888;
}

.right {
    float:right;
    margin:-30px 10px 15px 15px;
    border:5px solid #eee;
}

.catalogue {
    border-top:1px solid #ccc;
}

.catalogue td {
    border-bottom:1px solid #ccc;
}

#headerNav {
    float:right;
}

ul.adminNav {
    padding:5px;
    margin:0;
    list-style:none;
    float:left;
}

ul.adminNav li {
    float:left;
}

ul.adminNav li a {
    border-top:1px solid #304E6F;
    border-left:1px solid #304E6F;
    border-right:1px solid #04264C;
    border-bottom:1px solid #04264C;
    background-color:#14406F;
    float:left;
    text-decoration:none;
    color:#fff;
    padding:2px 4px;
    margin-right:3px;
    font:900 13px "Trebuchet","Arial", Helvetica, sans-serif;
}

ul.adminNav li a:hover, ul.adminNav li a.current {
    border-top:1px solid #1B446F;
    border-left:1px solid #1B446F;
    border-right:1px solid #04264C;
    border-bottom:1px solid #04264C;
    background-color:#0C345F;
}

.basket th {
    text-align:left;
    border-bottom:1px solid #aaa;
}
 
.basket td {
    border-bottom:1px solid #ccc;
}

.customPayNow {
	background:#222;
	color:#fff;
	margin:0 25px 35px 25px;
	padding:15px 0;
	border:1px solid #2a2a2a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.payNowInput {
	width:40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.payNowButton {
	padding:0;
	margin:0;
	border:none;
	width:58px;
}

blockquote {
    background-color: #EEEEEE;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #555555;
    font-size: 11px;
    margin: 0px 10px 20px;
    padding: 5px 30px;
}
.worldwide-shipping {
    padding:10px;
    background:#eee;
    border:1px solid #ddd;
    text-align:center;
}
.worldwide-shipping p {
    margin:0;
    padding:0;
}
.contact-order {
    margin:10px 0 0 0;
    display:block;
    float:right;
    padding:5px 8px;
    font-size:1.1em;
    line-height:1.2em;
    background:#eee;
}
