/* CSS Document */
html {
height: 100%;
padding: 0;
margin: 0;
}

body{
height: 100%;
padding: 0;
margin: 0;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
a {
color: #D16A4B;
text-decoration: none;
}
a:hover {
color: #303030;
text-decoration: none;
}

.contentFrame{
width: 850px;
margin: 10px auto 0 auto;
height: 610px;

	position: relative;
	top: -260px;
}

#topBar {
height: 142px;
background:url(img/top_bar.gif) left top no-repeat;
margin: 10px 0 10px 0;
}
#topContact {
float: right;
text-align: right;
color: #AAAAAA;
margin: 10px;
}
#logo{
margin: 7px;
float:left;
}
#logoText{
margin: 7px;
}
#nav{
word-spacing: 10pt;
font-size: 14pt;
color: #AAAAAA;
text-indent: 10pt;
position: relative;
top: 7px;
right: 10px;
text-align: right;
letter-spacing: 4pt;
}
#nav a:link,
#nav a:active,
#nav a:visited {
color: #AAAAAA;
text-decoration: none;
}
#nav a:hover {
color: #D16A4B;
text-decoration: none;
}
#nav .selected a:hover {
color: #D16A4B;
text-decoration: none;
}


#bottomBar{
background: url(img/bottom_bar.gif) no-repeat;
margin: 10px 0 10px 0;
padding-top: 25px;
font-weight: normal;
font-size: 8pt;
text-indent: 12px;
color: #222222;
}

#thumb div{
float: left;
margin-left: 28px;
margin-right: 20px;
font-size:8pt;
line-height: 9pt;
letter-spacing: .1em;
width: 160px;
text-align:left;
}
#thumb img{
	margin: 0 0 1px 0;
	border: 0;
}
#thumb a{
border: 0;
color: #cccccc;
text-decoration: none;
width: 160px;
height: 100%;
}
#thumb a:hover{
color: #D16A4B;
}

#thumb a:hover .l2{
color: #111111;
}
#thumb .l1{
font-weight: bolder;
line-height: 7pt;
}
#thumb .l2{
font-weight: lighter;
font-size: 7pt;
}

#expanded {
}
#expanded .left {
width: 470px;
float: left;
}
#expanded .right{
width: 370px;
margin-left: 10px;
float: left;
}
#expanded .pull{
background: url(img/pull_box_bottom.gif) bottom no-repeat;
width: 370px;
margin-bottom: 10px;
padding-bottom: 10px;
}
#expanded .pull div{
background: url(img/pull_box_top.gif) top no-repeat;
width: 370px;
padding-top: 10px;
}
#expanded .pull div div{
background: url(img/pull_box_back.gif) repeat;
width: 370px;
text-align: center;
font-size: 1.1em;
font-weight:bold;
color: #D16A4B;
padding-bottom: 2px;
}
#expandedInfo{
width: 470px;
background: url(img/work_expanded_bottom.gif) bottom no-repeat;
padding-bottom: 20px;
}
#expandedInfo div{
width: 470px;
background: url(img/work_expanded_top.gif) top no-repeat;
padding-top: 15px;
}
#expandedInfo .expandedTitle{
margin-left: 10px;
font-size: 12pt;
font-family: "Arial Black";
}
#expandedInfo .expandedType{
margin-left: 10px;
font-size: 9pt;
float: left;
color: #D16A4B;
font-style: italic;
}
#expandedInfo .expandedPreview{
margin-right: 10px;
font-size: 9pt;
float: right;
color: #D16A4B;
font-style: italic;
}
#slideShow {
width: 470px;
height: 314px;
margin-bottom: 10px;
}

#blog .entry {
width: 840px;
padding: 5px;
margin: 0 auto 0 auto;
}
#blog a {
color: #D16A4B;
}
#blog a:hover {
color: #222222;
}
#blog .title {
font-size: 18pt;
font-weight:bold;
margin-bottom: 5px;
}
#blog .content {
padding: 0 10px 0 10px;
}
#blog .info {
font-size: 8pt;
color: #222222;
text-align: center;
float: right;
border-top: 1px solid #000000;
}
#companyMenu {
position:fixed;
font-size: 12pt;
padding-left: 10px;
width:140px;
}
#companyMenu a{
margin: 20px;
line-height: 25pt;
color: #D16A4B;
}
#companyMenu a:hover{
color: #303030;
}
#company {
width: 680px;
float:right;
margin-right: 20px;
}
#company div{
margin-bottom: 10px;
}
#company b{
font-weight:bold;
text-decoration:underline;
font-size: 1.5em;
color: #222222;
line-height: 1.8em;
}
#contact {
width: 15em;
margin: 0 auto 0 auto;
text-align:center;
}
#contact b{
font-weight:bold;
text-decoration:underline;
font-size: 1.5em;
color: #222222;
line-height: 1.8em;
}
#contact a{
color: #D16A4B;
}
#contact a:hover{
color: #FFFFFF;
}
#featured {
width: 784px;
height: 246px;
background: url(img/featured.gif) top no-repeat;
margin: 15px 29px 15px;
color: #ffffff;
}
#featured img {
	float: left;
	width: 369px;
	height: 246px;
}
#featured .title {
	width: 395px;
	margin: 5px;
	font-size: 2.5em;
	float: left;
	text-align: center;
}
#featured .description {
	width: 385px;
	margin: 5px 10px;
	float: left;
	text-align: justify;
}

#featured .tag {
	width: 395px;
	margin: 5px;
	font-weight: bold;
	float: left;
	text-align: right;
}
#featured a:link,
#featured a:active,
#featured a:visited {
	color: #D16A4B;
}
#featured a:hover {
	color: #ffffff;
}

#onAmazon {
	position: relative;
	top: 180px;
	left: 850px;

}