/* UNIVERSAL STYLES ----------------------------------- */
  
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	background-image: url('../images/global/background_tile.png');
	background-repeat:repeat-x;
	background-color:#ebeceb;
	color:#5d5d5d;
	font-family:Verdana;
	font-size:8pt;
	margin:0;
	padding:0;
}

a {
	color: #1280d5;
	text-decoration:none;
}

a:hover {
	color: #1280d5;
}

#news a {
	color: #5d5d5d;
	text-decoration:none;
}

#news a:hover  {
	color: #000000;
}

a .highlight_container {
	color: #5d5d5d;
	text-decoration:none;
}

a .highlight_container:hover  {
	color: #000000;
}

a .stories_link_container {
	color: #5d5d5d;
	text-decoration:none;
}

a .stories_link_container:hover  {
	color: #000000;
}

a .sidemenu_item {
	color: #5d5d5d;
	text-decoration:none;
}

a .sidemenu_item:hover {
	color: #000000;
}

#menu a {
	color: #5d5d5d;
	text-decoration:none;
}

#menu a:hover {
	color: #000000;
}

.list_item h2 a {
	color: #5d5d5d;
	text-decoration:none;
}

.list_item h2 a:hover {
	color: #1280d5;
}

a .underline{
	cursor:pointer;
	display:block;
	text-decoration:underline;
}

a .white {
	color:#ffffff;
	text-decoration:none;
}

a .white:hover {
	color:#ffffff;
}

img {border:0px;}

p{

}

table {
	border:0;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cecece;
}



/* LIBRARY STYLES --------------------------------------- */

.left_align{
	float:left;
}
.right_align{
	float:right;
}

.error_label
{
	color:#ff0000;
	font-weight:bold;
}

/* TEMPLATE LAYOUTS ------------------------------------- */

/* ------ Page:global ----------------------------------- */

#page_wrapper{
	clear:both;
	margin-left: auto;
  	margin-right: auto;
	width:951px;
}

#content_container{
	background-color:#f0f0f0;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#a9abac;
}

#header{
	padding: 30px 0px 30px 0px;
	text-align: top;
	overflow: hidden;
}

#header_logo{
	float: left;
}

#header_languages{
	float: right;
	position: relative; top:-2px;
	text-align: right;
}

#footer_container{
	background-image: url('../images/global/footer_background_tile.gif');
	background-repeat: repeat-x;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #cecece;
	margin: 4px 0px 100px 0px;
	overflow: hidden;
	padding: 18px 0px 18px 0px;
}

#footer_logos{
	float: left;
}

#footer_legal{
	float: right;
	text-align: right;
}

#footer_legal_links{
	margin-bottom: 8px;
}

#footer_legal_copyright{
	float: right; 
	margin-right: 10px; 
	font-size:8px;
}

#menu{
	background-image: url('../images/global/menu_background_tile.png');
	background-repeat: repeat-x;
	background-color: #ececeb;
	font-family: arial;
	font-size: 7.5pt;
	height: 28px;
	padding-right: 18px;
}

#menu ul{ 
	margin: 0; 
	padding: 0;
}

#menu ul li{
	cursor: pointer;
    display: inline;
	float: left;
}

.over{
	background-image: url('../images/global/menu_background_tile_over.png');
}

#menu ul li .label{
	text-transform: uppercase;
	float: left;
	margin: 0px 8px 0px 8px;
	position: relative; top:8px;
}

#menu ul li .icon{
	float: left;
	margin-left: 18px;
	margin-right: 12px;
	position: relative; top:7px;
}

#menu ul li .seperator{
	float: left;
}

.menu_item_right{
	float: right;
	position: relative; top:4px;
	margin-left: 18px;
	cursor: pointer;
}

.menu_item_right .icon{
	position: relative;top:2px; 
	padding-right: 8px;
}

/* ------ Page:Content Page ---------------------------------- */

#contentpage_container{
	vertical-align: top;
	overflow: hidden;
	padding: 30px 18px 18px 18px;
}

#sidemenu_container{
	float: left;
	padding-top:22px;
	width: 218px;
}

#sidemenu_container .sidemenu_item{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a9abac;
	overflow: hidden;
	padding: 6px 0 6px 0;
}

#sidemenu_container .sidemenu_item_first{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #a9abac;
}

#sidemenu_container ul{
	padding:0;
	margin:0;
}

#contentpage_content_container{
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #a9abac;
	padding-top:15px;
	padding-left:18px;
	padding-bottom:50px;
	width:676px;
}

#contentpage_content_container h1{
	color: #3f3f3f;
	font-family: arial, serif; 
	font-size: 45px;
	letter-spacing: -0.5pt;
	line-height: 42px;
	margin: 0px 0px 25px 0px;
	font-weight:normal;
}

#contentpage_content_container h2{
	color: #3f3f3f;
	font-family: arial, serif; 
	font-size: 23px;
	letter-spacing: -0.5pt;
	line-height: 25px;
	margin: 25px 0px 14px 0px;
	font-weight:normal;
}

#contentpage_content_container h3{
	font-family: verdana;
	color: #3f3f3f;
	font-size: 13px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}

#contentpage_content_container p{
	line-height: 18px;
}

#contentpage_content_container .intro_text{
	font-size: 18px;
	line-height: 25px;
}

#contentpage_content_container li{
	line-height: 18px;
	margin-bottom: 10px;

}

#contentpage_content_container img{
	padding-top:7px;
}

#contentpage_content_container .img_frame{
	padding:4px;
	border-style: solid;
	border-width: 1px;
	border-color: #cecece;
	margin:20px 0px 0px 0px;
}

#contentpage_content_container .frame_trans{
	padding:4px;
	border-style: solid;
	border-width: 1px;
	border-color: #cecece;
	margin:20px 0px 0px 0px;
}

#contentpage_content_container .frame_white{
	padding:4px;
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #cecece;
	margin:20px 0px 0px 0px;
}

.contentpage_centerImage{
	margin-top:20px;
	margin-bottom:20px;
}

.contentpage_rightImage{
	margin-left:20px;
	margin-bottom:20px;
}

.contentpage_caption {
	font-size: 10px;
	line-height: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* -- INDIVIDUAL PAGE STYLES ---------------------------- */

/* ------ Page: Header ---------------------------------- */

/* ------ Page:frontpage -------------------------------- */

#banner_slides_container
{
	height: 298px;
	overflow: hidden;
}

#news{
	background-image: url('../images/global/news_background_tile.png');
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	height: 28px;
	width: 100%;
}

#news #news_header{
	float: left;
	background-image: url('../images/global/news_header_background_tile.png');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 7.5pt;
	text-align: right;
	width: 90px;
}

#news #news_header #news_label{
 	float: left;
	padding-left: 18px;
	padding-top: 8px;"
}

.highlights_container{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a9abac;
	overflow: hidden;
	padding: 18px;
	white-space: nowrap; 
}

.highlight_container{
	cursor: pointer;
	float: left;
}

.highlight_box{
	overflow: hidden;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	text-align: center;
	height: 209px;
	width: 209px;
	-moz-box-shadow: 1px 1px 1px #d2d2d2;
	-webkit-box-shadow: 1px 1px 1px #d2d2d2;
	box-shadow: 1px 1px 1px #d2d2d2;
}

.highlight_arrow{
	position: relative; top:-3px;
}

.highlight_container h1{
	color: #3f3f3f;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, serif; 
	font-size: 21px;
	font-weight:normal;
	line-height: 21px;
	letter-spacing: -0.5pt;
}

.highlight_container h2{
	padding: 0;
	margin: 2px 0px 0px 1px;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 18px;
}

.highlight_seperator{
	float: left;
	width: 17px;
}

.stories_container
{
	background-image: url('../images/frontpage/stories_background_tile.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 18px;
}

.story_container{
	float:left;
	width: 445px;
	margin-bottom: 23px;
}

.stories_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a9abac;
	font-family: verdana, arial, serif; 
	font-size: 21px;
	font-weight:normal;
	line-height: 21px;
	letter-spacing: -0.5pt;
	overflow:hidden;
	padding-bottom:18px;
	margin-bottom:18px;
}

.stories_description{
	margin-bottom:18px;
	line-height: 18px;
}

.stories_header_yellow{
	font-family: tahoma, arial, serif; 
	font-weight:bold;
	color: #e88f00;
	margin-bottom: 4px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 17px;
}

.stories_header_black{
	color: #3f3f3f;
	float:left;
	width:280px;
}

.stories_linkarrow_container{
	background-image:url('../images/frontpage/stories_arrow_background.gif'); 
	background-repeat:no-repeat;
	height:23px;
	margin-bottom:23px; 
}

.stories_linkarrow_label_container{
	background-color:#ee9920;
	color: #ffffff;
	float:right; 
	font-family: verdana, arial, serif; 
	font-weight:normal;
	font-size: 14px; 
	height:23px; 
}

.stories_linkarrow_label{
	float:left;
	padding-left: 20px; 
	padding-right: 20px; 
	position: relative; top:2px;
}

.stories_link_container{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a9abac;
	overflow: hidden;
	padding: 6px 0 6px 0;
}

.stories_link_container_first{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #a9abac;
}

.stories_link_over{
	color: #000000;
}

.stories_link_arrow{
	float: left; 
	opacity: 0;
	position: relative; top:4px;
}

/* ------ Page: News -------------------------------- */

.list_item
{
	overflow:hidden;
	padding-bottom:10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c9c9c9;
}

.list_item_first
{
	padding-bottom:10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c9c9c9;
}

#contentpage_content_container .list_item h2{
	margin: 10px 0px 14px 0px;
}

.list_item p
{
	padding:0px;
	margin:0px;
}

.list_item table
{
	padding:0px;
	margin:0px;
}

/* ------ Page: How to buy -------------------------------- */

.reseller_table
{
	width: 100%;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

.reseller_table td
{
	width:50%;
	vertical-align:top;
	padding-bottom:0px;
}

/* ------ Page: Download -------------------------------- */

.download_outer_box
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#e8e8e8;
	overflow:hidden;
	margin-bottom:10px;
}

.download_inner_box
{
	padding:12px;
	width:648px;
	overflow:hidden;
}

.download_container
{
	width:320px; 
}

.download_header
{
	overflow:hidden;

}

.download_headline
{
	color:#3f3f3f;
	float:left;
	font-family:Verdana;
	font-size: 13px;
	width:500px;
}

.download_history
{
	text-align:right;
	float:right;
	position:relative; top:-4px;
	width:100px;
	white-space: nowrap;
}

.download_bullet
{
	background-color:#ff0000;
	width: 10px;
	padding-right: 10px;
}

.download_links
{
	padding-top:10px;
}

.download_description
{
	margin-top:10px;
	line-height:15px;
}

.download_arrow_icon
{
	float:left;
	width:25px;
	padding-left:15px;
}


.download_arrow_download
{
	color: #ffffff;
	float: right;
	height: 29px;
	line-height: 29px;
	font-weight:bold;
	padding-right: 10px;
}

.download_arrow_blue
{
	float:left;
	background-image:url('../images/download/download_blue_bg.gif');
	height:29px;
	width:305px;
}

.download_arrow_blue_bit
{
	background-image:url('../images/download/download_blue_arrow_bg.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
	float:left;
	line-height:29px;
	height:29px;
	padding-left:24px;
	width:80px;
}

.download_arrow_orange_bit
{
	background-image:url('../images/download/download_orange_arrow_bg.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
	float:left;
	line-height:29px;
	height:29px;
	padding-left:24px;
	width:80px;
}

.download_arrow_blue_end
{
	float:left;
	height:29px;
	background-image:url('../images/download/download_blue_end_bg.png');
	width:13px;
}

.download_arrow_grey
{
	float:left;
	background-image:url('../images/download/download_grey_bg.gif');
	height:29px;
	width:305px;
}

.download_arrow_grey_bit
{
	background-image:url('../images/download/download_grey_arrow_bg.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
	float:left;
	line-height:29px;
	height:29px;
	padding-left:24px;
	width:80px;
}

.download_arrow_lightgrey_bit
{
	background-image:url('../images/download/download_lightgrey_arrow_bg.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
	float:left;
	line-height:29px;
	height:29px;
	padding-left:24px;
	width:80px;
}

.download_arrow_grey_end
{
	float:left;
	height:29px;
	background-image:url('../images/download/download_grey_end_bg.png');
	width:13px;
}

.download_line
{
	background-image:url('../images/download/download_line.png');
	background-repeat: repeat-x;
	height:2px;
}

.download_older_versions
{
	padding:8px 12px 12px 12px;
}

.download_btn
{
	cursor:pointer;
}

.download_header_wlogo{
	padding-top:8px;
	width:100%;
	height:80px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bdbdbd;
}

/* ------ Page: Download overview ------------------------------ */

.download_overview_box_outer{
	text-align:left;
	line-height:125px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	margin-top:30px;
	font-size:30px;
	color:#3a3a3a;
	font-family:arial;
}
.download_overview_icon{
	float:left;
	position:relative;top:-30px; left:20px;
}


/* ------ Page: Download history ------------------------------ */

.history_headline
{
	color:#3f3f3f;
	font-family:Verdana;
	font-size: 13px;
	margin: 12px;
}

.history_item
{
	margin: 0px 0px 10px 25px;
	overflow:hidden;
	font-size:10px;
}

.history_icon
{
	width:30px;
	position:relative;top:-5px;
}

.ticket
{
	background-color: #FFE76D;
	padding:2px;
}

/* ------ Page: Trial ------------------------------ */

.trial_outer_box
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#e8e8e8;
	overflow:hidden;
	margin-top:20px;
	padding: 12px;
}

.trial_table
{
	padding: 12px 12px 12px 60px;
	width: 600px;
}

.trial_table input[type="text"]
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#ffffff;
	padding: 0px 4px;
	height: 18px;
	width: 100%;
}

.trial_table input[type="password"]
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#ffffff;
	padding: 0px 4px;
	height: 18px;
	width: 100%;
}

.trial_table select
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#ffffff;
	height: 18px;
	margin: 0px -8px 0px 0px;
}

.trial_table textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #848484;
	background-color:#ffffff;
	padding: 0px 4px;
	width: 100%;
	height:50px;
}

/* ------ Page: list_image_template ------------------------------ */

.list_image 
{
	background-color:#eeeeee;
	float:left;
	margin-top:7px;
	margin-right:20px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	text-align: center;
	width:161px;
	height:121px;
	-moz-box-shadow: 1px 1px 1px #d2d2d2;
	-webkit-box-shadow: 1px 1px 1px #d2d2d2;
	box-shadow: 1px 1px 1px #d2d2d2;
}

/* ------ Page: CAM Mania event ------------------------------ */

.cammania_partnerlogos{
	float:left;
	margin-bottom:5px;
	margin-left:15px;
}

