body 
{
	margin: 0;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica;
	background: #fff url(/images/background.gif) top left repeat;
	color: #000;
}

/* |||||| RANDOM CONTENT CLASS, CSS TO HIDE IF JS IS DISABLED |||||| */
.jsclass body .randomcontent { display: none; }

img { border: 0; }
ul
{
	list-style-type: none;
	list-style-image:url(/images/bullet.gif);
	background:none;
	margin-left: 15px;
	padding-left: 0px;
}
li { padding-bottom: 5px; }


/* |||||| FONTS |||||| */

h2, h3, h4, h5, h6 { line-height:1.3em; color: #8B1C23; }
h1 { color: #000; font-size: 1.37em;	margin:0;  padding:0; }	
h2 { margin: 0 0 0.5em 0; line-height: 1.4em; font-size: 1.27em; padding:0; }
h3 { font-size: 1.1em; padding: 0; line-height: 1.4em; margin-bottom: 0.5em; }
p {	overflow: visible; padding-bottom:0.0em; margin-top: 0; line-height:1.6em; }
a { color: #333; }
a:hover { color: #8B1C23; }

/* |||||| MAIN ELEMENTS |||||| */

#constraints
{
    margin-left: 0;
	margin-right: auto;
	min-width: 855px;
	min-height: 600px;
    position: relative;
	text-align: left;
    width: 855px;
	border-right: 20px solid #333;
	background-color: #fff;
}

#header
{
	_height: 106px;
	min-height: 106px;
}

#pageTitle
{
	margin-bottom: 20px;
}

#pageContainer
{
	margin: 0;
	padding: 0;
}

#leftColumn
{
   	float: left;
	margin: 0 18px;
	padding: 0;
	width: 170px;
	overflow: visible;
	line-height: 1.4em;
	vertical-align: top;
}

#rightColumn
{
	position: absolute;
	top: 25px;
	right: 5px;
	width: 170px;
	margin: 0;
	padding: 0;
}

#content
{
    float: left;
	width: 440px;
	_height: 300px;
	min-height: 300px;
	overflow:visible;
}

#footer 
{ 
	clear: both;
	margin: 0;
	padding-top: 3px;
	text-align: center;
	list-style-image:none;
	font-size:.9em;
	color: #000;
}

/* |||||| LOGO PLACEMENT ELEMENTS |||||| */

.skipNav 
{
	position: absolute;
	left: -1000em;
}

#header h1 
{ 
    float: left; 
    font-size: 1px;
    margin: 0; 
    padding: 0; 
    width: 66px;
    height: 52px;
}

#header h1 span
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 207px;
    height: 106px;
	margin: 0px;
    background-image: url(http://www.perfecttranscription.com/pt/images/logo.gif);   
}

/* |||||| TOP NAVIGATION ELEMENTS |||||| */

#topNavContainer
{
	position: absolute;
    top: 0px;
    right: -1px;
	margin: 0;
	padding: 2px 0 0 0;
	width: 645px;
	height: 18px;
	float: right;
	background-color: #333;
}

#topNav 
{ 
	text-align: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-image:none;
}

#topNav li
{
	display:inline;
	position: relative;
	padding: 0;
	margin: 0px 0px 0 10px;
	background: url(/images/sep_topnav.gif) right no-repeat;
}
#topNav li.last { margin-right: 0px; background: none; padding-right: 0px }

#topNav li a
{
    font-size: .85em;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0 none;
}
#topNav li.last a { margin-right: 0px; }

#topNav a:hover
{
	    
}

#topNav a.selected
{
    
}

/* |||||| TOP SITE NAVIGATION ELEMENTS |||||| */

#topSiteNav
{
	position: absolute;
    top: 23px;
	left: 210px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-image:none;
}

#topSiteNav li
{
	display:inline;
	position: relative;
	padding: 0;
	margin: 0px 10px 0 0px;
	background: url(/images/sep_topnav.gif) right no-repeat;
}
#topSiteNav li.last { margin-right: 0px; background: none; }

#topSiteNav li a
{
    font-size: .99em;
    color: #8B1C23;
    text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0 none;
}
#topSiteNav li.last a { margin-right: 0px; }

#topSiteNav a:hover
{
	    
}

#topSiteNav a.selected
{
    
}

/* |||||| LEFTCOLUMN NAVIGATION ELEMENTS |||||| */

#leftColumn ul
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
    list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
}

#leftColumn ul.subNav { list-style-type: none; margin: 0 0 0 18px; }
#leftColumn ul.subNav li { background-image: none; margin: 0; padding: 5px 0 0 0; }

#leftColumn
{
	background: url(/images/nav_seperator.gif) top no-repeat;
}

#leftColumn li
{
	padding: 10px 0 10px 0;
	background: url(/images/nav_seperator.gif) bottom no-repeat;
}

#leftColumn li a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#leftColumn li a:hover, #leftColumn li a.selected { color: #8B1C23; }

#leftColumnHome
{
	text-align: center;
	color: #8B1C23;
	font-weight: bold;
}

#leftColumn .contact { display: block; margin-top: 10px; }
#leftColumn .contact a {font-size: .9em; }

/* |||||| FOOTER NAVIGATION ELEMENTS |||||| */

#footer ul
{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#footer li
{
	display:inline;
	position: relative;
	padding: 0 6px 0px 0px;
	margin: 0;
	border-right: 1px solid #000;
    margin: 3px;
}

#footer li.last
{
	border-right: none;
	padding-right: 0px
}

#footer li a
{
    color: #000;
    text-decoration: none;
    border: 0 none;
	text-transform: uppercase;
}

/* |||||| FORM ELEMENTS |||||| */
label 
{
	float: left;
	clear: left;
	width: 13em;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

legend { color: #000; font-weight: bold; }

form div { padding-bottom: 5px; }

form div.submitButton { padding-left: 100px; padding-top: 10px; }



/* |||||| STYLE |||||| */
.clear { clear:both; }
.italic { font-style: italic; }
.center, .centered	 { text-align: center; }
a.rightPhone { display: block; text-decoration: none; color: #333; font-size: .90em; font-weight: bold; text-align: center; margin-top: 8px; }
a.rightPhone:hover { color: #333; }
.phone { color: #8B1C23; font-size: 2em; font-weight: bold; }

p.crumbs {
color:#8B1C23;
padding-bottom:0em;
}
 
p.crumbs a {
background-image:url(/images/crumb_mozilla.gif);
background-position:right 4px;
background-repeat:no-repeat;
color:#8B1C23;
padding-right:21px;
}
 
* + html p.crumbs a {
background-image:url(/images/crumb_ie.gif);
}
