/* Reset Styles */
html {
color:#000;
background:#b32d2e;
font-size:12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {
margin:0;
padding:0;
font-family:verdana, arial, helvetica, sans-serif;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%;
}

fieldset,img {
border:0;
}

/* Text Styles */
h1 {
font-size:32px;
line-height:22px;
margin:10px 0 20px 25px;
color:#b32c30;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:normal;
}

h1.smaller {
	font-size:24px;
}

#follow-inset h2 {
	font-size:14px;
}

.internal h1 {
	margin:10px 0 10px 0;
}

h2 {
font-size:18px;
margin:8px 0;
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-weight:bold;
color: #b54e4f;
}

h3 {
font-size:14px;
margin:8px 0;
}

h2,h3 {
color:#000;
}

a {
 color:#b32d2c;
 font-weight:bold;
 text-decoration:none;
}

a:hover {
  color:#f83836;
}

a:visited, a:active {
	color:#b32d2c;
}

p {
  font-size:12px;
  line-height:16px;
	margin:8px 0;
}

abbr,acronym {
border-bottom:1px dotted #000;
cursor:help;
}

em {
font-style:italic;
}

blockquote,ul,ol,dl {
margin:1em;
}

ol,ul,dl {
margin-left:2em;
}

ol li {
list-style:decimal outside;
}

ul li {
list-style:disc outside;
}

dl dd {
margin-left:1em;
}

caption {
margin-bottom:.5em;
text-align:center;
}

strike {
	color:#aaa;
}

hr {
	border:0;
	width:100%;
	color:#b32d2e;
	background-color:#b32d2e;
	height:1px;
}

/* Layout Styles */

#headerwrap {
  width:100%;
  background-color:#000;
}

#header {
	width:950px;
	margin:0 auto;
  height:195px;
}

#menu {
  background-color:#b62b2e;
	height:40px;
	padding-left:8px;
}

#contentbg {
	background-color:#e7e2cf;
}

#contentwrap {
  width:950px;
	margin:0 auto;
	background:#fff url(../images/bottlebg.jpg) no-repeat bottom left;
}

.nobg {
	background-image:none !important;
}

.orderbutton {
	border:1px solid #b32d2e;
	background-color:#eee;
	padding:2px;
	margin:15px 0;
	cursor:pointer;
}

#content {
  float:left;
  width:580px;
  display:inline;
  padding:0;
  margin:10px 0 0 20px;
}

#inset {
	margin-left:250px;
}

#follow-inset {
	margin-left:25px;
	margin-bottom:20px;
}

#right {
  float:right;
  width:320px;
  padding:0;
  margin:0;
  display:inline;
}

.box {
	width:305px;
	float:left;
	background-color:#e7e2cf;
	margin:10px 0;
}

.box h2 {
	color:#b54e4f;
	font-size:14px;
	height:20px;
	background:url(../images/boxtop.png) no-repeat;
	margin:0;
	padding:2px 0 0 8px;
	font-weight: bold;
}

.box a {
	color:#000;
}

.box img {
	float:left;
	margin-right:10px;
}

.box p {
	font-size:11px;
	margin:4px 0 0 0;
}

.contactdetails {
	margin:0 15px 0 0 !important;
}

#previousbutton {
	width:150px;
	float:left;
	display:inline;
	padding:0;
	margin:0;
}

#nextbutton {
	width:150px;
	float:right;
	text-align:right;
}

.ordertable th {
	text-align:left;
	border-bottom:1px solid #b32d2e;
}

#baseicons {
  text-align:right;
}

#baseicons img {
  margin:12px 20px 10px 0;
}

#footerpage {
  padding:10px 0; 
	background-color:#b32d2e;
  text-align:center;
}

#footerpage p, #footerpage a {
  font-size:10px;
  color:#fff;
  font-family:"trebuchet ms", arial, helvetica, sans-serif;
  font-weight:bold;
	margin:0;
}

/*Form Styles*/
form {
	padding-bottom:20px;
}
input.txt {
  color: #666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  width: 200px;
  padding:2px;
}
input.txtalt {
  color: #666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  width: 130px;
}
input.txtalt2 {
  color: #666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  width: 180px;
  padding:2px;
}
input.txtalt3 {
  color: #666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  width: 200px;
  padding:2px;
}
input.btn {
  color: #b32c30;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #b32c30;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

textarea { 
  color: #666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 300px;
  height: 100px;
}
fieldset {
  border: 1px dotted #b32c30;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background-color: #FFFFFF;
}

.ink {
  color:#b32c30;
}