﻿/*---->>>Style Sheet Rules<<<----*/

/*---->>>Sets HTML Rules<<<----*/

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}

hr {
	background-color: #3a426c;
	color: #3a426c;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

li        {list-style-image: url('images/bullet.gif'); font-size: 100%}

h1 {
	color: #3a426c;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 15px 0;}

h2 {
	color: #3a426c;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3 {
	color: #3a426c;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	color: #616161;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;}

h5 {
	color: #3a426c;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0;}

h6 {
	color: #616161;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;}

.purple {
	color: #9C4A9C;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

.red {
	color: #BD0000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

.orange {
	color: #FF5C00;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

a {
	color: #4d5796;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;}
	
/*---->>>Sets Formatting for Form<<<----*/

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #3a426c;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*---->>>Sets ID Rules Used for Page Layout<<<----*/
#wrapper1 {
	background-image: url('images/wrapper1.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

#wrapper2 {
	background-image: url('images/wrapper2.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

#logo {
	background: #ffffff url('images/logoimage.jpg') no-repeat;
	text-align: left;
	font-size: 80%;
	color: #606060;
	height: 100px;
	padding: 20px 0 0 20px;}
	
	#logo a {
	color: #919191;
	font-weight: normal;
	text-decoration: none;}
	
	#logo a:hover {
	color: #919191;
	font-weight: normal;
	text-decoration: underline;}

#mainnavigation {
	background: url('images/navbar.jpg') no-repeat;
	text-align: center;
	height: 25px;
	padding: 15px 20px 0 20px;}

	#mainnavigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;}
	
	#mainnavigation a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;}

#content {
	float: right;
	width: 645px;
	line-height: 1.5em;
	padding: 25px 15px 10px 10px;}

#contentwide {
	width: 860px;
	line-height: 1.5em;
	padding: 25px 20px;}

#contentwideselect {
	width: 860px;
	line-height: 1.5em;
	padding: 25px 20px;
	text-align: center;
}

#sidebar {
	font-size: 85%;
	float: left;
	width: 198px;
	padding: 0px 10px 10px 10px;}

#footer {
	clear: both;
	background: #ffffff url(images/footer.jpg) no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 80%;
	padding: 5px 20px 0 20px;
	height: 55px;}

#footer a {
	color: #ffffff;
	font-weight: normal;}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}
	
#footer p {
	margin: 0;
	padding: 10px 0;}
	
/*---->>>Sets 2-Column Catalog Display<<<----*/

.table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*---->>>Sets Classes Used for Formatting<<<----*/

p.small {
	font-size: 80%;}

.box {
	background: #f6f6f6;
	border: 1px dashed #c2c2c2;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;}

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

.box1 {
	background-image: url(images/graphics/box1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box2 {
	background-image: url(images/graphics/box2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box3 {
	background-image: url(images/graphics/box3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.box4 {
	background-image: url(images/graphics/box4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.box5 {
	background-image: url(images/graphics/box5.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.box6 {
	background-image: url(images/graphics/box6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box7 {
	background-image: url(images/graphics/box7.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.box8 {
	background-image: url(images/graphics/box8.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box9 {
	background-image: url(images/graphics/box9.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.boxText2{
  vertical-align: top;
  font-family: Tahoma;
  font-size: 10pt;
  padding-top: 7px;
  padding-left: 0px;
  padding-right: 0px;
}

.topleft {
	text-align: left;
	width: 50%;
	vertical-align: top;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 0px;
    font-weight: bold;
    color: #3a426c

}

.topright {
	text-align: right;
	width: 50%;
	vertical-align: top;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    padding-top: 11px;
    padding-left: 2px;
    padding-right: 0px;
    font-weight: bold;
    color: #3a426c

}

.product_header {
  background-image: url("images/graphics/product_header.jpg");
  background-repeat: repeat-x;
  height: 20px;
  color: #000000;
  text-align: center;

}
.icons {
	vertical-align: middle;
}

.textboldgrey {
	color: #616161;
	font-weight: bold;
}

.sidebarmenuimage {
	vertical-align: middle;
}

.flags {
	border-width: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
