/*-----------------------------------------------------------------------------
cssDemon

version:   1.0
author:    Eric Baldoni
email:     frontdesk@bitclone.com
website:   http://www.cssdemon.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: .65em "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #fff url(../images/main_bgr.jpg) repeat-x left top;
}

ul {
	list-style: none;
	margin: 0 0 0 35px;
	padding: 0;
}

li { 
	font-size: 1.3em;
	background: url(../images/mainBullet.gif) no-repeat left;
	padding: 4px 0 4px 20px;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 1.6em;
	letter-spacing: -.08em;
	color: #900;
}

h2 {
	font-size: 1.4em;
	color: #900;	
}

/* =Links
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #09f;
	background: transparent;
	border-bottom: 1px dotted #278efa;
}

a:visited {
	color: #0071ba;
	background: transparent;
	border-bottom: 1px dotted #0071ba;
}

a:hover { 
	color: #366;
	border-bottom: none;
	
}

a:active {
	color: #000;
	background: transparent;
	border-bottom: 1px solid #000;
}

/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	margin: auto;
	width: 772px;
	padding-top: 2px;
}

#mainContentRight {
	width: 431px;
	float: right;
	padding: 10px 10px 0 10px;
	background: url(../images/mainRgt_bgr.jpg) top no-repeat;
}

#mainContentRight p {
	font-size: 1.3em;
	padding: 0;
	margin: 0 15px 15px 15px;
}

#mainContentRight h1 {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 13px 15px 10px 15px;
	border-bottom: 1px dotted #c60;
}

#mainContentRight h2 {
	padding: 0 0 5px 0;
	margin: 13px 15px 0 15px;
	border-top: 1px dotted #c60;
}

#mainContentRight  li {
	background: none;
}

#mainContentLeft {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#mainContentLeft h1 {
	padding: 0;
	margin: 20px 0 10px 20px;
}

#getStarted {
	background: url(../images/main_getStarted.png) no-repeat center;
	padding: 18px 90px 23px 110px;
}

#getStarted p {
	font-size: 1.6em;
}

#getStarted a {
	border-bottom: none;
}


/* =Sub Content
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 30px;
	background: #000;
	padding-top: 2px;
}

#navTop{
	width: 772px;
	margin: auto;
}

#navTop ul {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
}

#navTop ul li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/mainNavRgt.gif) no-repeat top right;
}

#navTop li a {
	display: block;
	padding: 0 2em;
	margin: 0;
	background: url(../images/mainNavLft.gif) no-repeat top left;
	line-height: 2.3em;
	text-decoration: none;
	border-bottom: none;
	float: left;
}

#navTop li a:hover {
	background: url(../images/mainNavLftOvr.gif) no-repeat top left;
}

#navTop li a.hot {
	background: url(../images/mainNavLftOvr.gif) no-repeat top left;
}



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	margin: auto;
	clear: both;
	background: #ffe165;
	text-align: center;
	font-size: 1.1em;
	padding: 10px 0 10px 0;
}

/* =Forms
-----------------------------------------------------------------------------*/

fieldset {
	color: #900;
	font-size: 1.3em;
	margin: 1em;
	padding: 1em;
 	border: 1px solid #900;
	background: #ff9;
}

legend {
	font-weight: bold;
	background: #ff9;
	border: 1px solid #900;
	padding: 0.3em;
}

label {
	display: block;
	font-size: .7em;
}

input {
	width: 200px;
}

input:focus {
	background: #ffc;
}

select#pagesNumber {
	width: 10em;
	margin-right: 0.5em;
}

input#browseButton,
input#buttonUpload {
	width: 90px;
	height: 33px;
	display: block;
	padding-top: 0.5em;
}

textarea#moreInfo {
	margin-top: 0.5em;
}

label em {
	color: #000;
}

fieldset ul {
	font-size: 0.8em;
}

/* =Tables
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
