body{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
  color: #565665;
}

form{
	margin: 0px;
}

h1{
	font-size: 20pt;
  font-weight: bold;
  color: #323242;
  background-color: #CECEDD;
  border: 0px;
  padding: 2px 0px 2px 10px;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
}

h2{
	font-size: 14pt;
  color: #323242;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
}

/* MAIN WRAPPERS */

div.clearer {
  clear: left;
  line-height: 0px;
  height: 0px;
  font-size: 0px;	
}

div.master_wrapper{
	width: 900px;
  height: 100%;
  margin: 0 auto;
}

div.sidebar{
	float: left;
  width: 169px;
  height: 100%;  
  background-color: #F3F3F9;
  background-image: url(images/alt_style/sidebar_grad.png);
  background-repeat: no-repeat;
}

div.splash_sidebar{
	float: left;
  width: 169px;
  height: 100%;
  background-color: #004E62;
  margin-right: 2px;
}

div.sidebar_content_divide{
	background-image: url(images/alt_style/sidebar_shadow.png);
  background-repeat: repeat-y;
  background-position: top left;

	float: left;
  width: 16px;
  height: 100%;
  border-left: solid 1px #95959B;
}

div.content{
	float: left;
  height: 100%;
  padding-bottom: 10px;
  margin-left: -16px;
}

div.content_inner{
	width: 660px;
  margin: 20px;
}

ul.indent{
	position: relative;
	left: 15px;
}

div.sidebar_links{
	text-align: right;
  margin: 20px 10px 10px 10px;
  font-weight: bold;
  font-size: 8pt;
}

div.sidebar_link_sub{
	text-align: left;
  background-color: #FFFFFF;
  
  border-top: dotted 1px #95959B;
  border-bottom: dotted 1px #95959B;

  margin-left: -10px;
  margin-right: -10px;
  
  padding: 5px 15px 5px 15px;
  
  line-height: 15px;
  font-weight: normal;
  font-size: 8pt;
  margin-top: 3px;
}

div.sidebar_link_seperator{
  margin: 0px;
  width: 0px;
  height: 0px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 0px;
}

/* NAVBAR */

div.navbar{  
  padding: 5px 20px 5px 20px;
  margin-left: -20px;
	font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
}

/* LINKS */

a:link{
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px #565665;
}
a:visited{
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px #565665;
}
a:hover{
  color: #000000;
  text-decoration: none;
  border-bottom: solid 1px #565665;
}
a:active{
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px #565665;
}

a h2{
	text-decoration: underline;
}

a.sub_items:link{
  color: #565665;
}
a.sub_items:visited{
  color: #565665;
}
a.sub_items:active{
  color: #565665;
}
a.sub_items:hover{
  color: #000000;
}

/* ONE OFF OBJECTS */

div.page_break{
	height: 1px;
  border-bottom: solid 1px #95959B;
  font-size: 0px;
}

div.language_controls{
	margin-bottom: 5px;
  font-size: 8pt;
  text-align: right;
}

div.title_images{
	margin-bottom: 10px;
}

input.text_medium{

	float: left;
  margin-top: 10px;
  margin-left: 8px;

	border: solid 1px #95959B;
  width: 100px;
  height: 20px;
  background: #FFFFFF;
      
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
  padding: 2px 3px 3px 3px;
  font-weight: bold;
}

div.sidebar_brightspark_logo{
	width: 169px;
  height: 100px;
  background-image: url(images/alt_style/bs_logo_trans.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

div.splash_sidebar_brightspark_logo{
	width: 169px;
  height: 572px;
  background-image: url(images/bs_logo_dblue_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

div.languages{
	width: 200px;
  margin-top: 100px;
  padding: 10px;
  border: solid 1px #000000;
  text-align: left;
  line-height: 25px;
}

/* PRODUCT MENU IMAGES */

div.product_menu_images{
	float: right;
  width: 335px;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: -15px;
}

div.product_images{
	float: right;
  width: 250px;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

img.product_menu_images{
	border: solid 1px #000000;
	margin: 1px;
}

img.product_menu_image{
	border: solid 1px #000000;
	margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

img.product_menu_image_left{
	border: solid 1px #000000;
	margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

/* SPECS TABLE */

table.specs{
	background: #000000;
  width: 100%;
}

td.specs{
	background: #FFFFFF;
  font-size: 8pt;
  vertical-align: top;
}

/* SEARCH */

div.search_result{
	margin: 10px;
}

div.search_result_title{
	font-size: 12pt;
}

div.search_result_relevance{
	margin-top: 5px;
  font-size: 8pt;
}

input.go{
	background: #FFFFFF;
  border: solid 1px #95959B;
      
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
  font-weight: bold;
  
  width: auto;
  height: 20px;
  
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  
  font-size: 8pt;
  padding: 0px 3px 3px 3px;
}
