

*
{
	margin: 0 auto 0 auto;
	padding: 0;
}

body
{
	background: #e7e7e7;
	font-family: "Myriad Pro", serif;
	font-size: 12px;
	color: white;
	height:100%;
	text-align: left;
}

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

img
{
	border: none;
}

a:hover
{
	color: #fc7c10;
	/*border-bottom: 1px dotted #fc7c10;*/
}

#fauxback
{
    background: url('../images/backgroundfaux.png') repeat-y top center;
    width: 970px;
    height:100%;
    overflow:auto;
}

.content-wrap
{
	text-align: left;
	width: 950px;
}

#container
{
	background: transparent url('../images/containerbg.png') repeat-x;
	text-align: left;
}

#header
{
	background: #353535 url('../images/headerbg.png') repeat-x;
	height: 88px;
	text-align: center;
}

#header img.logo
{
	margin-top: 15px;
	padding: 0 20px 0 20px;
}

#header a.logo
{
	border-bottom: none;
}

#header .links
{
	float: right;
	text-align: center;
	margin-right: 10px;
	width: 140px;
}

#header p.user
{
	background: transparent url('../images/loginbg.png') no-repeat;
	width: 140px;
	padding-bottom: 5px;
}

#header p.lang
{
	margin: 0;
	margin-top: 45px;
	padding: 0 20px 0 20px;
	width: 140px;
}

#dialog input
{
	width: 200px;
}

#dialog p.error
{
	border: 1px dashed #f00;
	padding: 5px;
	display: none;
}

#header a.active
{
	color: #fc7c10;
}

#navigation
{
	background: transparent url('../images/navigationbg.png') repeat-x;
	height: 49px;
	z-index: 99;
}

#navigation ul
{
	list-style-type: none;
	font-size: 16px;
	padding: 13px 20px 0 20px;
}

#navigation ul.left
{
	float: left;
}



#navigation ul.right
{
	float: right;
}

#navigation ul li
{
	display: inline;
}

#navigation ul.left li
{
	padding-right: 20px;
}

#navigation ul.right li
{
	padding-left: 20px;
}

#navigation a.highlight
{
	color: red;
}

#navigation a
{
	color: #3a3a3a;
}

#navigation a:hover
{
	color: #fc7c10;
}

#content
{
	margin-top: -5px;
	color:black;
}

#content span.ruler
{
	width: 100%;
	border-bottom: 1px dotted #f00;
}

#ads
{
	/* background: transparent url('../images/infobg.png') repeat-x; */
	margin: 0;
    position: relative;
	height: 270px;
}

    #ads img
    {
        border: none;
    }

    #ads a
    {
        float: left;
        position: absolute
    }
    #ads a.show
    {
        z-index: 500;
    }

    #ads img.ad
    {
	    float: left;
    }

#maincol
{
	position: relative;
	background: #fff url('../images/content.png') repeat-x;
	background-color: #c4c4c4;
	margin-top: -2px;
}

#maincol h1
{
	font-size: 22px;
	color: #3a3a3a;
	text-transform: uppercase;
}

#maincol p.title
{
	font-size: 14px;
	color: #848484;
	padding: 0px 0 10px 0;
}

#maincol p.info
{
	color: #3a3a3a;
	font-size: 14px;
}

#twocolleft
{
    
    height:140px;
    width: 475px;
    clear: both;
    float: left;
    background: transparent ;
}

#twocolright
{
    height:140px;
    width: 475px;
    float: left;
    background: transparent;
}

#leftcol
{
	position: relative;
	left: -5px;
	height:140px;
	float: left;
	width: 32%;
	margin: 0 10px -10px 0;
	padding: 0px 5px 0px 10px;
	z-index: 100;
	background: transparent url('../images/leftcolimg.png') no-repeat right bottom;

}

#rightcol
{
	position: relative;
	right: -20px;
	height:140px;
	float: right;
	width: 316px;
	margin: 0px 5px -10px 10px;
	padding: 0px 10px 0px 10px;
	z-index: 99;
	background: transparent url('../images/rightcolimg.png') no-repeat right bottom;
}

#centercol
{
	height:140px;
	width:316px;
	position: relative;
	padding: 0px 15px 0px 0px;
	background: transparent url('../images/centercolimg.png') no-repeat 61% bottom;
}

#main-content
{
    clear: both;
	padding: 15px 20px 20px 20px;
	background-color:white;
}

#main-content h1
{
	color: #3a3a3a;
	font-size: 20px;
}

#main-content p.text
{
	padding: 10px 0 10px 0;
	color: #737373;
	font-size: 14px;
}

#main-content a
{
	color: #fc7c10;
	font-size: 15px;
}

#content-nav
{
	clear:both;
	position:relative;
	float: left;
	display:block;
	width:250px;
}

/*
START Page Specific Content formating:
*/


/* START All Pages */
#page_content
{
    margin-bottom: 10px;
    background-color: white;
}

#page_content h1
{
    color: black;
}

#page_content h2
{
    color: black;
}

#page_content a
{
    color: black;
}
#page_left_content
{
	margin:0px;
    float: left;
    width: 320px;
    height:100%;
    position:relative;
    
}
#page_right_content
{

    float: left;
    width: 630px;
    height: 1%;
    position:relative;
    
}

.seperator
{
	width:400px;
	border-bottom: 1px solid black;
}


/* END All Pages */ 


/*  START Accordian Menu Specific CSS */
.menu-top
{
  min-height: 50px;
  background: transparent url('../images/left_menu_top.gif') repeat-x; 
}
.menu-bottom
{
  position:relative;	
  min-height: 50px;
  background: transparent url('../images/left_menu_bottom.gif') repeat;
  background-color: #121212;
  height: 100%;

  
}


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.menu a {
  display: block;
  text-decoration: none;    
}

ul.menu li {
  margin-top: 1px;
  margin-bottom: 1px;
}

ul.menu li a {
  background: #444;
  color: #fff;    
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #333;
}

ul.menu li ul li a {
  background: #222;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #111;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

ul span
{
    display: block;
    font-family: sans-serif;
}

ul span.menu-title
{
    color: #fff;
    font-size: 1.5em;
    
}

ul span.menu-title-sub
{
    color: #ccc;
    font-size: 1.2em;
    
}

ul span.menu-desc
{
    color: #cc6633;
    font-size: 1em;
    font-style: italic;
    
}

ul span.menu-desc-title
{
    color: #cc6633;
    font-size: 1em;
    
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
/*  END Accordian Menu Specific CSS */ 



/*  START About */ 

#about
{   
    background: #ffffff;
    color:black;
    margin: none;
    padding-top:43px;
    padding-left: 20px;
    font-size: 12px;
}


/*  END About */ 


/*  START Products */

  

#product
{   
    background: #ffffff;
    color:black;
    padding-top:43px;
    padding-left: 80px;
    font-size: 12px;
}

.product-titlebg
{
    height: 100px;
    border: 1px solid #f00;
}

.table-heading
 {
    background-color: #dddddd; 
 }

 .product-stats
{
    width: 340px;
    border: none;
    text-align: left;
}

 .product-stats2
{
    width: 430px;
    border: none;
    text-align: left;
}
.table-head
{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #dddddd;
    text-align:center;
}
.product-sub
{
    font-size: 1.1em;
    font-weight: bold;
    text-align:center;
}
.table-body
{
    font-size: 1.1em;
    font-weight: normal;
}
.table-body-stats
{
	text-align: center;
}
 .product-table
{
    width: 500px;
    border: none;
    text-align: left;
    padding: 30px 30px 30px 65px;
}
.table-head2
{
    font-size: 1.1em;
    font-weight: bold;
}

.product-specs-list ul
{
    padding-left:220px;
   
}

.product-specs-list2 ul
{
	padding-left:120px;
}


.product-apps
{
    padding: 30px;   
}

ul.product-apps-list li
{
   list-style-image: url('../images/pages/products/apps-bullet.png');
   text-align: left; 
   margin-left: 125px;
}

ul.product-apps-list2 li
{
   list-style-image: url('../images/pages/products/apps-bullet.png');
   text-align: left; 
   margin-left: 180px;
}

/*  END Products */  


/* START MEDIA */ 
.wallpaper-wrap
{

    text-align: center;
} 
.wallpaper-thumb
{
    padding:10px;
    margin: 10px;
    text-align: center;
    border:1px solid #555555;
    width: 200px;
}
 a
{
    color: #555555;
}

.wallpaper-thumb a:hover
{
    color: #fc7c10;
}



/*  END MEDIA */     
    


p.faq-list-title
{
	padding-left: 20px;
	font-weight: bold;
}

p.faq-list
{
	padding-left: 20px;
	
}

ul.faq-list
{
	padding-left: 40px;
}

p.faq-list-content
{
	padding-left: 40px;
}
/* END FAQ */


/*  START Dealers */  

.dealers_listing_title
{
    background: #e8e8e8;
    color:#101010;
    padding: 5px;
    font-size: 20px;
}
                      
.dealers_listing
{
    background: white;
    padding: 5px;
    margin-top: 10px;
}

.dealers_listing img
{
    margin: 5px 0 5px 0;
}

.download_wmv
{
    padding-top: 20px;
}
.download_xls
{
    padding-top: 20px;
}
.download_doc
{
    padding-top: 20px;
}

.download_pdf
{
    padding-top: 20px;
}

.download_pdf a
{
    background: url(../images/pages/dealerlinks/pdficon_small.gif) right center no-repeat;
    padding-right: 20px;
    font-size: 15px;
}

.download_xls a
{
    background: url(../images/pages/dealerlinks/xlsicon_small.gif) right center no-repeat;
    padding-right: 20px;
    font-size: 15px;
}

.download_doc a
{
    background: url(../images/pages/dealerlinks/docicon_small.gif) right center no-repeat;
    padding-right: 20px;
    font-size: 15px;
}

.download_wmv a
{
    background: url(../images/pages/dealerlinks/wmvicon_small.gif) right center no-repeat;
    padding-right: 20px;
    font-size: 15px;
}

/*  END Dealers */  


/* START News */

#news_left
{
	padding: 15px;
	margin: 0px;
	float:right;
	width:615px;
	background-color: white;
	position:relative;
}

#news_right
{
	margin-top:8px;
	padding:5px;
	float:left;
	width:295px;
	position:relative;
}

.submit
{
	color:black;
	border-color: black;
}

input
{
	background-color: #ffffff;
}

textarea
{
	background-color: #ffffff;
}

/* END News */


/* START CONTACTS AND CAREERS */

#content_bg
{
	width:950px;
	height:100%;
	overflow:auto;
	background-color: white;
}

.contact_text
{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

#map
{
	padding-left:80px;
	padding-bottom: 50px;;
}
 
#careers
{
	float:right;
	width:350px;
	border:1px solid grey;
	position: relative;
	padding:5px 30px 20px 20px;
	margin-right:40px;
	margin-top:65px;
    background-color: #e8e8e8;
}

.career_blog
{
	padding:25px;
	width:305px;
	height:auto;
}


   
/* End CONTACTS and CAREERS */

/* Start SITEMAP */

#sitemap
{
	width:300px;
	height:100%;
	padding:60px 40px 60px 100px;
	margin-bottom:50px;
	border:1px solid grey;
	background-color: #e8e8e8;
}

.site_sub_title
{
	font-size: 14px;
	padding-left: 30px;
	text-decoration: none;
	border:none; 

}

.sitemap_list
{
	padding-left:90px;
}

.sitemaplink
{
	text-decoration: none;
	border:none; 
}


   
/* End SITEMAP */

/*
END Page Specific Content formating:
*/

#feed
{
	float: right;
	width: 300px;
	background-color:white;
}

#feed h4
{
	background-color: #a7a7a7;
	font-size: 14px;
	color: #3a3a3a;
	padding: 3px 0 5px 10px;
}

#feed p.title
{
	padding: 10px 0 10px 15px;
	color: #fc7c10;
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

#feed p.details
{
	padding: 0 0 10px 15px;
	color: #000;
	font-size: 13px;
}

#feed p.details2
{
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 13px;
}

#feed div.buttons h4
{
	float: right;
	padding: 2px 7px 2px 7px;
	display: inline;
	margin-left: 5px;
	font-weight: bold;
}

#feed div.buttons a
{
	color: #3a3a3a;
	border-bottom: none;
}

#feed span
{
	font-style: italic;
}

#footer
{   
    clear: both;
	background: #333333 url('../images/footerbg.png') repeat-x;
	height: 72px;
	font-family: "Verdana", serif;
	font-size: 10px;
	padding-left: 80px;
	
}

#footer img
{
	margin: 10px 0 0 0;
}

#footer a
{
	color: #8d8d8d;
	text-transform: uppercase;
}
#footer a:hover
{
	color: #fc7c10;
}

#footer p.links
{
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	color: #8d8d8d;
}

#footer p.copy
{
	color: #8d8d8d;
	padding-top: 5px;
}

/* START ADMIN */

#admin
{
	margin: 10px 0 10px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #6b6b6b;
	text-align: left;
}

#admin h1
{
	border-bottom: 1px dashed #6b6b6b;
	margin-bottom: 10px;
	padding: 5px;
}

#admin h3
{
	margin: 0 0 10px 10px;
	color: #343434;
}

#admin a
{
	color: #FF8700;
	font-size: 12px;
}

#admin h3 a
{
	margin-left: 10px;
	font-weight: normal;
}

#admin table
{
	text-align: left;
	width: 900px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cecece;
}

#admin table th
{
	font-weight: normal;
	font-size: 13px;
	background-color: #3B3B3B;
	color: white;
	border: 1px solid #000;
	padding-left: 5px;
}

#admin table td
{
	padding-left: 7px;
}

#errors
{
	border: 1px solid #f00;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
.error
{
	color: red;
}

#admin th.actions
{
	width: 120px;
}

#admin th.id
{
	width: 20px;
}

/* END ADMIN */

#ui-datepicker-div { z-index: 2000; }
#ui-timepicker-div { z-index: 2000; } 