/*
Title: CSS Main styles
Author: Designkitchen, Inc. 
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #323232 url(../images/backgrounds/body.png) 0 0 repeat-x;
	color: #fff;
}

.wrapper {
	position: relative;
	display: block;
	width: 976px;
	margin: 0 auto;
}


#flash {
    position: absolute;
    top: -31px;
    display: block;
    text-align: center;
    height: 600px;
    z-index: 10000;
}

#flash a {
    color: #fff;
    line-height: 30px;
}

/* PREHEADER */
#preheader {
	position: relative;
	display: block;
	height: 28px;
}

#preheader ul {
	position: relative;
	float: right;
	display: inline;
}

#preheader ul li {
	position: relative;
	display: inline;
	float: left;
}

#preheader ul li.phone {
	width: 126px;
	height: 9px;
	margin: 10px 16px 0 0;
	overflow: hidden;
	text-indent: -9999px;
}

/* END OF PREHEADER */


/* HEADER */
#header {
	position: relative;
	display: block;
    display: none;
	height: 96px;
}

#header h1 {
	position: absolute;
	top: 28px;
	left: 0;
}

#header h1 a {
	position: relative;
	float: left;
	display: inline;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
}

#header h1 a.brand { width: 31px; margin: 0 14px 0 19px; background: url(../images/motorola-logo.png) 0 0 no-repeat; }
#header h1 a.property { }


/* END OF HEADER */

#content {
	position: relative;
	display: block;
	background: #2d2d2d url(../images/backgrounds/content.png) 0 0 repeat-x;
}

/* MAIN CONTENT */
#content .main {
	position: relative;
	float: right;
	display: inline;
	width: 700px;
	margin: 0 20px 40px 0;
}

/* END OF MAIN CONTENT */




hr {
	display: none;
}

.clear {
	clear: both;
}


/* FOOTER */
#footer {
	position: relative;
    position: absolute;
    top: 600px;
	clear: both;
    width: 100%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
	text-align: center;
}

#footer ul.tools {
	text-align: center;
	padding: 8px 8px 6px 8px;
	margin: 0 0 4px 0;
	width: 97%;
}

#footer ul.tools a {
	font-weight: bold !important;
}

#footer ul.links {
	background: transparent url(../images/backgrounds/foot-hr.gif) top center no-repeat;
	text-align: center;
	padding: 8px;
	margin: 0 0 8px 0;
	width: 97%;
}

#footer ul li { /* li + li not supported ie, so: .f */
	background: transparent url(../images/backgrounds/foot-vr.gif) left 2px no-repeat;
	width: auto;
	display: inline;
	float: none;
	margin: 10px 0;
	padding: 4px 7px 4px 10px;
	min-height: 20px;
}

#footer ul li.f { background: none; }
	
#footer .tools a.envelope {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/envelope-sprite.gif) left 0 no-repeat;
	font-weight: bold;
}

#footer .tools a:hover.envelope {
	background: transparent url(../images/icons/envelope-sprite.gif) left -100px no-repeat;
}

#footer .tools a.delicious {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/delicious-sprite.gif) left 0 no-repeat;
	font-weight: bold;
}

#footer .tools a:hover.delicious {
	background: transparent url(../images/icons/delicious-sprite.gif) left -100px no-repeat;
}

#footer .tools a.digg {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/digg-sprite.gif) left 0 no-repeat;
	font-weight: bold;
}

#footer .tools a:hover.digg {
	background: transparent url(../images/icons/digg-sprite.gif) left -100px no-repeat;
}

#footer .tools a.share {
	padding:3px 0 5px 28px;
	background: transparent url(../images/icons/share-sprite.gif) left 0 no-repeat;
	font-weight: bold;
}

#footer .tools a:hover.share {
	background: transparent url(../images/icons/share-sprite.gif) left -99px no-repeat;
}

#footer .tools a.sharedon {
	background: transparent url(../images/icons/share-sprite.gif) left -45px no-repeat;
	padding: 3px 0 5px 28px;
	color: #3A6E8F !important;
	font-weight: bold;
}
	
#footer .sharebox {
	position: relative;
	padding: 20px 0 15px 300px;
	width: 100%;
    text-align: left;
	background: transparent url(../images/backgrounds/share-hr.png) 0 0 no-repeat;
}

#footer .sharebox a {
	color: #94c3e0 !important;
	font-size: 11px !important;
}

#footer .sharebox a:hover {
	text-decoration: underline;
}

#footer .sharebox li {
	background: none !important;
}

#footer li.f a.sendtofriend,
#footer .sharebox a.sendtofriend {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-sendtofriend.gif) left 0 no-repeat;
}

#footer .sharebox a.digglink {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-digg.gif) left 0 no-repeat;
}

#footer .sharebox a.deliciouslink {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-delicious.gif) left 0 no-repeat;
}

#footer .sharebox a.yahoo {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-yahoo.gif) left 0 no-repeat;
}

#footer .sharebox a.newsvine {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-newsvine.gif) left 0 no-repeat;
}

#footer .sharebox a.stumbleupon {
	padding: 3px 0 5px 22px;
	background: transparent url(../images/icons/share-stumbleupon.gif) left 0 no-repeat;				
}

#footer,
#footer a, #footer a:link, #footer a:visited, #footer a:active,
ul.subNav li a, ul.subNav li a:link, ul.subNav li a:active, ul.subNav li a:visited, 
#body .content .figure h3 span,
.table ol.lables
{
	color: #6e6d6d;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover, ul.subNav li a:hover, ul.navigation li a:hover {
	color: #939393;
}

#footer .tools a, #footer .tools a:link, #footer .tools a:visited, #footer .tools a:active {
	font-size: 1.1em;
}

.copyright {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
/* END OF FOOTER */


