/* HTML */

body{
margin: 0px;
padding: 0px;
background-image: url(images/interface/redwood.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 160%;
}
p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
strong {
color: #666;
font-family: Georgia, "Times New Roman", Times, serif;
}
.emphasis {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 140%;
color: #420001;
font-weight: bold;
padding: 0px;
margin: 0 0 4px 0;
}
h3 {
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #666600;
font-size: 14px;
padding: 6px 0 2px 0;
}
h4 {
font-size: 13px;
margin: 0px;
color: #666600;
font-weight: normal;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
padding: 0 0 4px 0;
}
h5 {
background-color: #E3E4E6;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #420001;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0 0 0 5px;
margin: 3px 0 4px 0;
font-weight: normal;
}
h6 {
font-size: 11px;
margin: 0px;
padding: 0 0 3px 0;
color: #666600;
font-weight: normal;
}
.back {
text-transform: uppercase;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 1px;
padding: 0;
margin: 0 0 10px 0;
color: #9E9EA7;
border-bottom: 1px solid #9A9EAD;
}
.details {
	font-size: 10px;
	color: #636572;
}
.toplead {
margin-top: 10px;
}
.listinglead {
padding-top: 28px;
}
.clear {
clear: both;
}
.indent {
text-indent: 1em;
}
.quotation {
	font-size: 11px;
	color: #666666;
	margin-right: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.thumbs {
float: left;
padding: 0 10px 0 0;
}
.swapthumbs {
margin: 5px 10px 0 0;
}
.raggedleft {
text-align: right;
}


/* table styles */
td {
vertical-align: top;
}
#wrapper {
margin: 50px auto;
width: 915px;
}
#top {
background-image: url(images/interface/top.gif);
background-repeat: no-repeat;
height: 9px;
}
#left {
background-image: url(images/interface/left.gif);
background-repeat: no-repeat;
background-position: bottom;
width: 9px;
}
#right {
background-image: url(images/interface/right.gif);
background-repeat: no-repeat;
background-position: top;
width: 4px;
}
#bottom {
background-image: url(images/interface/bottom.gif);
background-repeat: no-repeat;
height: 14px;
}
#workspace {
	border: 1px solid #000000;
	background-color: #ECECF1;
	padding-bottom: 20px;
}
#sitename{
text-align: center;
}
.c123{
margin: 0 10px 0 25px;
}
.c223{
margin: 0 10px 0 10px;
}
.c323{
margin: 0 30px 0 10px;
}
.columns{
width: 900px;
height: 455px;
}
.screenshots {
margin: 25px 0 0 20px;
}
#samples {
vertical-align: bottom;
}

#samples20 {
margin: 0 0 20px 0;
}
#samples40 {
margin: 0 0 40px 0;
}
#samples60 {
margin: 0 0 60px 0;
}
#samples100 {
margin: 0 0 100px 0;
}


/* globalNav styles */
#globalNav {
height: 25px;
padding: 0px;
margin: 0px;
text-align: center;
padding: 0px;
margin: 0px;
z-index: 100;
color: #fff;
}
a.glink, a.glink:visited{
font-size: 11px;
color: #999999;
margin: 0px;
padding: 0 5px 0 5px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
a.glink:hover{
color: #510001;
text-decoration: none;
}

/* subglobalNav styles */
#subglobalCont{
position: relative;
width: 900px;
height: 25px;
}
.subglobalNav{
width: 900px;
position: absolute;
text-align: center;
height: 20px;
padding: 0px 0px 0px 0px;
visibility: hidden;
color: #fff;
}
.subglobalNav a:link, .subglobalNav a:visited {
font-size: 11px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
padding: 0 5px 0 5px;
}
.subglobalNav a:hover{
color: #510001;
text-decoration: none;
}


.columns a:link, .columns a:visited {
text-decoration: none;
border-bottom: dashed 1px #999;
color: #420001;
}
.columns a:hover {
background-color: #E3E4E6;
border-bottom: dashed 1px #666;
color: #420001;
}
.back a:link, .back a:visited {
text-decoration: none;
background-color: none;
border-bottom: none;
color: #9E9EA7;;
}
.back a:hover {
text-decoration: none;
background-color: none;
border-bottom: none;
color: #9E9EA7;
}

.nodec a:link, .nodec a:visited, .nodec a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
