/*  
Theme Name: Yamamoto
Theme URI: http://wordpress.org/
Description: Yamamoto's Custom Skin.
Version: 1.0
Author: iluminada design
Author URI: http://www.iluminada.com

*/



/* Begin Typography & Colors */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #a2b1b8;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a.mail:link {color: #ffffff;text-decoration: none;}
a.mail:visited {color: #ffffff;text-decoration: none;}
a.mail:hover {color: #ffffff;text-decoration: underline;}
a.mail:active {color: #ffffff;text-decoration: none;}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Georgia, Arial;
}
h1 {
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 22px;
}

h3 {
	font-size: 14px;
	color: #002031;
	margin-top: 0px;
}
h4 {
}

h5 {
color: #FF9900;
margin-top: 0px;
margin-bottom: 0px;
font-size: 13px;
font-weight: normal;
}

p {
margin-top: 0px;
}

#wrapper {
margin: auto;
width: 1062px;
margin-top: 30px;
}

#container {
width: 900px;
border: 1px solid white;
margin: auto;
position: relative;
}

#header {
}

#flash {
}

#featureHome {
background-image: url(/images/bg-feature-home.jpg);
background-repeat: no-repeat;
width: 900px;
display: inline-block;
}

#innerContent {
background-image: url(/images/bg-inner-content.jpg);
background-repeat: no-repeat;
width: 900px;
display: inline-block;
}

/* left side */

#leftContainer {
width: 250px;
padding-left: 30px;
padding-top: 10px;
float: left;
color: #006699;
}

#leftContainer ul {
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
}

#leftContainer li {
border-bottom: 1px dotted #002031;
margin-top: 0px;
margin-bottom: 12px;
padding-bottom: 6px;
padding-left: 12px;
list-style: none;
font-weight: bold;
}

#leftContainer a, leftContainer a:link, leftContainer a:visited {
color: #006699;
}

#leftContainer ul ul {
margin-top: 0px;
margin-left: 0px;
padding-left: 20px;
}



/*eof left side */

#contentHome {
/*margin-left: 340px;*/
float: left;
width: 550px;
padding-top: 10px;
margin-left: 50px;
}

.teasers {
}

.teaserdiv {
float: left;
width: 120px;
}

.teaserdivCaption {
float: left;
width: 400px;
padding-left: 15px;
}

#foot {
background-image: url(/images/bg-foot.gif);
background-repeat: no-repeat;
background-color: #FFFFFF;
color: #666666;
width: 900px;
height: 60px;
clear: both;
}

#foot p {
padding-top: 10px;
}

#reflection {
background-image: url(/images/reflection.jpg);
background-repeat: no-repeat;
height: 132px;
font-size: 11px;
padding-right: 80px;
}

#reflection a, #reflection a:link, reflection a:visited {
color: #333333;
}

.clear {
clear: both;
height:1px;
}

.highlight {
color: #FF9900;
}

.highlight2 {
color: #FF0000;
}

/* Roadmap Table Styles  */

table.road_map {
	width:100%;
}
.road_map th {
	border:1px solid;
	border-color:#ddd #999 #888 #ddd;
	background-color:#ddd;
	font-weight:bold;
	text-align:left;
	color:#003;
	padding:2px;
	padding-bottom:0px;
	font-size:.9em;
}
.road_map td {
	border:1px solid;
	border-color:#fff #bbb #bbb #fff;
	background-color:#fff;
	font-size:.9em;
}

/* Facility Overview Styles */

.over-view{
list-style-image:url(/images/grey-bullet.png);
line-height:20px;
font-weight:bold;
}


/* Product Offering Styles  */
.scroll{
height:350px;
overflow:scroll;

}

#tab li {
border-bottom: 1px dotted #002031;
margin-top: 0px;
margin-bottom: 12px;
padding-bottom: 6px;
padding-left: 0px;
list-style: none;
font-weight: bold;
}



