@charset "UTF-8";

/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff url(../images/bg.gif) left top;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	text-align:center;
	font:13px/1.7 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	*font-size:small;
	*font:x-small;
}

#fixed{
	margin:0 auto;
	width:795px;   /* you can use px, em or % */
	text-align:left;
	background-color:#FFFFFF;
}

a {
	color:#662D1C;
}
a:hover {
	color:#F29390;
	text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}

h1,h2,h3,h4,h5,h6{	color:#000000; }
h1{ font-size:21px; }
h2{ font-size:18px; }
h3{ font-size:14px; }
h4{ font-size:12px; }
h5{ font-size:10px; }
h6{ font-size:10px; }

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

img {
	margin:10px 0 5px;
	border:none;
}


table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #f29390;
	margin-left:auto;
	margin-right:auto;
}
th{
	color:#662D1C;
}

th, td{
	padding:4px;
	border:1px solid #f29390;

}


/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}
#header {

}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:transparent;
    text-decoration:none;
    position:relative;
    left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	color:#F29390;
}
#header ul li a.active,
#header ul li a.active:hover {
    color:#F29390;
    background:#000;
    font-weight:bold;
}
#header ul li a span {
    display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
    background:#fff;
	background:transparent url(../images/rightnav-bg.gif) 551px top repeat-y;
	
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-245px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
    padding-bottom:1em;
}
.rightmenu .col1 {
    margin:0 0 0 245px;
	padding:10px 15px;
    overflow:hidden;
}
.rightmenu .col2 {
    float:right;
    width:245px;
    position:relative;
    left:245px;
	/*
	background:transparent url(../images/rightnav-bg.gif) top left repeat-y;
*/
}


/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	/* border-top:1px solid #000; */
}
#footer p {
    padding:10px;
    margin:0;
}



/* clearfix */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* general */

.right{
	text-align:right;
}

.center{
	text-align:center;
}


