/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/160% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	color:#FFFFFF;
	text-align:center;
	min-width:720px;
	min-height:680px;
	background:#BD0112 url("img/smartlbg.png") no-repeat 75px top;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	font-size:80%;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:125px;
}

#pglogo {
	font-size:300%;
	margin:20px 140px 0 140px;
	height:90px;
	background:transparent url("img/smartlogo.png") no-repeat 9px top;
}


#pgbody {
	width:100%;
	position:absolute;
	top:0;
	margin:0 50 0 0;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:160px 0 40px 150px;
	width:auto;
	font-size:90%;
}

#pgmain {
	margin:0 75px 0 260px;
	padding:160px 75px 0 0;
	background:transparent url("img/smartrbg.png") no-repeat right top;
}
	
#pgtail {
	clear:both;
	border-top:1px solid #909090;
	margin:.5em 140px 0 140px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:90%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
	display:inline;
}

#pgnav {
	top:0;
	left:0;
	width:110px;
	position:absolute;
	background:transparent;
}
#pgnav ul {
	margin:0 20px 0 0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px solid white;
}
#pgnav ul li a:hover {
	color:#292525;
	width:auto;
	border-bottom:1px solid #434343;
}
#pgnav ul #curlnk {
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	font-size:90%;
	line-height:1.2;
	color:#FFFFFF;
	border:1px outset #434343;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}
.imgflt {
	margin:80 5px -120px;
	padding:10px;
	float:left;
}

.non{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color: #FFFFFF;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#CCCCCC;
}
a:hover, a:active {
	color:black;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

