/*
Theme Name: Suma
Theme URI: http://www.sumaindustries.com/
*/


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

body {
font-family: Arial, Georgia, sans-serif;
font-size: small;
background: #dedede;
text-align: center;
}

#outerWrapper {
width: 950px;
margin-left: auto;
margin-right: auto;
background: #dedede;
}

#innerWrapper {
width: 865px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
background: #dedede url(../images/bkg.gif) repeat-y;
}

#topCorners {
width:865px;
height: 13px;
background: url(../images/top_corners.jpg) no-repeat top left;
}

#header {
	position:relative;
	text-align:left;
	float:left;
	width:850px;
	margin:5px;
}

#header h1 {
float:left;
height: 76px;
width: 560px;
margin: 5px 0px 10px 10px;
font-family: Arial, Georgia, serif;
/*background:url(images/header_announce.gif) no-repeat top left;*/
}

#header h3 {
float:left;
margin: 25px 0px 0px 15px;
font-family: Arial, Georgia, serif;
font-style:normal;
font-size:11px;
color:#0f6692;
}

#infoSection {
width:280px;
float:right;
margin: 20px 0px 10px 0px;
background: #ffffff;
}

#sForm {
text-align:right;
margin-right:10px;
}

#smallLinks ul {
margin-top: 5px;
margin-right: 0px;
list-style-type:none;
}

#smallLinks li {
text-align:right;
list-style: none;
background-image: url(../images/small_phone.png);
background-repeat: no-repeat;
background-position: 50px 0px;
padding:0px 0px 0px 0px;
font-size:11px;
font-weight: bold;
}

#smallLinks li p{
margin-right:110px;
}

#nav {
float:left;
width:830px;
font-size:100%;
line-height:normal;
background: #dae0d2 url(../images/tab_bg_new.gif) repeat-x bottom;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
margin-left: 10px;
margin-top:10px;
}

#nav ul{
margin:0;
padding: 0px 10px 0;
list-style:none;
}

#nav li {
float:left;
margin-right:1px;
padding:0 0 0 9px;
background: url(../images/tab_left_new.gif) no-repeat left top;
}

#nav a, #nav strong, #nav span {
display:block;
background: url(../images/tab_right_new.gif) no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight: bold;
color:#333333;
}

#nav #current {
background-image: url(../images/tab_left_on_new.gif);
}

#nav #current a {
background-image: url(../images/tab_right_on_new.gif);
padding-bottom: 5px;
color:#666666;
}

#nav a:hover {
text-decoration:underline;
}

#content_index {
margin-left: auto;
margin-right: auto;
text-align:left;
padding:10px;
float:left;
width:840px;
color:#333;
}

#content {
margin-left: auto;
margin-right: auto;
text-align:left;
padding:10px;
float:left;
width:840px;
color:#333;
}

#content table {
margin-left: 10px;
}

#content td {
padding-right: 35px;
}

#content td img{
padding: 5px;
border: 1px solid #999;
}

#content td img:hover {
padding: 5px;
border: 1px solid #ff0000;
}

#content table tr td h3{
font-size:12px;
color: #0f6692;
}

#content table tr td p{
font-size:12px;
color: #000;
}

#content h3{
font-size:12px;
color: #0f6692;
}

#gallery {
width:475px;
height:316px;
padding:5px;
border:1px solid #333;
}

#gallery2 {
padding:5px;
border:1px solid #333;
}

#leftCol {
margin-left:10px;
float:left;
padding: 0;
width:95%;
}

#leftCol h2{
color: #0f6692;
}

#productCol{
	padding: 0;
	margin: 0;
	width:100%;
	float:left;
	text-align: center;
}

#productCol h2{
	color: #0f6692;
	text-align: left;
}

#productCol img{
	padding:5px;
	border:1px solid #333;
	margin: 10px;
}

#leftColBullet{
background-image:url(images/bullet_bg.gif);
border: 1px dashed #333;
margin-top: 20px;
width:95%;
padding:10px;
float:left;
clear:both;
margin-left:10px;
}

#leftColBulletList ul{
width:auto;
}

#leftColBulletList li{
margin-left: 20px;
width:auto;
}

#singleCol {
float:left;
padding: 15px;
width:800px;
text-align:left;
}

#singleCol h2{
font-size:16px;
color:#0f6692;
}

#singleCol p{
	line-height:1.5em;
}

#singleCol h4{
color: #0f6692;
}

#rightCol {
float:right;
margin: 0;
margin-right:10px;
text-align:left;
}

#rightCol h2{
color: #0f6692;
}

.box a img:hover {
border: 1px solid #ff0000;
}

.shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

.big_shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

#buttonContainer {
float:bottom;
margin-left:10px;
margin-top:10px;
}

#gallery_container {
float:top;
height:366px;
padding:0px;
margin: 0px 0px 0px 10px;
}

.box {
float:left;
background: #fff;
}

.boxIndex {
float:left;
background: #fff;
}

.boxIndex img {
padding: 5px;
border:1px solid #333;
}

.boxIndex a img:hover {
border: 1px solid #ff0000;
}

.box img {
padding: 5px;
border:1px solid #333;
}

.boxCaption {
text-align:left;
float:right;
width:100px;
margin-left:5px;
}

.boxCaption h3 {
padding: 0;
margin: 0;
color: #0f6692;
}

.boxCaption h3 a{
font-size:12px;
color: #0f6692;
}

.boxCaption p {
font-size:11px;
padding: 0;
margin: 0;
text-align: left;
}

.boxIndexCaption {
float:right;
text-align:left;
width: 180px;
margin-left:10px;
}

.boxIndexCaption h3 {
padding: 0;
margin: 0;
color: #0f6692;
}

.boxIndexCaption p {
font-size:11px;
padding: 0;
margin: 0;
text-align: left;
}

.box h3 {
padding:0px 0px 0px 0px;
font-size:12px;
font-weight:bold;
color:#333;
float:right;
}

.box p, .box ul {
font-size: 12px;
margin:0;
padding: 0px;
list-style:none;
}

.box ul li {
margin: 0 0 6px;
padding: 0;
}

#playButtonContainer {
margin-left:20px;
}

#tech_docs ul {
list-style-type:none;
}

#tech_docs li {
text-align:left;
list-style: none;
background-image: url(/images/pdficon_small.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding:0px 0px 10px 20px;
}

#tech_docs li a:link {
color:#0f6692;
text-decoration:none;
display:block;
}

#tech_docs li a:hover {
background-color:#0f6692;
color:#ffffff;
}

#tech_docs li a:visited {
text-decoration:none;
display:block;
}

#tech_docs li a:visited a:hover {
color:#fff;
text-decoration:none;
display:block;
}

#footer {
background: url(../images/bkg_footer.jpg) no-repeat bottom left;
font-size: 10px;
clear:both;
height:25px;
width: 865px;
padding: 0px 0px 30px 0px;
text-align:center;
font-weight: bold;
}

#footer a {
margin-right: 5px;
margin-left: 5px;
color: #0f6692;
}

#footer p {
margin-top: 1px;
color: #999;
font-size: 10px;
}

#footer h3 {
margin-top: 5px;
color: #999;
font-size: 11px;
}

.span_blue {
	color: #0f6692;
	font-size: 12px;
	font-weight: bold;
}
.embed_blue {
	color: #0f6692;
}
.variation_red {
	color: #F00;
}
.variation_green {
	color: #008000;
}
#outerWrapper #innerWrapper #header h3 {
	color: #7B7986;
}
