body {
	background-color : #e1e1e1;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin : 0 auto;
	padding : 0;
	text-align : center;
}

#canvas {
	background:#e1e1e1 url(../img/bg_slim1.gif) repeat-x;
}

#canvas .container {
	background-image : url(../img/bg_top1.gif);
	background-repeat : no-repeat;
}

.container {
	margin:0 auto;
	width : 850px;
}

#header {
	padding-top : 10px;
	margin-bottom : 10px;
	width : 100%;
}

#header img {
	margin-left : 10px;
	margin-bottom : 10px;
}

.rightext {
	color : #8a8a8a;
	font-size : 10px;
	text-align : right;
}

#counter {
	background-image : url(../img/bg_count.gif);
	background-repeat : no-repeat;
	color : #8a8a8a;
	float : right;
	font-size : 12px;
	height : 20px;
	text-align : right;
	padding-right : 3px;
	padding-top : 6px;
	position : relative;
	width : 60px;
}

#banner {
	background-image : url(../img/flash_box_850.png);
	background-repeat : no-repeat;
	height : 130px;
	margin : 0 0 20px 0;
	padding-left : 10px;
	padding-top : 20px;
	width : 100%;
}

#navigation {
	background-image : url(../img/menu_box_850.png);
	background-repeat : no-repeat;
	color : #8a8a8a;
	font-size : 14px;
	height : 61px;
	line-height : 60px;
	margin : 0 0 20px 0;
	padding : 0;
	width : 100%;
}

ul#menu{
	list-style-type : none;
	margin : 0;
	padding : 0;
}

ul#menu li {
	display : inline;
}

ul#menu li a {
	color : #8a8a8a;
	padding : 5px 20px;
	text-decoration : none;
}

ul#menu .current a {
	color : #ce0000;
	font-weight : normal;
}

ul#menu li a:hover {
	color : #ce0000;
}

#content {
	background : transparent;
	color : #000000;
	font-size : 13px;
	margin : 10px 0 10px 0;
	width : 99%;
}

#footer {
	clear : both;
	background-image : url(../img/menu_box_850.png);
	background-repeat : no-repeat;
	color : #8a8a8a;
	font-size : 10px;
	height : 61px;
	width : 100%;
}

#postfooter {
	clear : both;
	color : #8a8a8a;
	font-size : 10px;
	margin-top : 10px;
	text-align : right;
	width : 99%;
}

#postfooter a, a:hover , a:visited {
	color : #8a8a8a;
	text-decoration : none;
}

#postfooter img {
	border: none;
}

#clear {
	clear : both;
}

/*****************************************/

#boxgrey {
	background-color : #f0f0f0;
	border : 1px solid #d0d0d0;
	margin-bottom : 10px;
	text-align : justify;
}

.catalogwidth {
	float : right;
	height : auto;
	width : 630px;
}

#boxwhite {
	background-color : #ffffff;
	border : 1px solid #d0d0d0;
}

#catalogbox a {
	color : #000000;
	text-decoration : none;
}

#catalogbox a:hover {
	color : #8a8a8a;
}

/* PRODUCT BOXES */

.outerbox {
background-image : url(../img/backbox.png);
background-repeat : no-repeat;
cursor : pointer;
display : table;
float : left;
font-family : "Microsoft Sans Serif", "Myriad Pro", "Trebuchet MS", Georgia,  Lucida, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold;
margin : 10px 5px;
position : relative;
text-align : center;
text-decoration : none;
vertical-align : middle;
width : 200px;
height : 200px;
}

.outerbox a {
	color : #000000;
}

.outerbox a:hover {
	color : #8a8a8a;
}

.innerbox a {
	color : #000000;
}

.innerbox a:hover {
	color : #8a8a8a;
}

.innerbox {
background-color : transparent;
display : table-cell;
left : 0; /* IE Hack */
position : relative;
top : 50%; /* IE Hack */
vertical-align : middle;
width : 100%;
}

.innerbox p {
top : -50%;
padding : 5px;
position : relative;
}

.innerbox img {
border : none;
}

#sidebarcatalog {
	float : left;
	margin : 0;
	padding : 0;
	text-align : left;
	width : 24%;
}

#sidebarnews {
	float : left;
	line-height : 20px;
	margin-bottom : 10px;
	padding-left : 5px;
	text-align : left;
	width : 19%;
}

#sidebarnews ul { 
	/*background : url(../img/red_bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	list-style-type : none;
	margin : 0 0 15px 0;
	padding : 0;
}

#sidebarnews li {
	list-style-type : none;
	margin-left : 20px;
}

#sidebarnews a, a:visited {
	color : #8a8a8a;
	text-decoration : none;
}

#sidebarnews a:hover, a:active {
	color : #009ece;
	text-decoration : none;
}

#dashlineH {
	border-top : 1px dashed #d0d0d0;
	width : 100%;
}

.indent20 {
	margin-left : 20px;
}

.full {
	width : 100%;
}

img.floatright
{
	border : 1px solid #d0d0d0;
	float : right;
	margin : 5px 5px 10px 10px;
}

.rightcatalog {
	float: right;
	width : 630px;
}
.right40 {
	float : right;
	width : 39%;
}

.right60 {
	float : right;
	width : 59%;
}

.left25 {
	float: left;
	width : 24%;
}
.right75 {
	float : right;
	width : 74%;
}

.right80 {
	float : right;
	width : 79%;
}

.left40 {
	float : left;
	width : 39%;
}

.left60 {
	float : left;
	width : 59%;
}

.centerbtn {
	color : #ce0000;
	font-size : 14px;
	font-weight : bold;
	margin : 5px;
	height : 40px;
	width : 140px;
}

.buttons {
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
}

.bigtextred {
	background-color : #ce0000;
	color : #ffffff;
	font-size : 16px;
	line-height : 30px;
	width : 100%;
}

.bigtextgrey {
	background-color : #e1e1e1;
	border-top : 1px solid #d0d0d0;
	border-bottom : 1px solid #d0d0d0;
	color : #ce0000;
	font-size : 16px;
	line-height : 30px;
	margin-top : -1px;
	width : 100%;
}

.bigtextgreen {
	background-color : #9ccf31;
	color : #ffffff;
	font-size : 16px;
	line-height : 30px;
	width : 100%;
}

.bigtextblue {
	background-color : #009ece;
	color : #ffffff;
	font-size : 16px;
	line-height : 30px;
	width : 100%;
}

.bigtextorange {
	background-color : #ff9e00;
	color : #ffffff;
	font-size : 16px;
	line-height : 30px;
	width : 100%;
}

.bigtextyellow {
	background-color : #f7d708;
	color : #8a8a8a;
	font-size : 16px;
	line-height : 30px;
	width : 100%;
}

.image {
	float : right;
	margin : 10px;
}

#datediv {
	float : right;
}

.date {
	color : #8a8a8a;
	font-size : 10px;
	text-align : left;
}

.date img {
	margin-left : 10px;
	vertical-align : middle;
}

p.format {
	padding : 10px;
	line-height : 20px;
}

p.body {
	padding : 0px 10px 10px 10px;
}

p.body a, a:hover {
	color : #8a8a8a;
	text-decoration : underline;
}

.borderless {
	border : none;
}

.bigtext {
	font-size : 15px;
}
.leftalign {
	text-align : left;
}

.rightlinkred {
	background-color : #ce0000;
	color : #ffffff;
	float : right;
	padding : 1px 5px 1px 5px;
	text-align : right;
}

.rightlinkred a, a:link,a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.leftlinkred {
	color : #ffffff;
	background-color : #ce0000;
	float : left;
	padding : 1px 5px 1px 5px;
}

.leftlinkred a, a:link,a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.rightlinkblue {
	background-color : #009ece;
	color : #ffffff;
	float : right;
	padding : 1px 5px 1px 5px;
}

.rightlinkblue a, a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.leftlinkgreen {
	background-color : #9ccf31;
	color : #ffffff;
	float : left;
	padding : 1px 5px 1px 5px;
}

.leftlinkgreen a, a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.rightlinkgreen {
	background-color : #9ccf31;
	color : #ffffff;
	float : right;
	padding : 1px 5px 1px 5px;
}

.rightlinkgreen a, a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.leftlinkorange {
	background-color : #ff9e00;
	color : #ffffff;
	float : left;
	padding : 1px 5px 1px 5px;
}

.leftlinkorange a, a:hover, a:visited {
	color : #ffffff;
	text-decoration : none;
}

.blacktext {
	color : #000000;
} 

.greytext {
	color : #8a8a8a;
}

.redtext {
	color : #ce0000;
}

.bluetext {
	color : #009ece;
} 

.greentext {
	color : #9ccf31;
}

ul.redlist { 
	margin-left : 2em;
	padding-left : 0.2em;
	padding-right : 0.2em;
	margin-bottom : 1em;
}
ul.redlist li { 
	background : url(../img/red_bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left : 0.8em;
	padding-right : 10px;
	list-style : none; 
}

ul.redlist li a {
	color : #000000;
}
ul.redlist li a:hover {
	color : #8a8a8a;
}
.redlist ul li {
	background-image : url(../img/orange_bullet.gif); 
}


ul.bluelist { 
	margin-left : 0.2em;
	padding-left : 0.2em;
	padding-right : 0.2em;
	margin-bottom : 1em;
}
ul.bluelist li { 
	background : url(../img/blue_bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left : 0.8em;
	padding-right : 10px;
	list-style : none; 
}
ul.bluelist li a, a:hover {
	color : #8a8a8a;
}
.bluelist ul li {
	background-image : url(../img/orange_bullet.gif); 
}

ul.greenlist { 
	margin-left : 0.2em;
	padding-left : 0.2em;
	padding-right : 0.2em;
	margin-bottom : 1em;
}
ul.greenlist li { 
	background : url(../img/green_bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left : 0.8em;
	padding-right : 10px;
	list-style : none; 
}
ul.greenlist li a {
	color : #000000;
}
ul.greenlist li a:hover {
	color : #8a8a8a;
}

.greenlist ul li {
	background-image : url(../img/orange_bullet.gif); 
}

.error {
	background-color : #ffff00;
	color : #000000;
	font-size : 11px;
	font-weight : normal;
}

img.thumb {
	width : 50%;
	height : 50%;
}

.plain {
	color : #000000;
	font-size : 11px;
	font-weight : normal;
}

/*=============================================*/

#youarehere {
clear : both;
color : #ce0000;
float : left;
font-size : 12px;
margin : 0 0 5px 0;
padding : 0 0 5px 5px;
text-align : justify;
width : 100%;
}

#youarehere a, a:hover, a:visited{
color : #ce0000;
text-decoration : none;
}

#youarehere a:active{
color : #ce0000;
text-decoration : underline;
}






