/*General Elements */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#5E528B;
	background-position:center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#5E528B;
	text-align:center;
	margin-top:5px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
}
a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

/* Navigation Menu */

#container {
  float:right;
  position: relative;
  }
#menu {
  text-align:center; 
  height:67px;
  margin-left:230px;
  width:540px;
  position:relative;
  }
.box {

  float:left;
  margin-top:45px;
  }
#menu a, #menu a:visited {
  position:relative; 
  text-decoration:none; 
  background-color:#5E528B;
  color:#fff; 
  display:block; 
  width:120px; 
  height:12px; 
  padding:5px;
  margin:0 1px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  }
#menu a .topleft, #menu a .topright {
  position:absolute; 
  top:0; 
  width:0; 
  height:0; 
  overflow:hidden;
  border-top:10px solid #fff;
  }
#menu a .topleft {
  left:0; 
  border-right:10px solid #5E528B; 
  }
#menu a .topright {
  left:120px; 
  border-left:10px solid #5E528B; 
  }
#menu a:hover {
  background-color:#FCA22A; 
  color:#000;
  }
#menu a:hover .topleft {
  border-right:10px solid #FCA22A; 
  border-top:10px solid #fff;
  }
#menu a:hover .topright {
  border-left:10px solid #FCA22A; 
  border-top:10px solid #fff;
  }
  
/* Layout */

#wrapper {
	width:780px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border:solid 4px #5E528B;
}
#banner {
	border-bottom:solid 2px #5E528B;
	width: 780px;
	height:67px;
}
#logo {
	width:235px;
	float: left;
}
#picture {

	width:780px;
	border-bottom:solid 2px #5E528B;
}

.colleft {
	position:relative;
	left:0px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	float:left;
	width:605px;
	min-height:400px;
	height:auto !important;
	height:400px;
	border-right:1px solid #CCCCCC;
	text-align:justify;
	background-image:url(images/watermark.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

.colright {
	position:relative;
	width:157px;
	float:left;
	text-align:center;
	padding-top:5px;
}
.homebox {
	width:291px;
	height:140px;
	padding: 0px 5px 0px 5px;
	text-align:center;
	float:left;
	border-top: 1px dashed #5E528B;
	border-right:dashed 1px #5E528B;
}
.compbox {
	width:594px;
	padding: 0px 5px 0px 5px;
	margin-top:10px;
	text-align:center;
	float:left;
	border-top: 1px dashed #5E528B;
}
.righthomebox {
	width:291px;
	height:140px;
	padding: 0px 5px 0px 5px;
	text-align:center;
	float:left;
	border-top: 1px dashed #5E528B;
}

.content {
	float:left;
	width:446px;
	padding-left:8px;
	padding-bottom:8px;
	border-left:1px solid #CCCCCC;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#footer {
	clear:both;
}


	

#copyrightfooter {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
#copyrightfooter a:link {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#copyrightfooter a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline;
}
#copyrightfooter a:active {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#copyrightfooter a:visited {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
/* Left Naviagtion */

a.nav {
	color: #5E528B;
	text-decoration: none;
}
a.nav:link {
	color: #5E528B;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #5E528B;
}
a.nav:hover {
	text-decoration: none;
	color: #5E528B;
}
a.nav:active {
	text-decoration: none;
	color: #5E528B;
}

.navbar {

	float: left;

	position : relative;

	left : 0px;

	width : 150px;

	text-align : left;

	padding: 5px 0px 0px 5px;

	line-height:1.2em;
	
	margin-left:-5px;

}



.navbar ul.section_nav {

	margin : 0;

	background : White;

	padding : 0 0 0px 0;

}

*. hack {	display : none;	}





.navbar ul.section_nav li {

	display : block;

	margin : 0 0 0px 0;

	list-style-position: outside;

}

*. hack {	display : none;	}



.navbar ul.section_nav li a {

	display : block;
	background : #FFFFFF;
	color : #5E528B;

	text-decoration : none;

	font-weight : normal;

	width : 145px;

	padding: 6px 0 6px 5px;

	border-bottom:1px solid #CCCCCC;

	font: Arial, Helvetica, sans-serif;

}



.firstMenuItem {

	border-top:1px solid #CCCCCC;

}

*. hack {	display : none;	}





.navbar ul.section_nav li a:hover {

	background : #FFFFFF;

	color: #000000;

	text-decoration : underline;

}

a.boldBullet {

	color : #5E528B;

	text-decoration : none;

	font-weight : normal;	

}

a.boldBullet:hover {

	color : #5E528B;

	text-decoration : underline;

	font-weight : normal;	

}

.bullet {

	font-size:inherit;

}

.bullet ul {

	margin: 0px 0px 0px 17px;

	font-size: inherit;

}

*. hack {	display : none;	}



.bullet ul li {

	margin: 5px 0px 0px 0px;

	display : block;

	list-style-image: url(/images/bullet.gif);

	font-size: inherit;

}

/* Fonts */

.righttext {
	color:#5E528B;
	font-weight:bold;
	font-size:14px;
}
.pricetext {
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
.facts {
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
.saveheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#000000;
}
.contentlink {
	color:#5E528B;
	text-decoration:none;
}
a.contentlink:link {
	color:#5E528B;
	text-decoration:none;
}
a.contentlink:hover {
	color:#5E528B;
	text-decoration:underline;
}
a.contentlink:visited {
	color:#5E528B;
	text-decoration:none;
}
a.contentlink:active {
	color:#5E528B;
	text-decoration:none;
}

.headlinetext {
	font-weight:bold;
}