﻿
body {
	font: 14px Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 0;
	padding: 0 0 30px 0;
}


/* ---- Standard Elements ---- */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #222222;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 26px; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 24px; 
	letter-spacing: -.7px; 
}

h3 { 
	font-size: 21px; 
	letter-spacing: -.4px;
}

h2, h3 {
	margin: 25px 0 5px;
}

h4 { 
	font-size: 16px; 
	margin: 20px 0 5px;
}

h5 { 
	font-size: 16px;
	margin: 20px 0 5px;
}

p {
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 15px 0;
}

blockquote {
	line-height: 1.7em;
}

small {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

ul {
	list-style-type: square;
	line-height: 2em;
	margin: 10px 0 0 40px;
	padding: 0;
}

ul li ul {
	margin: 5px 0 10px 30px;
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	margin: 10px 0 15px 0;
}

.hr2 {
	background-image: url(../images/content_seperator.gif);
	width: 550px;
	height: 20px;
	margin: 15px auto 15px auto;
}

input, textarea {
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 14px Arial, Helvetica, Sans-Serif;
}

button { 
	/*background: url(../images/button_bg.gif) repeat-x;*/
	background-color: #666699;
	height: 30px;
	font: bolder 12px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding: 2px 15px 5px 15px;
	border: none;
}

button:hover {
	/*background: url(../images/button_bg.gif) repeat-x;*/
	background-color: #CD004D;
}

form {
	margin: 0;
	padding: 0;
}

.leftimg {
	float: left;
	margin: 0 20px 20px 0;
}

.rightimg {
	float: right;
	margin: 0 0 20px 30px;
}

.rightimg-border {
	float: right;
	margin: 15px 0px 15px 20px;
	padding: 5px;
	background-color: #d1d1d1;
	border: 1px white solid;
}


/* ---- Background ---- */

#titleheader_bg {
	/*background: url(../images/titleheader_bg.gif) repeat-x;*/
	/*background: #333333;*/
	background: #ccc;
	height: 35px;
	text-align: center; /*border-bottom: 1px #9E9EBE solid;*/;
	border-bottom: 1px #E8E8E8 solid
}

#titletext {
	width: 960px;
	text-align: right;
	font: normal 11px Arial;
	color: white;
	margin: 0 auto;
	padding-top: 9px;
	padding-right: 20px
}

#logo{
	height: 75px;
	width: 960px;
	text-align: center;	
	margin: 0 auto;
}

#topmenu {
	font-family: Arial;
	text-align: right;
	padding-right: 0px;
	padding-top: 14px;
	color: #555555;
	font-size: 15px;
	font-weight: normal
}

.callus{font-family: arial; font-size: 12px; font-weight: bold; text-transform: uppercase}
.tel-no{font-family: arial; font-size: 24px; font-weight: normal}

#topmenu a{
	color: #555555;
	vertical-align: top
}

.tspacer {
	padding-left: 8px;
	padding-right: 8px
}

#gradient {
	height: 429px;
	margin-bottom: -389px;
	/*margin-bottom: -401px;*/
}

.gradient_highlight {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}


/* ---- Container ---- */

#container {
	position: relative;
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto;
}


/* ---- Navigation ---- */

#navigation {
	background: url(../images/navigation_bg.gif) repeat-x;
	height: 43px;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul li ul li {
	display: block;
	list-style-type: none;
}

#navigation ul {
	float: left;
	z-index: 100;
	margin: 1px 0 0 1px;
	padding: 0;
	list-style-type: none;
	line-height: 1.7em;
}

/*Top level list items*/
#navigation ul li {
	background: url(../images/navigation_divider.gif) no-repeat top right;
	position: relative;
	display: inline;
	float: left;
	margin-left: -1px;
	padding: 0 2px 0 0;
}

/*Top level menu link items style*/
#navigation ul li a {
	display: block;
	padding: 12px 22px 11px 22px;
	color: #333333;
	text-decoration: none;
}

* html #navigation ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #333333;
}

#navigation ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #FFFFFF; 
	color: #333333;
	z-index: 100;
}

#navigation ul li a:hover {
	background: #FFFFFF; /*background of menu items during onmouseover (hover state)*/
	color: #333333;
	z-index: 100;
}
	
/*1st sub level menu*/
#navigation ul li ul {
	position: absolute;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin: 0 0 0 -1px;
	z-index: 99;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#navigation ul li ul li {
	background: none;
	display: list-item;
	float: none;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 0;
}

#navigation ul li ul li a {
	margin-right: -2px;
}

#navigation ul li ul li a:hover {
	background: #F5F5F5;
	margin-left: 1px;
	padding: 7px 0 6px 14px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navigation ul li ul li ul {
	top: 0;
	margin: -1px 0 0 2px;
}

/* Sub level menu links style */
#navigation ul li ul li a {
	width: 175px; /*width of sub menus*/
	background: none;
	padding: 7px 0 6px 15px;
}

/* Holly Hack for IE \*/
* html #navigation {height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	padding: 8px 5px 5px 0;
}

.rightarrowclass{
	padding: 5px 5px 5px 0;
	
}


/* ---- Search ---- */

.search {
	float: right;
	margin: 7px 10px 0 7px;
}

.search input {
	background: #E5E5E5;
	border: 1px solid #CCCCCC;
	width: 214px;
	padding: 6px;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #333333;
	margin-right: 5px;
}

/* Safari Hack for Search */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.search { 
		margin: 5px; 
	}
	
	.search input { 
		margin: 2px 3px 0 0;
		padding: 6px;
	}
	
	.search button {
		padding: 3px 15px 4px 15px;
	}
}


/* ---- Display ---- */

#display {
	/*background: #E5E5E5;*/
	background: #fff;
	/*height: 273px;*/
	height: 405px;
	width: 960px;
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	/*float: left*/
}

.product-info{
}

.product-info h1{
	font-family: Arial;
	font-size: 18px;
	color: black;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0px
}

.product-desc{
	font-size: 12px;
	padding: 15px 10px 10px 10px;
}

.products-option {
	background-color: #E8E8E8;
	font-weight: bold;
}

#display h4 {
	margin: 0 0 4px 0;
	line-height: 1.2em;
}

/* - PikaChoose CSS - */

ul#pikame {
	float: right;
}
	
.pika_main img {
	width: 920px;
	background: #FFFFFF;
	padding: 9px;
	border: 1px solid #CCCCCC;
}

#flashcontent{
	width: 960px;
	height: 405px;
	background: #FFFFFF;
	padding: 0px;
	/*border: 1px solid #CCCCCC;*/
	text-align: left
}

#pikame li {
	float: left;
	background: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	right: 0;
}

.pika_caption {
	float: left;
	margin: 15px 0 0 7px;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	line-height: 1.2em;
}

ul#pikame li img{
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 40px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.pika_main { position: relative;}

.pikachoose li {
	overflow:hidden;
	list-style:none;
}

.pika_play{
	background: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	color: #333333;
}

.pika_play img { border:none !important; }


/* ---- Content ---- */

#content_container {
	background: url(../images/content_bg.gif) repeat-y;
	width: 960px;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
}

#content_container_articles {
	width: 960px;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
}

#content {
	background: url(../images/content_topbg.gif) top right no-repeat;
	float: left;
	width: 580px;
	padding: 20px 40px 0px 20px;
	color: #555555;
}

#inner-content {
	background: url(../images/content_topbg.gif) top right no-repeat;
	float: left;
	width: 597px;
	padding: 20px 20px 0px 20px;
	color: #555555;
}

#inner-content-articles {
	background: url(../images/content_topbg.gif) top left repeat-x;
	/*float: left;*/
	width: 920px;
	padding: 20px 20px 0px 20px;
	color: #555555;
}

#quotes {
	background-color: #efefef;
	border: 1px #dcdcdc solid;
	width: 575px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.download-header-li {
	list-style-image: url('../images/side-bullet-pdf.gif');
	font-size: 14px;
	font-weight: bold;
	color: black;

}

.read-more {
	color: green;
	font-weight: bold;
}

.post {
	margin: 35px;
}

.post_title {
	margin-bottom: 20px;
}

.post_title span {
	font-size: 12px;
	color: #999999;
	font-style: italic;
}

ul.tabs {
	float: right;
	list-style-type: none;
	margin-top: -25px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.7em;
}

ul.tabs li {
	position: relative;
	padding: 12px 20px 10px 20px;
	display: inline;
	cursor: pointer;
}

ul.tabs li.selected {
	background: #FFFFFF;
	padding-bottom: 13px;
	z-index: 100;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

.folioGallery {
	width: 588px;
	margin: 14px 0 0 -28px;
}

.folioGallery div {
	float: left;
	margin: 0 0 14px 14px;
}

.folioGallery div img {
	background: #F5F5F5;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

.contact_form {
	padding-top: 5px;
}

.contact_form label {
	color: #333333;
	display: block;
	font: bolder 14px Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
}
	
.contact_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
	
.contact_form input, textarea {
	width: 540px;
	padding: 10px;
	margin: 10px 0 25px 0;
	color: #444444;
	line-height: 1.7em;
}
	
.contact_form button {
	background: #333333;
	margin-top: 5px;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	height: 100%;
	font-weight: normal;
}

.contact_form button:hover {
	cursor: pointer;
}

.support-back {
	font-size: 11px;
	text-decoration: underline
}

.support-back:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #CD004D
}

/* ---- Sidebar ---- */

#sidebar {
	background: url(../images/sidebar_bg.gif) repeat-y;
	float: right;
	width: 320px;
	font-size: 12px;
}

#sidebar h4 {
	margin-top: 0;
}

#sidebar h5 {
	margin-top: 0;
	font-size: 14px
}

.sidebar_section {
	width: 269px;
	padding: 15px 25px 15px 25px;
	margin-left: 1px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
}

.sidebar_title {
	margin-bottom: 15px;
}

.side-bullet-ul{
	margin-left: 18px;
}

.main-bullet-ul{
	margin-left: 18px;
}

.main-bullet-ul-image{
	margin-left: 23px;
	vertical-align: middle
}

.main-bullet-tick{
	list-style-image: url('../images/main-bullet-tick.gif')
}

.main-bullet-tel{
	list-style-image: url('../images/telephone.png');
	vertical-align: middle
}

.main-bullet-email{
	list-style-image: url('../images/email.png');
	vertical-align: middle
}

.main-bullet-article{
	list-style-image: url('../images/side-bullet-article.gif');
	vertical-align: middle
}

.main-bullet-video{
	list-style-image: url('../images/side-bullet-video.gif');
	vertical-align: middle
}

.side-bullet {
	list-style-image: url('../images/side-bullet.png');
}

.side-bullet-pdf {
	list-style-image: url('../images/side-bullet-pdf.gif');
}

.side-bullet-video {
	list-style-image: url('../images/side-bullet-video.gif');
}

.side-bullet-article {
	list-style-image: url('../images/side-bullet-article.gif');
}

.sidebar_title h4 {
	margin-bottom: 2px;
}

.sidebar_title small {
	font-size: 10px;
	font-style: italic;
}

.sidebar_link {
	text-align: left;
	color: black
}

.dl-green {
	color: green;
	font-weight: bold
}

.left_column {
	float: left;
	clear: both;
	font-weight: bolder;
	margin-bottom: 7px;
	line-height: 1.7em;
}

.right_column {
	float: right;
	text-align: right;
	line-height: 1.7em;
	margin-bottom: 7px;
}

.spacer {
	clear: both;
}

.links {
	background-image: url('../images/content_topbg.gif');
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 960px;
	height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 10px #e5e5e5 solid;
	background-color: white;
}

.linkstitle {
	font-size: 12px;
	font-weight: bold;
}

.linksul {
	margin-left: 17px
}

.linksli {
	list-style-image: url('../images/arrow.gif')
}

#links1 {
	float: left;
	position: relative;
	left: 20px;
	width: 215px;
	font-size: 11px;
	color: black
}

#links2 {
	float: left;
	position: relative;
	left: 40px;
	width: 215px;
	font-size: 11px;
	color: black
}

#links3 {
	float: left;
	position: relative;
	left: 60px;
	width: 215px;
	font-size: 11px;
	color: black
}

#links4 {
	float: left;
	position: relative;
	left: 80px;
	width: 215px;
	font-size: 11px;
	color: black
}

#footer {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 11px;
}


/* ---- prettyPhoto - Lightbox Clone ---- */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pp_pic_holder .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/tl.gif) top left no-repeat; } /* Top left corner */
	div.pp_pic_holder .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.pp_pic_holder .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pp_pic_holder .pp_content { background-color: #fff; } /* Content background */
	div.pp_pic_holder .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.pp_pic_holder .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_pic_holder .pp_content a.pp_expand { background: url(../images/prettyPhoto/light_rounded/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pp_pic_holder .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_pic_holder .pp_content a.pp_contract { background: url(../images/prettyPhoto/light_rounded/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pp_pic_holder .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/btnClose.png) center left no-repeat; cursor: pointer; } /* Close button */

	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/arrow_previous.png) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/arrow_next.png) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pp_pic_holder .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pp_pic_holder .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.pp_pic_holder .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pp_pic_holder .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.light_square .pp_top .pp_left ,
	div.light_square .pp_top .pp_middle,
	div.light_square .pp_top .pp_right,
	div.light_square .pp_bottom .pp_left,
	div.light_square .pp_bottom .pp_middle,
	div.light_square .pp_bottom .pp_right,
	div.light_square .pp_content { background: #fff; }


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }
		
			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }
			
			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { display: none; float: left; margin: 0; }
				
				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav p { float: left; margin: 0 4px; }
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}
					
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.disabled { background-position: 0 -16px; cursor: default; }
		
		div.pp_pic_holder .pp_content div.pp_hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
			
		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
		
		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }
			
			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
				
			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
		div.pp_pic_holder #pp_full_res object,
		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }
	
		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff;
			font-size: 17px;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	
.text {
	float: left; 
	width: 450px; 
	height: 270px; 
	bottom: 0px;
	overflow:hidden;
	height:1%;
	padding:10px 0 0 10px;
}
.text ul {
	list-style:none;
	margin:0;
	padding:0 0 17px 50px;
	font-style:normal;
	font-size:15px;
	line-height:17px;
	color: white
}
.text ul li {
	padding:0 0 17px 33px;
	background:url(../images/ico-earth.png) no-repeat;
	text-shadow: 1px 1px 1px #004f86;
}
.text .row {
	width:100%;
	overflow:hidden;
}	

.button {
	float:left;
	background:url(../images/bg-button.png) no-repeat 100% 0;
	height:53px;
	padding:0 29px 0 0px;
	margin:0 0px 0 0;
	color:#fff;
	text-decoration:none;
	font:normal 15px/18px Arial, sans-serif;
	cursor:pointer;
	text-shadow: 1px 1px 1px #2673a0;
}
.button span {
	float:left;
	height:36px;
	background:url(../images/bg-button.png) no-repeat 0 -53px;
	min-width:124px;
	text-align:center;
	padding:17px 0 0 29px;
}
.button:hover {
	background-position:100% -106px;
	text-decoration:none;
	color:#7e7e7e;
	text-shadow: 1px 1px 1px #fff;
}
.button:hover span {background-position:0 -160px;}

.gallery {
	float:right;
	width:460px;
	height:274px;
	position:relative;
	/*background:url(../images/bg-gallery-holder.png) no-repeat;*/
	padding:0px 10px 0 0px;
}
.gallery-holder {
	width:460px;
	height:274px;
	overflow:hidden;
	position:relative;
	padding-top: 0px;
	margin-top: 0px
}
