/* put your custom CSS in here */
body {
  background-color: #808183;
}
p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #222 ;
}
div.container {
  margin-top: 0;
  margin-bottom: 0;
}

#sideborders {
  margin-left: -26px;
  position: relative;
  width: 1003px;
  background: transparent url(../images/shadow-mid.png) repeat-y 0 50px;
}

div#top {
  background: url(../images/shadow-top.png) no-repeat bottom left;
  height: 35px;
}

div#bottom {
  padding-top: 35px;
  background: transparent url(../images/shaddow-bottom.png) no-repeat bottom left;  
}

/* Header styles */
#header {
  background: #fff url(../images/header-bg-refresh.png) repeat-x top left; 
  height: 112px;
  margin-top: 0px;
  border-bottom: 2px solid #c5c5c5;
  position: relative;
	z-index: 50;
}

#header #logo {
   position: absolute;
   top: 10px;
   left: 20px;
}
#header #tagline {
	position: absolute;
	top: 30px;
	right: 30px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	color: #006699;
}
#nav {
	width: 825px;
	position: absolute;
	top: 90px;
	left: 15px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	color: #333333;
	text-transform: none;
	font-size: 14px;
}
#nav a {
  display: block;
  color: #333333;
  height: 25px;
  text-decoration: none;
  font-weight: normal;
}
#header #nav  a:hover {
	color: #006c71;
	text-transform: none;
}

#nav li { /* all list items */
  float: left;
  list-style-type: none;
  list-style-image: none;
  display: inline;
  margin-right:15px;
}

#nav > ul > li.last {
  margin-right: 0;
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #dddddd;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-top: 0px; 
}

#nav li ul li { /* second-level lists */
  display: block;
  float: none;
  margin-right: 20px;
font-size: 0.9em;
}

#nav li ul li a {
  padding: 10px;
  width: 100%;
  height: auto;
  color: #000;
}

#nav li ul li a:hover { /* second-level lists */
  color: #fff !important;
  background-color: #006c71;
  width: 100% !important;
  margin-right: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
  display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  width: auto;
}

#nav li ul li:hover {
   background-color: #006a71;
}

#headmenu {
  position: absolute;
  top: 10px; right: 40px;
  text-transform: uppercase;
}
#headmenu div.block {
	margin: 0;
}

#headmenu ul {
  margin: 0; padding: 0;
  font-size: 0.8em;
	height: 20px;
}

#headmenu ul li {
  list-style-image: none;
  list-style-type: none;
  float: right;
  padding-left: 15px;
}

#headmenu ul li a {
  text-decoration: none;
  color: #626366;
  font-weight: normal;
  padding-top: 3px;
  display: block;
}

#headmenu ul li a:hover {
  color: #006c71;
}

/*  ******** End of the header styles **********  */

/* ********* Main content area ************ */

.bodywrap {
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #fcfcfc;

}

.bodywrap .col-center {
  margin-bottom: 5px;
}

.col-center a:link {
  color: #0d5391;
  font-weight: bold;
}

.col-center a:visited {
  color: #0d5391;
  font-weight: bold;
}

.col-center a:hover,a:focus,a:active {
  color: #00474a;
  font-weight: bold;

}

h1 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
}
h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
h3 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.homecopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: justify;	
}

#left-col-inside {
	width: 225px;
	float: left;
}
#left-col-inside .NavHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	padding-bottom: 20px;
}

#left-col-inside ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	width: 200px;
}
#left-col-inside ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;

}
#left-col-inside ul li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #0066CC;
}
#main-content-inside {
	width: 650px;
	min-height: 350px;
	float: left;
	padding-bottom: 20px;
}
#main-content-inside p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	text-align: justify;
}
#main-content-inside ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;

}
#main-content-inside ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;

	margin-left: 25px;
	margin-right: 15px;
	display: list-item;
	list-style-type: square;
	text-align: justify;
}
#main-content-inside .fltrt {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main-content-inside .tourfltrt {
	float: right;

}
#main-content-inside .screenshot {
	padding-right:10px;

}
#main-content-inside .fltlft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main-content-inside #breadcrumb {
	width: 100%;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	height: 25px;
	padding-bottom: 10px;
}
#main-content {
	width: 950px;
}
/* News List */
.sf_newsList 
{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.sf_newsList li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.sf_newsList .sf_newsTitle
{
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
}
.sf_newsList .sf_newsDate 
{
	font-size: 12px;

	line-height: 20px;
	font-weight:bold;
}
.sf_Source 
{
	font-size: 12px;
	line-height: 20px;	
}
.sf_back 
{
	font-size: 12px;
	padding-bottom: 10px;
	
}
.sf_readMore 
{
	font-size: 11px;
	padding-left: 20px;
}
.sf_newsList .sf_newsSummary 
{
   font-family: Geneva, Arial, Helvetica, sans-serif;
    padding-left: 20px;	
    font-size: 12px;
    padding-right: 20px;
    text-align: justify;
    color: #222 ;
}
.sf_newsList .sf_newsSummary img 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ********* End Main content ********* */

/* ********* Chrome ********* */

#chrome {
  background: #DCDDDE url(../images/chrome-bg-refresh.png) repeat-x top left; 
  padding-top: 15px;
  padding-bottom: 15px;
  width: 950px;
}

body.frontpage * div#chrome {
	padding-top: 20px;
}

body.frontpage div.bodywrap
{
  margin-bottom: 0px;
  position: relative;
  height: 300px;
  padding: 0;
}

#chrome-left {
  float:left;
  width: 275px;
}

  #chrome-left .block {
    padding-left: 10px;
  }

#chrome-left .sectionHeadleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/sectionhead-1.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 243px;
	padding-left: 15px;
}

#chrome-right {
	width: 275px;
	float: left;

}

#chrome-right .sectionHeadright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/sectionhead-1.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 243px;
	padding-left: 15px;
	margin-left: 15px;
}
/* News List */
#sf_newsList2 
{
	margin: 0 0 20px;
	padding-left: 20px;
	list-style: none;
}
#sf_newsList2 .sf_newsList2 li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#sf_newsList2 .sf_newsTitle2
{
	padding-top:2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#chrome-right .sf_newsDate2 
{
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
}
#chrome-right .sf_Source2 
{
	font-size: 14px;
}
#sf_newsList2 .sf_newsSummary2 
{	
	font-size: 12px;
	padding-right: 15px;
	text-align: justify;    
}
#sf_newsList2 .sf_readMore2 
{	
	font-size: 12px;
	padding-bottom: 20px;
    
}
.sf_newsList2 .sf_back 
{	
	font-size: 10px;
	padding-bottom: 10px;
    
}

  #chrome-right .block {
    padding-left: 10px;
  }

  div#chrome * div.block h3 {
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
  }


#chrome-center {
  float:left;
  width: 400px;
}
#chrome-center #prodDesc {
	background-position: center;
	width: 390px;
	padding-bottom: 20px;

}
#chrome-center #prodDesc .prodtitle {
	width: 225px;
	padding-top: 5px;

}
#chrome-center .fltrthome {
	float: right;
	padding-right: 10px;

}
#chrome-center #prodDesc .prodCopy {
	width: 380px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align: justify;
	padding-right: 10px;
	padding-bottom:10px;
}
#chrome-center #prodDesc #prodActions {
	width: 150px;
	float: right;

}
#chrome-center .sectionHeadcenter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/sectionhead-2.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 380px;
	padding-left: 15px;
}


  #chrome-center .block {
    padding-left: 10px;
  }


#chrome-right-inside {
	width: 475px;
	float: left;

}
#chrome-right-inside #prodDesc {
	background-position: center;
	width: 475px;
	padding-bottom: 20px;

}
#chrome-right-inside #prodDesc .prodtitle {
	width: 250px;
	padding-top: 5px;
	padding-left: 50px;

}
#chrome-right-inside #prodDesc .prodCopy {
	width: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align: justify;
	padding-right: 10px;
	padding-left: 50px;
}
#chrome-right-inside #prodDesc #prodActions {
	width: 150px;
	float: right;

}
#chrome-left-inside {
  float:left;
  width: 450px;
}
#chrome-left-inside #prodDesc {
	background-position: center;
	width: 450px;
	padding-bottom: 20px;

}
#chrome-left-inside #prodDesc .prodtitle {
	width: 250px;
	padding-top: 5px;
	padding-left: 20px;

}
#chrome-left-inside #prodDesc .prodCopy {
	width: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align: justify;
	padding-right: 10px;
	padding-left: 20px;
}
#chrome-left-inside #prodDesc #prodActions {
	width: 150px;
	float: right;

}
/* ********* Footer ********* */

#footer {
  background-color: #F0F0F0;
  padding-top: 15px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer #footer-left {
	width: 750px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F0F0F0;

}

#footer .copyright {
	float:right;
	font-size: 10px;
	background-color: #F0F0F0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 10px;

}
#footer ul.menu {


}
#footer ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	display: inline;	
}
#footer ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding-left: 10px;
}
#footer ul li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0066CC;
}

