@charset "utf-8";
/* CSS Document */

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
p
{
	font-family:Helvetica;
	font-size:10px;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	/*list-style:none;.pageTitle*/
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover {
   /*	color:#005ba7;   */
	text-decoration:none;
    color:##FBB581;
}
a:focus,a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
:focus {
	outline: 0;
}
.clear {
	clear:both;
}
@font-face {
	font-family: GothamBlack;
	src: url('../css/Gotham-Black.otf');
}

@font-face {
	font-family: Klavika;
	src: url('../css/Klavika.otf');
}


/*
span
{
    font-family: 'Helvetica';
    padding-top: 15px;
    text-align: left;
	font-size:17px;
}
*/


/* Global Elements
=====================================================================*/
body{
	margin: 0px;
	padding: 0px;
    font:12px arial, verdana, serif;
	background-color:#f1f0ea;
}


/* Header
=====================================================================*/

#header
{
	width:100%;
	height:135px;
	background-image:url("../images/header_banner_back.png");
	background-color:#000000;
	
}

#header_wrapper
{
	margin:auto;
	width:912px;
	height:135px;
}

/* Nav
=====================================================================*/

#nav
{
	width:100%;
	height:42px;
	background-image:url("../images/nav_back.png") ;
	position:relative;
	background-color:#ffffff;
	position:absolute;
	
}

#nav_wrapper
{
	margin:auto;
	width:910px;
	height:42px;
	
}


#top_nav{
	padding:0px;
	margin:0px auto;
	float:left;
	
}

#body_home  #nav_home>a:first-child,
#body_products #nav_main_products>a:first-child,
#body_register #nav_register>a:first-child,
#body_support #nav_support>a:first-child,
#body_about #nav_about>a:first-child,
#body_news #nav_main_news>a:first-child
{
	list-style-type: none;
	color:#f67a1f;
	line-height:40px;
	font-family:"Helvetica";
	font-size:14px;
}

#top_nav li{
	float:left;
	list-style-type: none;
	color:#ffffff;
	line-height:40px;
	font-family:"Helvetica";
	font-size:14px;
	padding-right:21px;
	position:relative;
}

#top_nav a{
	color:#ffffff;
	line-height:40px;
	font-family:"Helvetica";
	font-size:14px;
	text-decoration:none;
}


#top_nav li:hover>ul{
	display:block;
}

#top_nav>li:hover>a{
	list-style-type: none;
	color:#f67a1f;
	line-height:40px;
	font-family:"Helvetica";
	font-size:14px;
}

#top_nav li ul{
	display:none;
	position:absolute;
	width:160px;
	padding-left:15px;
}

#top_nav li ul>li{
	float:none;
	text-align:center;
	background-color:#3e3e3e;
	border-bottom:1px solid #8b8b8b;

	line-height:25px;
	font-family:'Helvetica';
	font-size:14px;
	padding:0px;
	z-index:500;
}

#top_nav li ul>li a{

	line-height:25px;
	font-family:'Helvetica';
	font-size:14px;
	padding:0px;
}

#top_nav li ul>li a:hover{
	color:#f67a1f;
}

#nav_products{
	margin-left:-43px;
}

#nav_news{
	margin-left:-55px;
}

.cinput_box_row{
	width:260;
	padding-top:7px;
	height:20px;
	float:left;
	border:none;
}

.butmore, .butmore:link, .butmore:visited {
	width:67px;
	height:19px;
	float:left;
	display:inline;
	background:url(../images/cart.png) no-repeat;
	text-align:center;
	padding:6px 0 0 10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.butmore:hover {
	background-position:0 -25px;
	color:#fff;
	text-shadow:none;
	text-decoration:none;
	text-shadow:1px 1px #fff;
}
.butmo:hover {
	background:url(../images/search1.png) no-repeat;
}
.butmore1, .butmore1:link, .butmore1:visited {
	width:90px;
	height:19px;
	float:right;
    display:inline;
	background:url(../images/search.png) no-repeat;
	text-align:center;
	padding:6px 0 0 10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}
.butmore1:hover {
	background-position:0 0px;
	color:#fff;
	text-shadow:none;
	text-decoration:none;
	text-shadow:1px 1px #fff;
}

.butmore2, .butmore2:link, .butmore2:visited {
	width:94px;
	height:21px;
	float:right;
    display:inline;
	background:url(../images/info_cart.png) no-repeat;
	text-align:center;
	padding:5px 0 0 14px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	
}
.butmore2:hover {
	background-position:0 -26px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #ffffff;
}

.butmore3, .butmore3:link, .butmore3:visited {
	width:160px;
	height:21px;
	float:left;
    display:inline;
	background:url(../images/info_cart1.png) no-repeat;
	text-align:center;
	padding:5px 0 0 0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}
.butmore3:hover {
	background-position:0 -26px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #ffffff;
}
.butmore4, .butmore4:link, .butmore4:visited {
	width:180px;
	height:21px;
	float:left;
    display:inline;
	background:url(../images/info_cart2.png) no-repeat;
	text-align:center;
	padding:5px 0 0 0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}
.butmore4:hover {
	background-position:0 -26px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #ffffff;
}

.butmore5, .butmore5:link, .butmore5:visited {
	width:120px;
	height:21px;
	float:left;
    display:inline;
	background:url(../images/info_cart3.png) no-repeat;
	text-align:center;
	padding:5px 0 0 0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}
.butmore5:hover {
	background-position:0 -26px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #ffffff;
}

/* 
=====================================================================*/

#logo{
	width:161px;
	height:59px;
	margin-top:49px;
	/*margin-right:40px;*/
	float:left;
}

#thermometer{
	
	width:86px;
	height:174px;
	float:left;
	margin-left:35px;
}

#thermometer_over{
	
	display:none;
	width:132px;
	height:136px;
	float:left;
	margin-left:-20px;
	position:relative;
	top:-174px;
}

#thermometer:hover>#thermometer_over{
	display:block;
}


#mobicam{
	
	width:225px;
	height:158px;
	float:left;
	margin-left:25px;
}

#mobicam:hover>#mobicam_over{
	display:block;
}

#mobicam_over{
	
	width:225px;
	height:158px;
	float:left;
	display:none;
	position:relative;
	top:-158px;
}

#glowmate{
	
	width:174px;
	height:168px;
	float:left;
	margin-left:35px;
}

#glowmate_over{
	
	width:174px;
	height:168px;
	float:left;
	display:none;
	position:relative;
	top:-168px;
}

#glowmate:hover>#glowmate_over{
	display:block;
}

#headphones{
	
	width:148px;
	height:157px;
	float:right;
	margin-left:18px;
}

#headphones_over{
	
	width:148px;
	height:157px;
	float:left;
	display:none;
	position:relative;
	top:-157px;
}

#headphones:hover>#headphones_over{
	display:block;
}
#cart{
	height:25px;
	width:67px;
	background:url(../images/cart.png) no-repeat;
	margin-top:7px;
	margin-left:17px;
	position:relative;
}

#search_input{
	height:25px;
	width:171px;
	background:url(../images/search_input.png) no-repeat;
	position:relative;
	margin-left:17px;
}

#real_search{
	position:absolute;
	top:7px;
	left:4px;
	width:160px;
	border:none;
	background-color:#444343;
	color:#ffffff;
}

#search{
	height:25px;
	width:90px;
	background:url(../images/search.png) no-repeat;
	margin-top:7px;
	margin-left:-15px;
}

#cart_text{
	position:absolute;
	top:-6px;
	left:25px;
	color:#000000;
	font-size:12px;
	font-family:'Helvetica';
	font-weight:bold;
}

#cart_text:hover,#cart:hover>#cart_text{
	color:#ffffff;
}

#search_text{
	position:absolute;
	top:1px;
	left:14px;
	color:#000000;
	font-size:12px;
	font-family:'Helvetica';
	font-weight:bold;
}

#search_text:hover,#search:hover>#search_text{
	color:#ffffff;
}
#container{

 
      width:100%;
      height:100%;
      float:left;
      background-color:#a6a6a2;
      background:url("../images/page_bg1.png") repeat-x scroll 0 0 transparent;
	 
    }

    #page_wrap{
      margin-left:auto;
      margin-right:auto;
      width:910px;
      height:100%;
	  margin-top:17px;
    }
	
	 #page_wrap1{
      margin-left:auto;
      margin-right:auto;
      width:910px;
      height:100%;
	  margin-top:28px;
    }
	#page_wrap2{
      margin-left:auto;
      margin-right:auto;
      width:910px;
      height:100%;
	  margin-top:20px;
    }

    #content_wrap{
	width:910px;
	  min-height:440px;
	  height:auto !important;
	  float:left;

}

 #content_wrap p{
font-size:12px;
 }


   #banner{
      width:910px;
      height:420px;
      background:url(../images/slider_bg.png);
      background-repeat: no-repeat;
    /*  margin-top:18px;  */

   }
   
   #contact_info {
    float: left;
    height: auto;
    margin-left: 40px;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    width: 360px;
}

#contact_info h2 {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    width: 380px
}

.form-wrapper {
    float: left;
    position: relative;
    width: 450px;
}

#contact-wrapper {
    display: block;
    position: relative;
}
#contact-wrapper h2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 9px;
    padding-left: 20px;
    padding-top: 18px;
}
fieldset,img,abbr{
	border:0;
}
.field {
  clear: both;
    margin: 18px 0 20px 20px;
    position: relative;
    width: 420px;
}

#footer{

width:910px;
height:100px;
float:left;
margin-top:20px;
}

#newsletter{
  width:604px;
  height:56px;
  float:left;
 }

.news1{
  width:604px;
  height:56px;
  float:left;
  background:url(../images/newsletter.png);
}

.news2 {
    background: url("../images/thanks_for_signing_up.JPG") repeat scroll 0 0 transparent;
    color: #9C9C9C;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 14px;
    padding-top: 15px;
    width: 587px;
}

#social{
  width:302px;
  height:56px;
  float:right;
  background:url(../images/social.png);

}

#info_line {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 790px;
}

#bottom_nav {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}

#bottom_nav li {
    color: #666666;
    float: left;
    font-family: "Helvetica";
    font-size: 8pt;
    line-height: 40px;
    list-style-type: none;
    padding-right: 12px;
}

#bottom_nav li a {
    color: #666666;
    float: left;
    font-family: "Helvetica";
    font-size: 8pt;
    line-height: 40px;
    list-style-type: none;
    text-decoration: none;
}

#signup_input {
    background: url("../images/white_input.png") no-repeat scroll 0 0 transparent;
     float: left;
    height: 31px;
    left: 295px;
    margin-left: 15px;
    position: relative;
    top: 15px;
    width: 212px;
}
#signup_real_input {
    background-color: #FFFFFF;
    border: medium none;
    left: 7px;
    position: relative;
    top: 5px;
    width: 200px;
}

#sign_up_button{
    float: left;
    height: 25px;
    left: 303px;
    position: relative;
    top: 15px;
    width: 57px;
}

#social_icons{

  float: left;
    left: 172px;
    position: relative;
    top: 12px;
    width: 125px;
}

.cinput{
	width:160px;
	height:15px;
    background-color:#444343;
    color:#ffffff;
	font-size:12px;
	margin-left:5px;
	border:none;
	padding-top:2px;
	background-image:none;
	position:relative;
	
	
}



.moduleTitle {
	height:30px;
	display:block;
   /*	margin-left:-10px; */
	width:910px;
   /*	background:url(../images/moduleTitleBg.png) no-repeat; */
 /*  margin-top:18px;  */
   margin-bottom:14px;
}

.pageTitle {
	/* font-weight:bold; */
   /*	padding-top:27px;   */
	font-size:28px;
	/*margin:0 0 0 30px;  */
	font-family:Helvetica;
	-moz-text-shadow: 1px 1px 0px #fff690;
	-webkit-text-shadow: 2px 2px 0px #fff690;
	text-shadow: 2px 2px 0px #555555;
	color:#ffffff;
}
hr {
	border-width: 0;
	height: 1px;
	line-height: 0;
	margin: 15px 0px 20px 0px;
	page-break-after: always;
	text-align: center;
	width: 100%;
	clear: both;
	color: #E0E0E0;
	background-color: #E0E0E0;
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px 0px 0px 0px;
	color:#111;
}
h6 {
	font-size:14px;
}
h5 {
	font-size:16px;
}
h4 {
	font-size:18px;
}
h3 {
	font-size:21px;
}
h2 {
	font-size:24px;
}
h1 {
	font-size:28px;
}
.moduleContent {
	display:block;
   /*	padding:5px 20px 5px 20px; */
  /*	background:url(../images/prod_bg1.png); */
	overflow:hidden;
}

.prodHeader {
	list-style-type:none;
	display:block;
   /*	margin-left:-25px;*/
	width:751px;
	overflow:hidden;
	height:174px;
	float:right;
}
.prodHeaderCont li {
	display:block;
	float:left;
	position:relative;
    height:158;
  /*	margin-left:25px;*/
	overflow:hidden;
	margin-bottom:25px;
	padding-left:18px;
}
.prodlHeaderItemOver {
	position:absolute;

	opacity:0;
	filter:alpha(opacity=0);
	left: 18px;
  
    top: 0px;
	
    
}




.prodlContent {
	list-style-type:none;
	display:block;
   /*	margin-left:-25px;*/
	width:910px;
	overflow:hidden;
	margin-top:4px;
}
.prodlPage li {
	display:block;
	float:left;
	position:relative;
	width:446px;
    height:290px;
  /*	margin-left:25px;*/
	overflow:hidden;
	margin-bottom:25px;
    background:url(../images/prod_bg1.png) no-repeat;
}
.prodlThumb {

  display: block;
    float: left;
    height: 195px;
    overflow: hidden;
    padding-left: 12px;
    padding-top: 13px;
    width: 424px;
}
.prodlItemOver {
	position:absolute;

	opacity:0;
	filter:alpha(opacity=0);
    left: 4px;
  
    top: 3px;
}

 .moduleTitle1 {
	height:30px;
	display:block;
   /*	margin-left:-10px; */
	width:910px;
   /*	background:url(../images/moduleTitleBg.png) no-repeat; */
  /* margin-top:18px;  */
}

.pageTitle1 {
	
   /*	padding-top:27px;   */
	font-size:28px;
	/*margin:0 0 0 30px;  */
	-moz-text-shadow: 2px 2px 0px #444444;
	-webkit-text-shadow: 1px 2px 0px #444444;
	text-shadow: 2px 2px 0px #444444;
	font:Helvetica;
	color:#ffffff;
}

.moduleContent1 {
	display:block;
   /*	padding:5px 20px 5px 20px; */
  /*	background:url(../images/prod_bg1.png); */
	overflow:hidden;
}
.prodlContent1 {
	list-style-type:none;
	display:block;
   /*	margin-left:-25px;*/
	width:910px;
	overflow:hidden;
	margin-top:17px;
}
.prodlPage1 li {
	display:block;
	float:left;
	position:relative;
	width:227px;
    height:275px;
  /*	margin-left:25px;*/
	overflow:hidden;
	margin-bottom:20px;
    /*padding-right:13px;*/
    background:url(../images/prod_bg2.png) no-repeat;

}
.prodlThumb1 {

  display: block;
    float: left;
    height: 195px;
    overflow: hidden;
    padding-left: 11px;
    padding-top: 10px;
    width: 195px;
}
.prodlItemOver1 {
	position:absolute;

	opacity:0;
	filter:alpha(opacity=0);
    /*left: 12px;

    top: 11px;*/
	left: 0px;

    top: 0px;
}






/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
  /*  background:url(images/slider.png) no-repeat; */

    height:377px;

 /*   padding-top:74px;
    margin-top:50px;
   border: 3px solid #8e2510;*/

    margin: 0 auto 0 10px;
    padding-top: 13px;
    width: 888px;

}

#slider {
	position:relative;
    width:888px;
    height:377px;
  /*  margin-left:190px;   */
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
 /*	position:absolute;   */
  /*	left:260px;
	bottom:-1px;*/
     position: relative;
    top: 320px;
}
.nivo-controlNav a {
	display:block;
 /*	width:22px;
	height:22px;*/
  /*	background:url(images/bullets.png) no-repeat; */
  /*	text-indent:-9999px;   */
	border:0;
 /*	margin-right:3px; */
	float:left;
    background: none repeat scroll 0 0 #FFFFFF;
     border-radius: 4px 4px 4px 4px;
     padding: 7px 12px;
     text-align: center;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
	
}
#preview_container {
    float: left;
    height: 524px;
    /*position: relative;*/
    width: 320px;
    margin-right:15px;
}
#info_container {


    background-color: #FFFFFF;
    border: 5px solid #DADAD9;
    float: left;
    margin-right: 10px;
    width:350px;
    min-height:524px;
    height: auto;

}
#info_container_bottom {


    background-color: #FFFFFF;
    border: 5px solid #DADAD9;
    float: left;
    margin-right: 10px;
    width:870px;
    height: auto;
	padding:15px;
	margin-top:10px;
}
#alternatives_container {
    background-color: #FFFFFF;
    border: 5px solid #DADAD9;
    float: right;
	
   /* margin-right: 10px; */
    width:192px;
    min-height:562px;
    height: auto;
}

#info {
    background-color: #FFFFFF;
    font-family: 'Helvetica';
    font-size: 14px;
	min-height:486px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom:10px;
	padding-top:14px;
    text-align: left;
    width: 340px;
}
          #info_title {
    color: #F67A20;
    font-family: 'Klavika';
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px;
	padding-bottom:5px;
    text-align: left;
}
#info_product {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
#info ul li {
    font-family: 'Helvetica';
    font-size: 13px;
    margin-left: 23px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
#price_container {
    height:40px;
	width:340px;
	padding-left:14px;
	padding-bottom:12px;
}
#item_container {
    height:13px;
	width:340px;
	padding-left:10px;
}
#price {
    color: #FF6600;
    float: left;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-align: left;
}
#info_cart {
    background: url("../images/details/info_cart.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    left: 235px;
    margin-right: 10px;
    position: absolute;
    width: 95px;
}
#info_cart_text {
    font-family: 'Helvetica';
    font-size: 11px;
    font-weight: bold;
    left: -10px;
    position: relative;
    top: 5px;
}
#alternatives {
padding:5px 0 0 0;
    background-color: #FFFFFF;
    min-height: 524px;
    width: 192px;
}
#title {
    color: #F67A20;
    font-family:'Klavika';
    font-size: 30px;
    font-weight: bold;
	text-align:center;
}
#subtitle {
    color: #DADAD9;
   font-family:'Klavika';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
	text-align:center;
}
#alt_image {
    height: 114px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    width: 154px;
}
#alt_title, #alt_instructions {
    float: left;
    font-family: 'Helvetica';
    font-size: 14px;
    margin-left: 10px;
    text-align: left;
	padding-top:4px;
}
#alt_more {
    color: #F67A20;
    font-family:'Klavika';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
	text-align:center;
}
#alt_submore {
    color: #DADAD9;
    font-family:'Klavika';
    font-size: 17px;
    font-weight: bold;
	text-align:center;
}
#alt_title, #alt_instructions {
    float: left;
    font-family: 'Helvetica';
    font-size: 14px;
    margin-left: 17px;
 
}

#alt_instructions p {
   	background-image: url("../images/checked.png");
    background-position: 123px 0;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 16px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-top: 5px;
    width: 150px;
}

#alt_instructions p a{
   	background-image: url("../images/checked.png");
    background-position: 123px 0;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 16px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-top: 5px;
    width: 150px;
}
#alt_but {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/checked.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: right;
    height: 25px;
    margin-right: 18px;
    width: 25px;
}

#alt_but_inst p {
background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/checked.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: right;
    height: 25px;
    margin-right: 18px;
    width: 25px;
}

#prod_desc
{

padding-left:14px;
padding-right:14px;
}

#item {
    color: #FF6600;

    font-family: 'Helvetica';
    font-size: 12px;

    text-align: left;
}

#prod_desc span,p,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object
{
 color:#333333;
 
	}
	
#news_container
{
	width:910px;
	margin:0px auto;
}

#news_title {
    color: #FFFFFF;
    font-family: 'Helvetica';
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    text-shadow: 2px 2px #444444;
}

#columns_container {
    font-family: 'Helvetica';
    font-size: 14px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 440px;
    padding-top: 25px;
    width: 910px;
}

.news_left_column {
    float: left;
    min-height: 440px;
    text-align: left;
    width: 910px;
	padding-left:20px;
	padding-right:20px;
}
.news_right_column {
    float: right;
    min-height: 440px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
	width: 420px;
}

.press_img {
    background: url("../images/box_bg.png") #F8F8F8 no-repeat;
	width:268px;
	height:88px;
	padding:10px;
}

td {
      padding: 5px;
    text-align: left;
    vertical-align: top;
}

#left-right{ width:100%}
.left1{ float:left; width:35%}
.right1{ float:right; width:65%}

.search_button {background:url(../images/search.png) no-repeat; width:90px; height:25px; padding-top:-10px; border:none; }
.search_button:hover {background:url(../images/search_over.png) no-repeat; }

.pd_details {
	font-size:10px;
	font-weight:bold;

}

