/* <!-- */
/* General styles */
body {
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:rgb(255,255,255) url(../image/ssrbg.png) repeat-x;
    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 */
	font-size:90%;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
a {
	color:#369;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
    margin:5px 0;
    padding:0;
}
.heading2 {
	font-size: 1.4em;
	font-weight: bold;
}
.heading3 {
	font-size: 1.3em;
	font-weight: bold;
}
.heading4 {
	font-size: 1em;
	font-weight: bold;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:0;
}

table {
}

table tr {
}

table tr.tabletext td, table tr.tableheading td {
	border-right:1px solid rgb(0,0,0);
	border-bottom:1px solid rgb(0,0,0);
	padding: 3px;
}
table table tr.tabletext td, table table tr.tableheading td {
	border-right:1px solid rgb(0,0,0);
	border-bottom:1px solid rgb(0,0,0);
	padding: 3px;
}

table tr td.rb {
	border-right:none;
}

table tr.tableheading {
	font-weight:bold;
}
/* Page */
#page{
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
}

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

	/*-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;*/
}
#header p,
#header h1,
#header h2 {
    padding:0;
    margin:0;
}

#logo {
	border:none;
	display:inline;
	float:left;
	margin: 0;
}

#logo img {
	margin: 0;
}

#header ul {
	background:rgb(77,77,77);
	display: block;
	float:left;
	clear: both;
    margin:0;
    padding:5px 0;
    width: 100%;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    background:#eee;
    color:#000;
    display:block;
    float:left;
	font-size: 80%;
	line-height:1.3em;
    margin:0 0 0 8px;
    padding:4px 8px;
    position:relative;
    text-align:center;
    text-decoration:none;
}
#header ul li a.first{
	margin-left:0;
}
#header ul li a:hover {
    background:rgb(255,153,0);
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
    color:#fff;
    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 of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	width:958px;
}
/* 2 column left menu settings */
.leftmenu {
    background:rgb(255,255,255);
    border-left: 1px solid rgb(77,77,77);
	border-right: 1px solid rgb(77,77,77);
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:199px;
    background:#fff;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 12px 0 235px;
	padding: 0;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:221px;
    position:relative;
    right:200px;
	border: 1px solid rgb(77,77,77);
	margin: 5px;
	margin-left: 0;
	border-left: none;
}

.leftmenu .col2 h2 {
	background:rgb(243,108,19);
	border-bottom: 1px solid rgb(77,77,77);
	color:rgb(250,250,250);
	font-size: 100%;
	letter-spacing: 1.2px;
	padding: 8px 0;
	padding-left: 5px;
	margin:0;
}

/* Footer styles */
#footer {
	background-color:rgb(77,77,77);
	color:rgb(255,255,255);
    clear:both;
	font-size:75%;
	margin-bottom: 2px;
	padding: 5px 0;
	text-align:center;
    width:100%;
    
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#footer p {
    padding:5px 0;
    margin:0;
}

/* Other */

#product-links{
	list-style-type:none;
	margin:0;
	padding:0;
}

#product-links li {
}

#product-links li a {
	border-bottom: 1px solid rgb(225,225,225);
	display: block;
	font-size: 90%;
	line-height: 105%;
	padding: 6px 0px 6px 3%;
	text-decoration: none;
	width: 96.6%;
}

#product-links li a:hover {
	background:rgb(176,196,222);
	border-bottom: 1px solid rgb(77,77,77);
	border-right: 1px solid rgb(200,200,200);
}

.horizontal-menu {
	list-style-type:none;
}
.horizontal-menu li {
	display:inline;
}
.horizontal-menu li a {
	color:rgb(255,255,255);
	font-size:100%;
}

.tag
{
	background:rgb(255,153,0);
	border: 1px solid rgb(77,77,77);
	border-bottom: none;
	color:rgb(255,255,255);
	display: inline-block;
	margin-bottom:0;
	padding: 5px;
}

.display{
	border: 5px solid rgb(77,77,77);
	display: block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#front
{
	background:rgb(230,230,230);
}

#front li {
	background:rgb(255,255,255);
	border: 10px solid rgb(176,196,222);
	margin: 12px;
	padding: 0;
	
}
#front li h3 {
	background:rgb(51,102,153);
	color:rgb(255,255,255);
	margin:0;
	display:block;
	padding:5px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#front li p {
	font-weight: bold;
}

#front li table 
{
	width:100%;
}

#front li table tbody {
	margin:0;
	padding:0;
}

#front li table tr {
	margin:0;
	padding:0;
}

#front li table td {
	margin:0;
	padding:0;
	text-align: center;
}

#front li img {
	border:none;
}

#number {
	float:right;
	font-weight:bold;
	background:rgb(255,153,0);
	border: 1px solid rgb(77,77,77);
	border-top:none;
	color:rgb(255,255,255);
	left:900px;
	margin: 0;
	padding:5px;
	position: absolute;
	top:0px;
}

/* --> */
