@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}

a:link {
	color:#172c4e;
	text-decoration: none;

}

a:hover { text-decoration: underline;}
a:visited {color: #555;text-decoration: none; }
a:active { } 


body {
	background-image: url(../images/background.gif);
	text-align: center;
	float: none;
	background-color: #302723;

}

#wrapper {
	margin: 0 auto;
	background-color: #f3ab5a;
	width: 955px;
	text-align: left;
	overflow: auto;

}
/*========= Header formatting ==========*/
#header {
	font-family: "Trebuchet MS", Georgia;
	position: relative;
	height: 140px;
	background-color: #5b2522;
	border-bottom: 26px solid #63302d;
}


#logo {
	position: relative;
	display: block;
	clear: right;
	text-align: center;
	width: 222px;
	float: left;
	border-right: 4px solid #5a2c29;
	height: 140px;
	vertical-align: middle;
	background-color:  #4e1c19;
	background-image: url(../images/background_logo.gif);
	background-repeat: no-repeat;
}

#header_title {
	height: 140px;
	text-align: center;
	background-color:  #5b2522;
	margin-letf: 250px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background_header_title.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#header_title h1 {
	padding: 35px 10px 10px 10px;
	font-size: 22px;
/*	font-weight: normal;*/
	}
#header_title p {
	font-size: 12px;
	padding: 0px 0px;
	color: #d2b7b7;
	letter-spacing: 1px;
	}
#imglogo {
	position: relative;
	float: left;
	clear: both;
	top: 25px;
	left: 57px;
	width: 150px;
	height: 117px;
	background-repeat: no-repeat;
	background-image: url(../images/invision_logo.gif);
}

#logo span {
	display:none;
}

/*========= Navigation ==========*/
#navigation a:link {
	font-weight: bold;
}

#navigation {
	float:left;
  width:192px;
	background: #f3ab5a;
	margin: auto;
	padding: 15px 15px;
}

#navigation ul {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	}
	
#navigation ul li { 
	font-size: 16px;
	letter-spacing: 1px;
/*	background-image: url(../images/bulet_nav.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding: 13px 0px 6px 14px;
	color:#172c4e;
}	

#navigation ul li a:hover{ 
	text-decoration: underline;
}	


#navigation p {
	margin: 25px -9px 0px -9px;
	padding: 8px 5px 8px 40px;
	border: 4px solid #f8b973;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #ea983d;
	background-image: url(../images/support_image.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	color: #fff;
	}
/*========= Content ==========*/
#content {
	float: left;
	clear: right;
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 729px;
	border-left: 4px solid #f5bc7b;
	color: #282425;
	background-color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
#content a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#content h1 {
	padding: 26px 30px 0px 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
#content h2 {
	padding: 26px 20px 0px 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.content_header_img {
	padding: 12px;
}

.content_homepage_img {
	float: right;
	clear: left;
	padding: 20px 30px 6px 20px;	
}

#content p {
		padding: 5px 30px 0px 40px;
}

/*========= Footer ==========*/
#footer {
    background:#5b2522;
    clear:both;
		border-top: 13px #63302d solid;
		height: 28px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 10px 0px 0px 280px;
		background-image: url(../images/background_footer.gif);
		background-repeat: repeat-y;
    }

#footer a { color: #FFFFFF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

/*========= Product info page ==========*/
#product_menu
{
	clear: both;
	margin:0px;
	padding: 8px 0px 17px 20px;
	color: #993300;
	font-weight: bold;
}
#product_menu li {display:inline; padding: 10px 19px;}


#product_menu li a
{
font-weight: normal;
text-decoration: underline;
}
#product_menu li a:hover
{
text-decoration: none;
}

#product_info {
	float: left;
	clear: right;
	width: 472px;
	padding: 10px 25px 0px 0px;
}
#content .product {
	padding: 5px 12px 5px 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	background-color:#ea983d;
	} 

#content .regular_title {
	margin: 25px 0px 0px 0px;
	padding: 5px 12px 5px 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	background-color:#ea983d;
	}
	
#content .regular_par {
	padding: 20px 30px 10px 65px;
	width: 600px;
}
#product_info ul {
	clear: both;
	padding: 10px 0px 20px 52px;
}

#product_info li {
	list-style: none;
}


#product_info .li_float {
	position: relative;
	display: block;
	float: left;
	clear: right;
	padding: 0px 13px 13px 0px;
}

#product_info .li_clear {
/*	display:none;*/
	display:block;
	padding: 10px 0px 13px 13px;
	text-align: right;
	vertical-align: middle;
	}
.li_clear span {
	margin: 2px;
	padding: 3px 0px 3px 20px;
	background-image: url(../images/pdf_icon.jpg);
	background-repeat: no-repeat;
}

#product_info ul li span a:link {
		text-decoration: underline;
		font-size: 11px;
}

#useful_tips {
	position: relative;
	margin: 0px 0px 10px 470px;
	padding: 10px 11px 11px 11px;
}

#useful_tips h2 {
	text-align:center;
	font-size: 16px;
	border: 2px solid #d5b389;
	background-color: #fcd5a4;
	padding: 2px 10px 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4e1c19;
	font-weight: normal;
	letter-spacing: 2px;
}

#useful_tips ul {
	padding: 20px 0px 0px 8px;
	font-size: 11px;
	list-style: none;
}

#useful_tips ul li {
	background-image: url(../images/bulet_usef_tips.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding: 8px 0px 5px 15px;
}

.img_usefultips {
	padding: 5px 0px;
	border: 0px;
}

#regular_page {
	text-align: left;
	}

ol {
	margin: 0px 30px 20px 100px;
	}
	
ol li {
	padding: 8px 0px 0px 0px;
	}
	
.pdf_icon {
	vertical-align: middle;
}

.regular_par a {
	text-decoration: underline;
	}
.regular_par a:hover {
	text-decoration: none;
	}
	
.content_faq_img {
	padding: 20px 30px 6px 20px;

}

#how_to_install_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	clear: both;
	margin:0px;
	padding: 0px 0px 0px 50px;
	color: #000;
	font-weight: normal;
}
#how_to_install_menu li {
	display: block; 
	float:left;  
	padding: 15px 25px 15px 15px;	
	list-style: none;

}
#how_to_install_menu li a
{
	font-weight: normal;
	text-decoration: underline;
}
#how_to_install_menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
}

#how_to_install_menu li a:hover
{
text-decoration: none;
}

#install_first {
	height: 52px;
	color: #1b4164;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 35px;
}

.install_all  {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 45px;
}

.bull_black li ul li{
	list-style: disc outside;
	margin: -6px 30px 0px 20px;
}

.bull_black li {
	margin: 15px 30px 5px 0px;
}

.tip_table {
	text-align: center;
	margin: 20px 20px 0px 40px;

}
.note {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	height: 35px;
	display: block;
}

.note_small {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	display: block;
}

.note_rgt {
	padding: 8px 10px 8px 15px;
	text-align: left;
}

#pdf_download {
	position: relative;
	padding: 0px;
	margin:0px;
	float: right;
	clear: both;
	top: -24px;
	right: 10px;
	width:auto;
}

#content .reg_par {
	padding: 20px 60px 10px 55px;
}

.answer {
	color: #333333;
	margin: 5px 30px 5px 50px;
	display: none;

}

.question {
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 13px;
}

.question a:link, .question a:visited, .question a:hover {
	text-decoration: underline;
	color: #555;
	letter-spacing: 110%;
	font-size: 13px;
	font-weight: bold;
}

.answer a:link {
	text-decoration: none;
	color: #555;
	}

#tip1, #tip2, #tip3, #tip4 {
	width: 86px;
	height: 80px;
	display: block;
	background-color: #0066CC;
	float: left;
	margin: 2px;
	}
	
#tip1 span, #tip2 span, #tip3 span, #tip4 span {
	display: none;
	}
	
#tip1 {
	background-image: url(../images/tip1.jpg);
	background-repeat: no-repeat;
	}
	
#tip2 {
	background-image: url(../images/tip2.jpg);
	background-repeat: no-repeat;
	}
	
#tip3 {
	background-image: url(../images/tip3.jpg);
	background-repeat: no-repeat;
	}
	
#tip4 {
	background-image: url(../images/tip4.jpg);
	background-repeat: no-repeat;
	}
	
#tip1:hover {
	background-position: 0px -80px
	}
	
#tip2:hover {
	background-position: 0px -80px
	}
	
#tip3:hover {
	background-position: 0px -80px
	}
	
#tip4:hover {
	background-position: 0px -80px
	}
	
a.speciallink { color:#0048FF; text-decoration:underline; }
a.speciallink:hover { text-decoration:none; }

