@import url("/css/stylesheet_cms.css");
/*----------------------------------TAGS---------------------------------------------*/

body{
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	line-height: 12pt;
}

form {
	margin: 0px;
	padding: 0px;
}

select {
	font-size: 10px;
}
input {
	font-size: 10px;
}
A,  A:Visited, A:Active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF8000;
 }
 
 A:Hover  {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF8000;
}

/*----------------------------------TEXT---------------------------------------------*/


/*----------------------------------LINKS---------------------------------------------*/
.link-header,  .link-header a, .link-header a:link, .link-header a:active, .link-header a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #80828C;
	TEXT-DECORATION: none;
	text-transform: uppercase;	
}
 .link-header a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 80828C;
	TEXT-DECORATION: underline;
	text-transform: uppercase;	

}

.link-bottom,  .link-bottom a, .link-bottom a:link, .link-bottom a:active, .link-bottom a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #807F7F;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	TEXT-DECORATION: none;
	
}
 .link-bottom a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #807F7F;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	TEXT-DECORATION: underline;
}
.link-side-nav,  .link-side-nav a, .link-side-nav a:link, .link-side-nav a:active, .link-side-nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004469;
	font-weight: normal;
	TEXT-DECORATION: none;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 20px;
}
.link-side-nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0073B0;
	font-weight: normal;
	TEXT-DECORATION: underline;
	padding-bottom: 15px;
	padding-left: 5px;
}



/*--------------------------BACKGROUND STYLES---------------------------*/
.bg-left {
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
.bg-newsletter {
	background-image: url(/images/feature-newsletter.jpg);
	background-repeat: no-repeat;
}
.bg-footer {
	background-image: url(/images/bg-footer.jpg);
	background-repeat: no-repeat;
}
.bg-body {
	background-image: url(/images/bg-body.jpg);
	background-repeat: repeat-y;
}
.bg-feature {
	background-image: url(/images/margin-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-main {
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
}

#bg-main {
	padding-right: 30px;
	padding-left: 20px;
}
.bg-main-top {
	background-image: url(../images/main-top-home.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.bg-side {
	background-image: url(../images/side-bg.gif);
	background-repeat: repeat-y;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg-nav {
	background-image: url(/images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-cart {
	background-image: url(../images/cart-header.jpg);
	background-repeat: no-repeat;
}
.bg-cart-filler {
	background-image: url(../images/cart-bg.jpg);
	background-repeat: repeat-y;
}
.bg-feature-top {

	background-image: url(../images/feature-top.jpg);
	background-repeat: no-repeat;
}
.bg-header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
}
/*--------------------------BORDERS AND LINES---------------------------*/
.border {
	border-top: #808080;
	border-right: 1px solid #808080;
	border-bottom: #808080;
	border-left: 1px solid #808080;
}
.line-ver {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #646569;
}
.line-hor {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646569;
}

.line-hor-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.line-dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
}
.evenTr
{
	background-color: #F5F5F5;
	height: 24px;
}
.forms
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top: 1px groove #808080;
	border-right: 1px groove #D4D0C8;
	border-bottom: 1px groove #D4D0C8;
	border-left: 1px groove #808080;
}
.forms1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #7F9ABC;
}
