/* Start of CMSMS style sheet 'Layout: Default' */
* 
	{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

.center {
text-align:center;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Arial, Helvetica, sans-serif;
	background: url(/images/background.png) repeat;
	color: #000000;	
	text-align:center;
}

#wrapper {
	width: 987px;
	background:#fff url(./images/bg-wrapper.jpg) 0 0 repeat-y;
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

#top {
	width: 987px;
	height:25px;
	background:#fff url(./images/bg-top.jpg) 0 0 repeat-y;
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

#bottom {
	width: 987px;
	height:33px;
	background:#fff url(./images/bg-bottom.jpg) 0 0 repeat-y;
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

#content
	{ 
	width: 960px; /* Set page width here - you can also use percentage */
	margin-left:10px; 
	margin-right:auto; 
	text-align:left;  
	background-color: #FFFFFF;
	position:relative;
	}

#header {

}

#header h1 a {
background:#fcd60c url(./images/header_spaced.jpg) 0 0 no-repeat;
text-indent:-999em;
display:block;
width:960px;
height:138px;
}

#nav {
margin:0 0 30px 0;
padding:15px 5px 5px 5px;
background:#fff url(./images/bg-gradient.jpg) 0 0 repeat-x;
position:relative;
}

#nav ul {
position:absolute;
left:10px;
top:15px;
z-index:3;
}

#nav ul li {
margin:0 10px;
display:inline;
font-size:1.5em;
font-weight:bold;
}

#nav ul li.currentpage {
text-decoration:underline;
color:#999;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:focus, #nav ul li a:active {
text-decoration:none;
color:#555;
font-weight:bold;
}

#nav ul li a:hover {
text-decoration:underline;
color:#101010;
}

#left-content {
padding:0px 0px 10px 80px;
width:465px;
/* background:#ffffff url(./images/bg-flys.jpg) 0 0 no-repeat; */
min-height:450px;
height:auto !important;
height:450px;
}

#left-content p {
margin:6px 0;
}

#left-content h2 {
font-family:"Arial Black", Impact, Arial, Helvetica, sans-serif;
font-weight:normal;
letter-spacing:-1.5px;
font-size:30px;
line-height:30px;
margin-bottom:15px;
margin-top:15px;
}

#right-content {
position:absolute;
right:5px;
top:59px;
width:400px;
height:566px;
background:#f3f3f3 url(./images/right-column.jpg) 0 0 no-repeat;
z-index:2;
}

#right-content p, #right-content ul, #right-content li {
font-size:11px;
}

#price {
display:block;
padding: 50px 210px 5px 12px;
color:#ee3224;
font-size:34px;
font-weight:bold;
line-height:36px;
}

#right-intro {
padding:10px 0 0 12px;
font-weight:bold;
}

#right-content ul {
margin:5px 0 0 25px;
}

p.text {
padding:5px 12px;
}

p.red {
font-weight:bold;
color:#F13124;
}

.buynow {
position:absolute; top:490px; right:50px;
text-decoration:none;
}

.tinytext {
font-size:11px;
margin:10px 0 0 10px;
}

#footer {
margin-top:15px;
padding:15px 0;
border-top:1px solid #d5d6d8;
font-size:10px;
}

#footer ul {

}

#footer ul li {
margin:0 10px;
display:inline;
font-size:11px;
}

#footer ul li a {
font-size:11px;
color:#777;
}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.0em; /* Equivalent to 12pt */
}

#left-content ul {
margin-left:25px;
list-style-type:square;
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

ul li ul li {
font-size:1.0em;
}

/* Links
-----------------------------------------------------------------------------*/

a:link, a:focus, a:active {
color:#121212;
font-weight:bold;
text-decoration:underline;
}

a:visited {
color:#555;
font-weight:normal;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}


/* Navigation
-----------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/



/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}

/* End of 'Layout: Default' */

