/* Main */

body {
background: #f2f2f2 url('../images/bg2.png') repeat-x;
color: #444;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
}

img {
border: 0;
}

p {
margin-left: 10px;
margin-right: 10px;
}

p.center {
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

p.right {
margin-left: 10px;
margin-right: 10px;
text-align: right;
}

h1 {
color: #710112;
font-family: Times;
font-size: 29px;
text-transform: capitalize;
}

h1.center {
color: #710112;
font-family: Times;
font-size: 29px;
text-align: center;
text-transform: capitalize;
}

h1.red {
color: #dd0000;
font-family: Times;
font-size: 34px;
text-align: center;
text-transform: capitalize;
}

h2.black {
color: #333;
font-family: Times;
font-size: 17px;
text-align: center;
text-transform: capitalize;
}

h3 {
color: #710112;
font-family: Times;
font-size: 22px;
margin: 30px 10px 30px 10px;
text-align: left;
text-transform: capitalize;
}

h3.red {
color: #dd0000;
font-family: Times;
font-size: 22px;
margin: 30px 10px 30px 10px;
text-align: center;
text-transform: capitalize;
}

h3.red2 {
color: #dd0000;
font-family: Times;
font-size: 22px;
margin: 30px 10px 30px 10px;
text-align: left;
text-transform: capitalize;
}

strong {
color: #000;
}

strong.red {
color: #cc0000;
}

strong.green {
color: #05bd00;
}

li.tick {
list-style-image: url('../images/tick2.png');
}

.small {
font-size: 12px;
}

.comp {
background: #fafafa;
border: 1px solid #ccc;
}

.comp td {
border: 1px solid #ccc;
}

/* Links */

input[type="submit"] {
background: transparent url('../images/button-bg.png') repeat-x;
border: 1px solid #851616;
color: #fff;
cursor: pointer;
font-size: 11px;
font-weight: bold;
padding: 2px;
}

.button {
background: transparent url('../images/button-bg.png') repeat-x;
border: 1px solid #851616;
color: #fff;
cursor: pointer;
font-size: 12px;
font-weight: bold;
height: 22px;
}

a:link, a:visited {
color: #851616;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active {
color: #dd0000;
text-decoration: none;
}

a.big:link, a.big:visited {
color: #851616;
font-size: 17px;
font-weight: bold;
text-decoration: underline;
}

a.big:hover, a.big:active {
color: #dd0000;
text-decoration: none;
}

a.foot2:link, a.foot2:visited {
color: #851616;
font-size: 11px;
font-weight: bold;
padding-right: 8px;
text-decoration: underline;
}

a.foot2:hover, a.foot2:active {
color: #dd0000;
text-decoration: none;
}

a.top:link, a.top:visited {
background: url('../images/top.png') no-repeat;
color: #851616;
font-size: 11px;
font-weight: bold;
padding: 0px 8px 4px 13px;
text-decoration: underline;
}

a.top:hover, a.top:active {
background: url('../images/top.png') no-repeat;
color: #dd0000;
text-decoration: none;
}

a.salespage:link, a.salespage:visited, a.salespage:hover, a.salespage:active {
color: #444;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
}

/* Structure Divs */

#margin {
margin-top: 14px;
}

#container-top {
background: transparent url('../images/salespage-top.png') no-repeat;
height: 25px;
margin: 0 auto;
width: 719px;
}

#container {
background: #fff;
margin: 0 auto;
width: 719px;
}

#header {
background: #fff;
height: 15px;
margin: -10px 0 0 0;
}

#content {
background: #fff;
margin: 0 30px 15px 30px;
width: 650px;
} 

#footer {
background: transparent;
border-top: 2px solid #777;
clear: both;
font-size: 10px;
font-weight: bold;
margin: 0 30px 0 30px;
padding-top: 3px;
padding-bottom: 4px;
}

#popup-top {
background: transparent url('../images/popup-top.png') no-repeat;
height: 20px;
margin: 8px 8px -8px 8px;
width: 614px;
}

#popup {
background: #fff;
margin: 8px;
padding: 7px;
width: 600px;
}


/* Divs */

.box {
background: #fafafa;
border: 1px solid #ccc;
margin: 10px;
padding: 6px;
}

.salesbox-top {
background: transparent url('../images/salesbox-top.png') no-repeat;
height: 15px;
margin: 0 auto;
width: 550px;
}

.sales-box {
background: #faf8d3;
border-left: 1px solid #926b02;
border-right: 1px solid #926b02;
margin: 0 auto;
padding: 5px;
width: 538px;
}

.salesbox-bottom {
background: transparent url('../images/salesbox-bottom.png') no-repeat;
height: 15px;
margin: 0 auto;
width: 550px;
}

.box-form {
background: #e8f3ff url('http://www.chikara-reiki-do.com/wp-content/themes/CRD V4/images/intro-bg.gif');
border: 1px solid #beccdc;
margin-bottom: 10px;
padding: 4px;
}