/* reset */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }


body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #3b3b3a;
	background: #eaeae8;
	text-align: center;
	}

/* links */

a:link, a:visited {
	color: #3876a9;
	text-decoration: none;
	}
a:hover {
	color: #4a9de1;
	}
	

/* typography */
	
h1 {
	font: normal 2.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 1em 0;
	color: #132738;
	}

h2 {
	font: normal 1.9em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 1em 0;
	color: #132738;
	}
	
p {
	font: normal 1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #254F71;
	}
	
/* navigation */

ul.nav {
	margin:  0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
ul.nav  li {
	float: left;
	margin: 0;
	padding: 0;
	}
ul.nav  li a {
	float: left;
	display: block;
	line-height: 1.4em;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	}
	
/* layout */
	
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	margin: 0;
	background: #eaeae8;
	height: 1%;
	}

	#logo {
		width: 314px;
		float: left;
		padding: 30px 15px 10px 30px;
		}

	#menu{
		/* width: 500px; */
		float: right;
		padding: 55px 0px 10px 15px;
		}

#mid-container {
	border: 1px solid #d0d0ce;
	background: #fff no-repeat top left;
	}

	#content {
		background: #d2e7f8 url(/images/big-faction.png) no-repeat bottom left;
		border-bottom: none;
		height: 1%;
		border: 5px solid #fff;
		}

		#main {
			width: 536px;
			float: left;
			padding: 25px 15px 30px 24px;
			}

		#side {
			width: 314px;
			float: right;
			padding: 25px 24px 30px 15px;
			}
			
			#buttons {
				padding: 50px 0 0 0;
				}
				
				.button-orange {
					font: normal 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
					text-align: center;
					float: left;
					margin: 0 30px 0 0;
					color: #fbe6cf;
					background-color: transparent;
					background-image: url(/images/orangebutton-bg.png);
					background-repeat: no-repeat;
					background-position: top left;
					}

					.button-orange a {
						height: 20px;
						width: 200px;
						padding: 8px 0 12px 0;
						margin: 0;
						color: #fbe6cf;
						display: block;
						}

					/*.button-orange a:hover {
						color: #774D1F;
						background: transparent;
						background-image: url(/images/orangebutton-bg.png);
						background-repeat: no-repeat;
						background-position: bottom left;
						display: block;
						}*/

				.button-blue {
					font: normal 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
					text-align: center;
					float: left;
					margin: 0 30px 0 0;
					color: #d2e7f8;
					background-color: transparent;
					background-image: url(/images/bluebutton-bg.png);
					background-repeat: no-repeat;
					background-position: top left;
					}

					.button-blue a {
						height: 20px;
						width: 200px;
						padding: 8px 0 12px 0;
						margin: 0;
						color: #d2e7f8;
						display: block;
						}

					/*.button-blue a:hover {
						color: #254F71;
						background-color: transparent;
						background-image: url(/images/bluebutton-bg.png);
						background-repeat: no-repeat;
						background-position: bottom left;
						display: block;
						}*/
	
	#extra {
		padding: 30px 15px 30px 15px;
		background: #fff;
		height: 1%;
		}
	
		dl.feature {
			width: 195px;
			float: left;
			padding: 0 15px 0 15px;
			}

			dl.feature dt {
				font: normal 1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
				margin: 0 0 15px 58px;
				}
				
		dl.faster {
			background: url(/images/faster.png) no-repeat 15px 0;
		}
		
		dl.one-click {
			background: url(/images/one-click.png) no-repeat 15px 0;
		}
		
		dl.scale {
			background: url(/images/scale.png) no-repeat 15px 0;
		}
		
		dl.support {
			background: url(/images/support.png) no-repeat 15px 0;
		}


	#footer {
		font: normal .9em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
		padding: 30px;
		background: #efefef;
		color: #3b3b3a;
		height: 1%;
		border: 5px solid #fff;
		}	
		
		#credits img {
			float:right;
			margin: 2px;
			}
			
	#details {
		background: transparent;
		text-align: center;
		padding: 0 29px 0 29px;
		}
		

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 

.cf_wrapper {
    font: normal 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    float: right;
    color: #d2e7f8;
    }

.author {
    font-size: 11px;
    color: #444444;
}

