/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #334055;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #005BB5;
}
a:visited {
	color: #005BB5;
}
a:hover {
	color: #007AF4;
}
a:active {
	color: #005BB5;
}

#container {
	width: 781px;
	margin: 0px auto;
	position:relative;
	top: -1px;
}

#header1 {
height:94px;
background-image: url("images/header1.gif");
background-repeat:no-repeat;
background-position:top;
}

#header2 {
height:89px;
background-image: url("images/header2.jpg");
background-repeat:no-repeat;
background-position:top;
}

#content{
padding:10px;
background-image: url("images/content_bg.jpg");
background-repeat:repeat-x;
background-position:top;
}

#footer {
background:#fff url("images/footer.jpg");
height:80px;
border-top: 1px solid #A8BED7;
font-size:12px;
text-align:center;
padding-top:5px;
color:#fff;
font-weight:bold;
}
#footer a{
font-weight:bold;
font-size:12px;
text-align:center;
padding-top:5px;
color:#fff;
}

/*content*/

h1 {
	font-size: 20px;
	color: #005BB5;
	font-weight:100;
}

.text_heading
{
	font-size: 14px;
	color: #005BB5;
	font-weight:100;
	font-weight:bold;
}

.text_form
{
	font-size: 12px;
	color: #005BB5;
	font-weight:100;
	font-weight:bold;
}

.subtext {
font-size: 12px;
color: #2F6FC9;
}

.captions {
font-size: 10px;
color: #245CA9;
}

.images {
	border: 1px solid #C9D8EB;
	margin: 4px 10px;
	padding: 2px;
}

hr {
color:#A8BED7;
background-color: #A8BED7;
border:0px;
height:1px;
}
#yourcart {
	background-image: url(images/cart_box.gif);
	background-repeat: no-repeat;
	background-position:center;
	color:#FFFFFF;
	width:248px;
	height:27px;
}
#yourcart a:link {
	color: #FFF;
}
#yourcart a:visited {
	color: #FFF;
}
#yourcart a:hover {
	color: #FFF;
}
#yourcart a:active {
	color: #FFF;
}

#ionline {
	padding: 5px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#ionline a {
	/*position:absolute;
	clear:both;
	margin-top:5px;*/
    background-color: #EEEEEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #7F7F7F !important;
    padding: 4px;
    text-decoration: none;
	-webkit-transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	transition: background-color 150ms ease-in-out 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
#ionline a:hover {
	background-color:#666;
	text-decoration:none;
}

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}

