/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000000;
}


a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url("header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 20pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(horizontal.gif);
	font-weight: bold;
	font-size: 11pt;
	padding-top: 2px;
	padding-left: 20px;
	
}

#horizontal-left {
    float: left;
}
#horizontal-right {
    float: right;
    padding-right: 15px;
}

#horizontal a, #horizontal a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
}

#hsave {
	color: #C2D9EF;
}

#horizontal a:hover {
	color: #337FC6;
        background-color: #fff;
	text-decoration: none;
}

#left-col {
    float: left;
    width: 180px;
    height: auto;
    padding: 5px;
    background-color: #fff;
    border: solid 2px #324339;
    border-bottom-style: hidden;
}

#center-col {
    float: center;
    margin-left: 195px;
    width: 170px;
    height: auto;
    padding: 5px;
    background-color: #337FC6;
    border: solid 2px #51262d;
    border-bottom-style: hidden;
}

#right-col {
    float: right;
    width: 180px;
    height: auto;
    padding: 5px;
    background-color: #fff;
    border: solid 2px #324339;
    border-bottom-style: hidden;
}

#col-save {

    padding-left: 8px;
    padding-right: 8px;
}

#save {
    margin-left: 18%;
    margin-right: 25%;
    margin-bottom: 25px;
    background-color: #76A7DC;
	background: #fff url("sidebar.gif") repeat-y right;

}

#wideleft-col {
    float: left;
    width: 62%;
    padding: 5px;
    background-color: #fff;
    border: solid 2px #324339;
}

#right-column {
	float: right;
	color: #808080;
	width: 134px;
	background: url(menutop.gif) no-repeat top left;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#col-head1 {
        float: center;
        width: 80%;
        margin: 10px 0 0 4px;
}

#col-head1 h2{
	font-size: 12pt;
	font-weight: bold;
	color: #337FC6;
	margin-bottom: 5px;
	padding-left: 14px;
}

#col-head2 {
        float: center;
        width: 80%;
        margin: 10px 0 0 4px;
}

#col-head2 h2{
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	padding-left: 14px;
}

#solutions {
	font-size: 8pt;
}

#solutions a, #solutions a:visited {
        color: #337FC6;
}
#solutions a:hover {
	color: #FFF;
        background-color: #337FC6;
}
#save-solutions {
	color: #76A7DC;
}

#solutions h2{
	font-size: 12pt;
        color: #337FC6;
}

#solutions h3{
	font-size: 10pt;
        color: #337FC6;
}

#solutions ul{
        padding-left: 20px;
}

#col-content1 {
    margin-left: 10px;
}

#col-content2 {
    margin-left: 10px;
	color: #fff;
}

#product-sum-container {
	border: solid 10px #fff;
        clear: both;
	margin: 0 auto;
}
#product-text-container {
	margin: 5px 0px 0px 4px;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 6px 6px 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #337FC6;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(articlebg.gif) top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #808080;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #808080;
}

#footer a:hover {
	color: #808080;
}
