@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Tahoma;
  font-size: 12px;
  color: #fff;
  background: #272624;
  padding: 0;
  margin: 0;
}

a {
  color: #ffce00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  /*height: 83px;     */

  border-bottom: 3px #999999 solid;
/*  background: url(../images/bg/bg_header.png) repeat-x;*/    
  height: 73px;    
  background: url(../images/bg/bg_header.png) repeat-x 0px -10px;

}

#headerWrapper {
  width: 980px;
  height: 73px;
  margin: 0 auto;
  position: relative;
}

#headerWrapper h1 {
  width: 212px;
  height: 65px;
  background: url(../images/imprezzeo.jpg) no-repeat;
  position: absolute;
  top: 8px;
  left: 56px;
  display:block;
}

#headerWrapper h1 a {
  display: block;
  width: 212px;
  height: 56px;
}

#headerWrapper h1 a:hover {
  text-decoration: none;
}

#headerWrapper h1 a span {
  display: none;
}

#headerWrapper ul {
  width: 583px;
  height: 23px;
  list-style: none;
  position: absolute;
  top: 33px;
  right: 73px;
  overflow: hidden;
}

#headerWrapper ul li {
  float: left;
}

#headerWrapper ul li a span {
  visibility: hidden;
}

#headerWrapper ul li#about a {
  background: url(../images/bg/bg_aboutus.jpg) no-repeat;
  width: 106px;
  height: 23px;
}

#headerWrapper ul li#blog a {
  background: url(../images/bg/bg_blog.jpg) no-repeat;
  width: 75px;
  height: 23px;
}

#headerWrapper ul li#demos a {
  background: url(../images/bg/bg_watchdemos.jpg) no-repeat;
  width: 106px;
  height: 23px;
} 

#headerWrapper ul li#media a {
  background: url(../images/bg/bg_media.jpg) no-repeat;
  width: 106px;
  height: 23px;
} 

#headerWrapper ul li#contact a {
  background: url(../images/bg/bg_contact.jpg) no-repeat;
  width: 106px;
  height: 23px;
}

#headerWrapper ul li#faqs a {
  background: url(../images/bg/bg_faq.jpg) no-repeat;
  width: 84px;
  height: 23px;
}

#headerWrapper ul li#sales a {
  background: url(../images/bg/bg_sales.jpg) no-repeat;
  width: 67px;
  height: 23px;
}

#headerWrapper ul li a {
  display: block;
  text-decoration: none;
}

#headerWrapper ul li a:hover {
  text-decoration: none;
  background-position: bottom !important;
}

#headerWrapper ul li a.active {
  text-decoration: none;
  background-position: bottom !important;
}

#introductionBox {
  height: 300px;
  text-align: center;
  border-bottom: 3px #999999 solid;
  background: url(../images/bg/bg_introductionBox.png) repeat-x;
	*margin-top: 0px;
}

.bgBlack {
  background: #000 !important;
}

#content {
  background: #272624 url(../images/bg/bg_content.png) repeat-x top; 
  min-height:334px;
}

#contentWrapper {
  width: 870px;
  padding: 5px 0 0;
  margin: 0 auto;
  overflow: hidden;
}

#contentWrapper .sifr_text h2 {
  border-bottom: 1px solid #fff;
}

#contentLeft {
  width: 575px;
  float: left;
}

#contentLeft ul, #contentLeft ol {
  width: 575px;
  list-style-type: disc;
  list-style-position: inside;
  float: none;
  width: 90%;
  margin:0;
  padding: 0px;
  margin: 10px 0px;  
  margin-bottom: 0px;
  
}

#contentLeft ol li {
  list-style-type: decimal;
}

#contentLeft ul li {
 /* float: none;
  width: 100%;
  margin-right: 35px;
  font-weight: normal;
  font-size: 12px;
  *width: 150px;
  height: 170px;*/
}

#contentLeft ul li img {
  display: block;
  margin-top: 0px;
}

.blog #contentLeft ul li{
  list-style-position: outside;
  margin-left: 40px;
}

.blog #contentLeft ul.social li {
  margin-left: 0px !important;
}

#contentLeft a img {
  border: 4px solid white;
}

#contentLeft a:hover img {
/*  border: 4px solid #ffce00; */
  border: 4px solid #ffce00;
}

#contentLeft a:hover {
  text-decoration: underline;
  color: #ffce00;
}

#page_content {
  min-height: 300px;
}

#page_content ul, #page_content ol{
	padding-bottom: 5px; 
	padding-top: 5px;
}
 
#page_content ul li{   
	margin-left: 40px;
	list-style-type: disc;  
	list-style-position: outside;
  padding-bottom: 10px;
  color: #CCC;
}  
#page_content ol li{
	margin-left: 42px; 
	padding-left: 0px;
	list-style-type: decimal;  
	list-style-position: outside;
  padding-bottom: 10px;
  color: #CCC;
}  

#page_content img{
	padding: 5px;
  padding-right: 10px;
}


.blog {
  margin-bottom: 25px;
}

.blog .blog_header {
  font-size: 18px;
/*  font-weight: bold;*/
  line-height: 20px;
/*  border: none !important;*/
  padding-top: 8px;
}

.blog h2 a {
  text-decoration: none;
  color: #ffce00;
}

.blog h2 a:hover {
  text-decoration: none;
  color: #ffce00;
}

.blog p {
}

.blog p.date {
  font-size: 10px !important;
  font-weight: normal;
  margin-top: 5px;
}

.blog div.post {
  background: url(../images/bg/bg_post.gif) no-repeat;
  padding-left: 10px;
  line-height: 20px;
  margin-top: 15px;
  height:22px;
}

.blog div.post strong {
  padding-right: 10px;
}      

.blog .post_creator_profile{
	background:transparent url(../images/blog_user_profile.gif) no-repeat scroll 0% 0%;
	font-size:90%;
	height:84px;
	display: none;
	margin:0px 0pt 0pt 5px;
	position:absolute;
	width:195px;  
	color: #666;
} 

.blog .post_creator_profile .post_creator_image{
	float:left;
	padding:22px 0pt 0pt 7px;
	width:65px;   
}  
.blog .post_creator_profile .post_creator_name{       
	float:right;
	line-height:1.3em;
	padding:27px 6px 0pt 0pt;
	width:117px;
}

.blog .post_content ol li,
.blog .post_content ul li{
  color: #CCC;
}

#contentLeft .blog div.post span.bookmarking {
  float:right;
  height:21px;
  padding:2px 4px 0pt 0pt;
  width:164px;
}

#contentLeft .blog div.post span.bookmarking ul.social li.sfhover ul {
  left:auto
}

#contentLeft .blog div.post span.bookmarking ul.social, #contentLeft .blog div.post span.bookmarking ul.social ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}

#contentLeft .blog div.post span.bookmarking ul.social li a.social_top {
  background:transparent url(../images/blog_social.gif) no-repeat scroll 0% 0%;
  color:#4B4B4B;
  display:block;
  height:18px;
  padding:0px 0pt 0pt 7px;
  text-decoration:none;
  width:157px;
  font-size: 12px;
}

#contentLeft .blog div.post span.bookmarking ul.social li ul {
  left:-9999em;
  margin:0pt 0pt 0pt 6px;
  position: absolute;
  width: 150px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li {
  border-bottom:1px solid #E0E0E0;
  border-left:1px solid #E0E0E0;
  border-right:1px solid #E0E0E0;
  color:#666666;
  font-size:90%;
  width:150px;
  float:none;
  line-height:10px;
  *margin-top: -2px;
  -margin-top: 0px;
  height: 20px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li a:hover {
	color: #333333;
}

#contentLeft .blog div.post span.bookmarking ul.social li.social_top_li {
	font-size: 12px;
}
#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_facebook a {
  background:#FFFFFF url(../icons/bookmarking/small_facebook.gif) no-repeat 3px 5px;


}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_digg a {
  background:#FFFFFF url(../icons/bookmarking/small_digg.gif) no-repeat scroll 3px 5px;

}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_delicious a {
  background:#FFFFFF url(../icons/bookmarking/small_delicious.gif) no-repeat scroll 3px 5px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_technorati a {
  background:#FFFFFF url(../icons/bookmarking/small_technorati.gif) no-repeat scroll 3px 5px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_reddit a {
  background:#FFFFFF url(../icons/bookmarking/small_reddit.gif) no-repeat scroll 3px 5px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_stumbleupon a {
  background:#FFFFFF url(../icons/bookmarking/small_stumbleupon.gif) no-repeat scroll 3px 5px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li.soc_furl a {
  background:#FFFFFF url(../icons/bookmarking/small_furl.gif) no-repeat scroll 3px 5px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li a {
  display:block;
  opacity:0.92;
  overflow:hidden;
  padding:5px 5px 5px 22px;
  text-decoration:none;
  width:123px;
}

#contentLeft .blog div.post span.bookmarking ul.social ul li a:hover, ul.social ul li a:visited:hover {
  background-color:#EEE
}

.blog #comment_list {
  padding-bottom: 10px;
}

.blog #comment_list .each_comment {
  border-bottom:1px solid #FFFFFF;
}

.faq {
  list-style: none;
  padding: 10px 0;
}

.faq li {
  font-size: 15px;
  padding-bottom: 10px;
}

.faq li span {
  font-weight: bold;
}

#contentRight {
  width: 235px;
  padding: 0 20px;
  float: right;
}

#contentRight p {
  padding-top: 10px;
}

#contentRight dl {
  padding:0;
  margin:0;
}

#contentRight dd {
  padding:0;
  margin:0;
}

#contentRight dt {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  padding:0;
  margin:0;
  padding-top: 4px;
}

#contentRight dd a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: #FFCE00;
  padding-left: 0px;
}

#contentRight dd a:hover {
  text-decoration: none;
  color: #ffce00;
  background: #777775;
}

#contentRight .snippet dd a:hover {
  text-decoration: underline;
}

#contentRight .active {
  color: #ffce00;
  background: #777775;
}

#footer {
  width: 870px;
  margin: 25px auto;    
  margin-top: 20px;
  border-top: 1px #fff solid;
  padding: 7px 0 5px;
  overflow: hidden;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #ffce00;
  text-decoration: none;
}

#footer ul li.footer_active a {
	color:#ffce00;
}


#footer > ul {
  list-style: none;
  float: left;
  padding:0;
  margin: 0;
}

#footer > ul + ul {
  float: right;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
}

#footer ul li a:hover {
  text-decoration: none;
}

ul.social {
  width: 165px !important;
}

a.social_top {
  font-size: 10px !important;
}

.blog ul {
  float: none;
}

#contentLeft ol {
  list-style-type: decimal !important;
}
ul#home_thumbnails li,
ul#video_thumbnails li {
  float: left;
  width: 168px;
  height: 200px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 12px;
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
  *margin-right: 2px;

}

#video_thumbnails .video_title,
#home_thumbnails .video_title{
  display:block;
  font-size:13px;
  height:auto;
  padding-bottom:10px;
}

#contentLeft #home_thumbnails ul li img {
  display: list-item;
  margin-top: 0px;
}

ul#video_thumbnails li a.thumbnail_title, ul#home_thumbnails li a.thumbnail_title {
  height: auto;
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
}

/*ul#home_thumbnails li {*/
/*  float: left;*/
/*  width: 168px;*/
/*  height: 170px;*/
/*  margin-right: 35px;*/
/*  font-weight: bold;*/
/*  font-size: 12px;*/
/*  list-style: none;*/
/*  margin-bottom: 15px;*/
/*  _margin-right: 30px;background: #99CC00;*/
/*}*/

/*ul#home_thumbnails li.home_thumbnails_col3 {*/
/*  margin-right: 0px;*/
/*}*/

li.soc_facebook, li.soc_digg, li.soc_delicious, li.soc_technorati, li.soc_reddit, li.soc_stumbleupon, li.soc_furl {
  width: 250px;
}

li.soc_facebook a, li.soc_digg a, li.soc_delicious a, li.soc_technorati a, li.soc_reddit a, li.soc_stumbleupon a, li.soc_furl a {
  color: #000000;
  width: 500px;
  float: left;
}

.errorExplanation {
  background:#777777 none repeat scroll 0 0;
  border:3px solid #FF3333;
  height:auto;
  margin:0;
  padding:8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width:553px;
}

.errorExplanation p {
  color: #FAE700;
}

#comment_submit {
	margin-top: 8px;

}

#comment_body {

}

#comment_box {
	
}

#comment_box strong {
	margin-bottom: 10px;
  display: block;
}

#comment_box br {
	line-height: 5px;
  font-size: 1px;
  height: 5px;
}

#comment_box p {
	margin-top: 3px;
}

.datePosted {
  margin-top: 5px;
}

.commentDatedPost {
	margin-top: 5px;
	margin-bottom: 10px;
  font-weight: bold;
}

div.snippet p a{
	display: inline !important;
	padding: 0px !important;
}

div.snippet p a:hover {
	background: none !important;
}

div.snippet p{
  padding-top: 0px !important;
}

#documents {
	border: 1px solid #EBEBEB;
	padding: 10px;
	background: #2A2826;
	padding-top: 5px;
	padding-bottom: 25px;
}

#documents ul {
	margin-top: 10px;
}
#documents ul li {
	margin-left: 30px;
} 

.pagination{
	float: right;
}

.box_body {
	height: 300px;
}  

ul#video_thumbnails a.thumbnail_img {
  text-align: center !important;
  width: 163px;
  margin: 0 auto;
  display: block
}

ul#video_thumbnails a.thumbnail_img img {
  margin: 0 auto;
  display: block;
}


ul.imprezzeoList  li{
list-style-image:url("/images/imprezzeo_eye.gif");
}

.contact_input_bg {
	background: url('/images/bg/bg_contact_input.gif') 0px 0px no-repeat;
	width: 356px;
	height: 21px;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

div#zohoWebToLead .contact_input_bg input {
	background: transparent;
	width: 356px;
	border: none;
}

div#zohoWebToLead tr {
	height: 30px;
}

#zohoWebToLead .contact_textarea_bg {
	width: 356px;
	height: 148px;
	background: url('/images/bg/bg_contact_textarea.gif') 0px 0px no-repeat;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

#zohoWebToLead textarea {
	background: transparent;
	border: none;
	width: 356px;
	height: 140px;
	font-family: Tahoma;
	font-size: 11px;
	overflow: auto;
}

#zohoWebToLead #btn_save {
	background: url('/images/btn_save.gif') 0px 0px no-repeat;
	width: 124px;
	height: 28px;
	float: left;
	margin-right: 5px;
}

#zohoWebToLead #btn_reset {
	background: url('/images/btn_reset.gif') 0px 0px no-repeat;
	width: 124px;
	height: 28px;
	float: left;
}

#zohoWebToLead input#input_btn_save, #zohoWebToLead input#input_btn_reset {
	width: 124px;
	height: 28px;
}

tr td input.form_button {
	width: 124px !important;
	background-image: url(../images/forms/button_nm.gif) !important;
	height: 28px !important;
	border:none;
}

tr td input.form_button:hover {
	background-image: url(../images/forms/button_hv.gif) !important;
}

