/* tntbase 6 - topnotchthemes_1000 v1.0 01012008 */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from) the   */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

h2 {
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.54em; /* 20px */
  font-weight: normal;
  color: #ff6600;
}

#page {
  background: #ccc url(images/bg.png) repeat-x top center; 
  padding: 0 20px;
}

#page-inner {
  margin: 0 auto 25px auto;                                 /* center page */
  max-width: 990px	!important;
}

hr {
  border: 1px solid #339900;
  height: 1px;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 10px 10px;
}

#header-first h1 {
  color: #fff;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.55em; /* 24px */
  font-weight: bold;
  line-height: 120%;
  padding: 32px 0 0 15px;
  text-decoration: none;
}

a:link,
a:visited {
  color: #339900;
  text-decoration: underline;
}  

a:hover,
a:focus,
a:active {
  color: #ff9900;
  text-decoration: underline;
} 

h1.title {                                        /* page titles */
  display: none;
  color: #636363;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.54em; /* 20px */
  font-weight: normal;
  padding-bottom: 5px;
}

#sidebar-first h2.title {
  border-bottom: 1px solid #c7c7c7;
  color: #fefefe;
  font-size: 1.35em; /* 20px modified from 1.54em */
  font-weight: normal;
}

#sidebar-first .block-even {


  background: #999;
  color: #000;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li a:focus,
#primary-menu ul.menu li a.active,
#primary-menu ul.menu li.active-trail a {
  background: #ff9900 url(images/primary-menu-active-bg.png) repeat-x top left;
  color: #fff;
}

#sidebar-first .corner-top-left {
  background: #a10005 url(images/rounded-sidebar-even.png) no-repeat top left;
  left: 0;
  top: 0;
  display:none;
}

#sidebar-first .corner-top-right {
  background: #a10005 url(images/rounded-sidebar-even.png) no-repeat top right;
  right: 0;
  top: 0;
  float: right;
  display:none;
}

#sidebar-first .corner-bottom-left {
  background: #a10005 url(images/rounded-sidebar-even.png) no-repeat bottom left;
  top: 0;
  left: 0;
   display:none;
}

#sidebar-first .corner-bottom-right {
  background: #a10005 url(images/rounded-sidebar-even.png) no-repeat bottom right;
  top: 0;
  right: 0;
  float: right;
   display:none;
}

table {
  border: 0px solid #d9d9d9;
  border-collapse: separate;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


/*************/
/* 3D SYSTEMS */ 
/*************/

a.readmore {
  background: url(images/input-submit.png) repeat-x top center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 100%; /* 11px */
  font-style: italic;
  padding: 4px 15px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.image-wrapper3ds{
	display: inline;
	float: left;
	clear: both;
}
