/* 	
	
	"Logiskin" css declarations 

	See also: slimstyle.css 
 
 */


/* main areas */
body {
	margin: 0;
	padding: 0;
	color: #4f5455;	
/*	text-align: center;
*/	background-color: black;
}
/* override RightNow template */
body.bgcolor {
	background-color: black;
}
div.min_page_width {
	min-width: 930px;
}
div.rounded_cap {
	clear: both;
}
div.inline {
	display: inline;
}
#page_container {
	position: relative;
	width: 947px;
	margin: 0 auto;
	padding: 4px 0 24px 0;
	text-align: left;
	font-size: 1em; /* 10px baseline */
}
#container_header {
	width: 100%;
	background: white url(../images/content_corner_top-right.gif) no-repeat scroll right top;
	font-size: 1px;
	height: 20px;
	z-index: 100;
}
#container_footer {
	width: 100%;
	background: white url(../images/content_corner_bottom-right.gif) no-repeat scroll right top;
	font-size: 1px;
	height: 20px;
	z-index: 100;
}
img.corner {
	border: medium none;
	display: block !important;
	height: 20px;
	width: 20px;
	z-index: 100;
}
#main_container {
	margin: 0;
	padding: 0px;
	position: relative;
	background-color: white;
}
#header_message {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 80;
	background: transparent url(../images/secondary_nav_bg.gif) top right repeat-y;
	width: 927px;
	font-weight: bold;
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	/* letter-spacing: .1em; */
	text-align: right;
}
#header_message div.padding {
	padding: 16px 2px 9px 0;
	_padding-bottom: 11px; /* IE6 fix */
}
#header_right_background_fill {
	position: absolute;
	top: 24px;
	left: 927px;
	background: transparent url(../images/1x1_ecf04f.gif) top left repeat;
	width: 20px;
	height: 17px;
	_height: 19px; /* IE6 fix */
	z-index: 200;
}

/* header area, navigation */

#page_container li.first {
	border: none;
}

#logo {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 85;
	width: 243px;
}
#logo span {
	display: block;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/slimdevices_logo.gif);
}
#logo a {
	position: relative;
	display: block;
	width: 243px;
	height: 70px;
	margin: 0px;
	text-decoration: none;
	text-indent: -200em;
}

/* navigation */

#primary_nav {
	clear: both;
	position: relative;
	height: 38px;
	z-index: 30;
	padding: 18px 0 0 378px;
	background: white url(../images/primary_nav_bg_chopped.gif) right bottom no-repeat;
	font-family: arial, lucida, helvetica, sans-serif;
}


/* 
	hack for safari variants follows: 
	(from: http://thomas.tanreisoftware.com/safari.html)

	fixes:
		- drop-down menu overflow beyond right-most edge of page
		- top message container padding ( missing 1px in safari )

 */
/* Safari 2 or lower and browsers based on it (OmniWeb 5, Shiira 1), and Konqueror */
html[xmlns*=""] body:last-child #primary_nav { padding-left: 371px; }
html[xmlns*=""] body:last-child #header_message div.padding { padding-bottom: 10px; }
/* Safari 2 or lower and browsers based on it (OmniWeb 5, Shiira 1), and Konqueror */
body:last-child:not(:root:root) #primary_nav { padding-left: 371px; }
body:last-child:not(:root:root) #header_message div.padding { padding-bottom: 10px; }
/* Safari 3 betas and WebKit */
@media all and (min-width:0px) {
	body:not(:root:root) #primary_nav { padding-left: 371px; }
}
@media all and (min-width:0px) {
	body:not(:root:root) #header_message div.padding { padding-bottom: 10px; }
}

ul#nav {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}
#nav div {
	padding: 0 22px;
}
ul#nav ul { 
	position: absolute;
	top: 0;
	right: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	font-size: 8pt;
	background: url( ../images/divider.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li#nav1 {
	background: none;
}
#nav a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #808080;
}
ul#nav ul a {
	text-align: right;
}
#nav a:hover {
	color: #505050;
}

#nav li li span {
	display: block;
	width: 170px; /* gives consistant width for all secondary topnav dropdowns */
	padding: 0;
	background: #313131 url(../images/drop_down_blk_bg.gif) bottom left no-repeat;	
}
#nav li li a {
	display: block;
	/* width: 153px;gives consistant width for all secondary topnav dropdowns */
	height: auto;
	margin: 0;
	padding: 3px 24px 5px 0;
	text-indent: 0px;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	background: #313131 url(../images/drop_down_blk_bg.gif) bottom left no-repeat;	
}
#nav li#nav2 li a {
	padding-right: 18px; 
}
#nav li li a:hover {
	color: #009966;
	text-decoration: none;
	background: none; /* removes the 'a' background to allow the 'span' on state to show through */
}

#nav li li a:active {
	color: gray;
	text-decoration: none;
	background: none; /* removes the 'a' background to allow the 'span' on state to show through */
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* nix Opera fix for wrapping primary menu */
/*
#nav5 div {
        padding-right: 0;
}
*/
#nav li div a {
	margin-bottom: 6px;
}

#nav li ul {
	position: absolute;
	top: 26px;
	width: 170px;
	margin: 0 0 0 0;
	z-index: 50;
	border-left: 2px solid #009966;
	border-right: 2px solid #009966;
	border-bottom: 2px solid #009966;
	border-top: 2px solid #009966;
}

/* right align rightmost menu dropdown with edge of page XXX: need to add conditional for Opera on nix */
/*
#nav li#nav5 ul {
	right: -23px;
}
*/
#nav li li {
	float: none;
}
#nav li li.first { }
#nav li li.first a {
	padding-top: 4px;
}

/* default state on load */
#nav li ul.hidden { display: none; }

/* CSS pseudo class hide/show (broken in IE6 ) */
#nav li:hover ul { display: block; } 
#nav li:hover ul.hidden { display: block; } 

/* use JS to hide/show */
#nav li.mouse_over ul { display: block; }

/* breadcrumb trail */

#breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 0 12px 0;
	border-top: 2px solid #009966;
	border-bottom: 1px solid #009966;
	color: black;
	font-size: 1.1em;
	z-index: 10;
}
#breadcrumb ul {
	position: relative;
	padding-left: 18px;
	margin: 0;
	list-style-type: none;
}
#breadcrumb li {
	display: inline;
	padding: 0 0 0 4px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
}
#breadcrumb a {
	text-decoration: none;
	position: relative;
	/* color: #fff; */
	color: black;
	font-weight: normal;
	margin: 0;	
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a:active {
	text-decoration: underline;
	color: gray;
}
#breadcrumb li a:after {
	white-space: pre;
	content: '\0020 \0020 \003e';
}
#breadcrumb li a {
	/* behavior: url(/css/breadcrumb.htc); */ /* calls IE specific script to add '>' */
}
#breadcrumb li.invisible_text {
	color: white; /* set to same color as relative background */
}

/* header */
/*
#header {
	position: absolute;
	top: 78px;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3fa79c;
	z-index: 3;
}
#header .wrap {
	width: 947px;
	margin: 1px 0 0 0;
	background-repeat: repeat;
}
*/
/* content styles */

#content_container {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	position: static;
	background-color: #fff;
}
#content_body {
	min-height: 500px;
	padding: 36px 25px 35px 25px;
}
#action_links {
	margin: 0 0 0 0; /* pulls up the print and email links within callout margin */
	padding: 14px 24px 5px 0;  /* use top padding 32 when removing HERO and HEADER banner divs */
	font-size: 1em;
	background-color: #fff;
	text-align:right;
	vertical-align: text-bottom;
}

#action_links li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 7px;
	border-left: 1px solid #bebfc2;
}
#action_links li.first {
	padding-left: 0;
}

#action_links li a, 
#action_links li a:hover, 
#action_links li a:active,
#action_links li a:visited { 
	color: #909090;
	font-size: .8em;
}
/* footer styles */

#content_footer {
	margin: 0;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #CFD7DD;
	color: #7e868d;
	background-color: white;
	font-size: .916em; /* 9px */
	overflow: hidden;
	_height: 1%;
}
#content_footer p {
	float: left;
	margin-top: 40px;
}
#content_footer ul {
	float: left;
	margin: 38px 0 0 26px;
}
#content_footer li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 18px;
	border-left: 1px solid #7e868d;
}
#content_footer li a,
#content_footer li a:hover {
	color: #7e868d;
}

#content_footer div#logitech_logo {
	display: inline;
	float: right;
	background: transparent url(../images/logo.gif) right top no-repeat;
	width: 70px; 
	height: 56px;
}

/* general styles */

p {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}
p.sub_header {
	font-size: 1.16em;
}
/* headings */
h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	color: #009966;
	border-bottom: 1px solid #e5eaef;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding: 0;
}
h2.underlined {
	margin-top: 20px;
	border-bottom: 1px solid #E5EAEF;
}
div.greybox h2 {
	font-size: 10pt;
	color: #009966;
	margin: 10px 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 1em;
	color: #444;
}
h3 a {
	text-decoration: none;
	color: #444;
}

/* widths, heights, alignments */
.center_aligned {
	text-align: center;
}
div.onethird_width { 
	width: 33%;
}
div.half_width {
	width: 50%;
}
div.twothird_width {
	width: 66%;
}
div.full_height {
	height: 100%;
}
div.half_height {
	height: 50%;
}

/* padding */
div.padding { 
	padding-bottom: 10px; 
}
div.top_padding {
	padding-top: 27px;
}
div.bottom_padding {
	padding-bottom: 24px;
}
div.right_padding {
	padding-right: 24px;
}
div.left_padding {
	padding-left: 24px;
}

/* text styles */
.bolded {
	font-weight: bold;
}


/* links */
a {
	color: #2c9bca;
	text-decoration: none;
}
a:visited {
/*	color: #2c9bca;	 set to #999 when done. Shows correct link state for "#" hrefs. */
}
a:hover,
a:active {
	text-decoration: underline;
}

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.links {
	padding: 0 0 7px 0;
}
ul.links li {
	padding: 0 0 3px 0;
}
ol li {
	margin: 0;
	padding: 0;
}
div#footer ul li {
	padding: 0 12px;
	margin: 0;
}
ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 25px;
}

/* images */
img a {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: hidden;
	border-width: 0;
}
select,
textarea,
input {
	margin: 0;
	padding: 0;
	color: #333333;
}

div.column {
	float: left;
}
div.end_columns {
	clear: both;
}

/* 

	left image 

 */
div.leftimage div.description {
	padding: 0;
	margin: 0 0 24px 0;
}
div.leftimage div.description h2 {
	margin: 0;
}
div.leftimage .tagline { }

/* 

	quotes, citations 

*/
.quote {
	font-style: italic;
}
.cite {
	margin-top: 12px;
	text-align: right;
}

/* 
 	
	grayboxes 

*/
div.greybox h2 {
	color: #009966;
	margin-top: 0;
}
div.greybox h3 {
	font-size: 8pt;
	margin-bottom: 0;
}
div.greybox div.column div.padding {
	padding: 0 12px 0 0;
}












/* GLOBAL FLOAT FIXES and HACKS ************************************************
	Use to clear floats and use the Holly Hack for IE browser's height bugs */

#main_container:after,
#primary_nav:after,
#content_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#main_container,
#primary_nav,
#content_container {display: inline-block;} /* clears IE 7 */
/* Hide from IE Mac \*/
#main_container,
#primary_nav,
#content_container {display: block;}
/* End hide from IE Mac */

/* holly hack for extra space in IE nav - Hides from IE-mac \*/
* html #main_container,
* html #product_nav,
* html #content_container {height: 1% !important;}
/* End hide from IE-mac */
