body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}

#container {
  margin: 0 auto;
  width: 760px;
  font-size: 12px;
  line-height: 1.6em;
  color: #454745;
}

h1 {
  margin: 10px 0px 10px 0px; 
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: #552203;


}

h2 {
  margin: 10px 0px 10px 0px; 
  color: #552203;
  font-size: 1.1em;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
}

h3 {
  margin: 10px 0px 10px 0px; 
  color: #552203;
  font-size: 1.0em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}

h4 {
  margin: 0px 2px 2px 0px;
  padding: 0;
  color: #552203;
  font-size: 1.0em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}

h5 {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 0.9em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  background-color: #65a52b;
}

/* Links Styles */

a {
  color: #cc6714;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #9d201e;
  background-color: #f5f5f5;
}

/* Header Styles */

#header {
  border-top: 3px solid #362a1a;
  padding: 0px;
  margin-top: 0px;
  clear: both;
  background: url('Images/pageBanner.gif') no-repeat 100px 1px;
}

/* Sidebar Styles */

#sidebar {
  float: right;
  width: 140px;
  margin-top: 20px;
  padding: 0px;
}

#sidebar p {
  margin-top: 20px;
  padding: 0px;
}
#sidebar p.affiliates {
padding: 15px 0px 5px 0px
}

/* Navigation Styles */

#navigation {
  margin-left: 0;
  padding: 10px 0px 0px 0px;
  list-style-type: none;
  float: left;
  width: 140px;
}
#navigation ul {
  margin-left: 0;
  padding: 10px 20px 0px 0px;
  list-style-type: none;
  float: left;
  width: 140px;
}

#navigation a {
  border-bottom: 1px solid #6e6f3f;
  padding: 5px;
  display: block;
  width: 120px;
}

#navigation a:link, #navlist a:visited {
  color: #cc6714;
  text-decoration: none;
  padding: 5px;
}

#navigation a:hover {
  background: #f9f9ed;
  color: #9d201e;
  text-decoration: underline;
}

#navigation p {
  padding-bottom: 50px;
  margin: 0px;
}

/* Content Styles */

#content {
  width: 400px;
  margin-left: 180px;
  margin-right: 170px;
}

#content p {
  padding-bottom: 10px;
}

/*Styling for Nav Bar*/

.menu {
  width: 760px;
  padding:0 0 0 25px; 
  margin: 0px 0px 0px 3px; 
  list-style:none; 
  height:25px; 
  background:#fff url(Images/three_0.gif) no-repeat; 
  position:relative; 
}

.menu li {
  float:right;
  padding-right:45px;
}

.menu li a {
  display:block; 
  float:left; 
  height:25px; 
  line-height:25px; 
  color:#ffffff; 
  text-decoration:none; 
  font-size:11px; 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:normal; 
  text-align:center; 
  padding:0 0px 0 10px; 
  cursor:pointer;
}

.menu li a b {
  float:left; 
  display:block; 
  padding:0 16px 0 8px;
}

.menu li.current a {
  color:#ffffff; 
  background:url(Images/three_2.gif);
}

.menu li.current a b {
  background:url(Images/three_2.gif) no-repeat right top;
}

.menu li a:hover {
  color:#cccccc; 
  background:#000 url(Images/three_1.gif);
}

.menu li a:hover b {
  background:url(Images/three_1.gif) no-repeat right top;
}

.menu li.current a:hover {
  color:#cccccc; 
  background:#000 url(Images/three_2.gif); 
  cursor:default;
}

.menu li.current a:hover b {
  background:url(Images/three_2.gif) no-repeat right top;
}


/*Styling for Round Containers*/
.rbroundbox { 
  background: url(Images/nt.gif) repeat; 
}

.rbtop div  { 
  background: url(Images/tl.gif) no-repeat top left; 
}

.rbtop      { 
  background: url(Images/tr.gif) no-repeat top right; 
}

.rbbot div  { 
  background: url(Images/bl.gif) no-repeat bottom left; 
}

.rbbot      { 
  background: url(Images/br.gif) no-repeat bottom right; 
}


 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 14px;
  font-size: 1px;
}

.rbcontent  { 
  margin: 0 14px; 
}

.rbroundbox { 
  width: 100%; 
  padding: 0px;
  margin: 30px 0px 30px 0px 
}

 
/*Styling for Links List*/ 

#content li  a{
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #cc6714;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

#content li  a:hover{
  padding: 0px;
  text-align: left;
  text-decoration: underline;
  color: #orange;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

#content li  p{
  padding: 0px;
  margin: 0px;
  text-align: left;
  color: #666666;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

/* Footer Styles */

#footer {
  padding: 0px;
  margin:0px;
  clear: both;
  background-color: #5c8b33;
}

#footer p {
  padding-top: 1px;
  color: #ffffff;
}

hr {
  border: 0;
  width: 100%;
  background-color: #6e6f3f;
  color: #6e6f3f;
}

 /*Styling for Order Form*/
 
form {
  font-size: 1.0em;
  width: 10em;
  margin: 0px;
  padding: 1em 0em 1em 0em;
}

/*Styling for Table*/

table {
  border-collapse: collapse;
  width: 20em;
  border: 1px solid #666;
  margin-bottom: 1em
}

table#packagesTable {
  font-size:1.1em;
  margin-bottom: 2em
  margin-right: 0.5em
}

caption {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: 5px
  text-align: center;
  font-family: arial,helvetica,sans-serif;
  color: #552203;
}

col {
  border-right: 1px solid #D7AD32;
  border-left: 1px solid #D7AD32;
}

thead {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-size: 0.9em;
  color: #5c8b33;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #a5a5a5;
}

th, td {
  padding: 0.1em 0.9em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #D7AD32;
  border-left: 1px solid #D7AD32;
}

tr {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #a5a5a5;
}


/*Styling for Form*/


form#verticalForm {
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  width: 10em;
  margin-left: 3em;
}

.page{
  position: absolute;
  top: 10;
  left: 10;
  visibility: hidden;
}

#verticalForm fieldset {
  margin: 0 0 3em 0;
  padding: 0 1em 1em 1em;
  width: 23em;
  border-color: #918b24;
}

/* style for  labels */

#verticalForm label.top {
  float: left;
  display: block;
  margin: 1em 1em 0 0;
  font-weight: normal;
  font-size: 0.9em;
  color: #000000;
} 

label.header{
  float: left;
  width: 10em;
  font-weight: bold;
  font-size :1.0em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */

label .required {
  font-size: 0.83em;
  color:#760000;
}

/* style error messages */

label .feedback {
  position: absolute;
  margin-left: 11em;
  left: 200px;
  right: 0;
  font-weight: bold;
  color:#760000;
  padding-left: 18px;
}

#verticalForm fieldset {
  display: block;
  width: 17em;
  margin: 0 0 3em 0;
  padding: 0 1em 1em 1em;
}

#verticalForm input {
  display: block;
  width: 15em;
}

#verticalForm label {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

#verticalForm label.first {
  padding-top: 1em;
}

#verticalForm select {
  display: block;
}

 input#submit {
  width: 100px;
  cursor:pointer;
  padding: 1px 2px;
  border: 1px solid #979023;
  color:#000000;
  font-weight: bold;
  font-style: normal;
 }

 textarea {
  width: 200px;
  height: 100px;	
}

/* button styling for IE6*/

*html input#C1, input#C2,  input#C3, input#C4, input#C5, input#C6, input#C7, input#C8,
 input#B1, input#B2,  input#B3, input#B4, input#B5, input#B6, input#B7, input#B8,

 input#submit, {
  width: 100px;
  cursor:pointer;
  padding: 1px 2px;
  border: 1px solid #979023;
  color:#000000;
  font-weight: bold;
  font-style: normal;
 }

 *html input#sendDetails {
  width: 200px;
  cursor:pointer;
  padding: 1px 2px;
  border: 1px solid #979023;
  color:#000000;
  font-weight: bold;
  font-style: normal;
 }

 p.center {
  text-align: center:
 }

div.order { 
  margin: 20px;
  padding-top: 10px;
}

input#checkbox {
 width: 2em;
}

input#add {
  width: 80px;
  height: 20px;
}

#basketTable { 
  width: 10em;
}

form#basket {
  width: 100px;
}

#basketTable td{ 
  width: 100px;
}

#graphic {
  float:right;
  clear:left;
  margin-bottom:-19px;
  padding: 0px;
}

/* Thumbnail Code */

div.thumb {
margin: 30px 25px 20px 10px;
border: 1px solid #362a1a;
height: auto;
float: left;
text-align: center;
}
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {
border: 1px solid black;
}

.phototext {
text-align: center;
width: 130px;
font-size: 10px;
margin: 0 3px 3px 3px;
} 

