/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


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

body{
	font-family: Arial;
	font-size: 1em;
	background: #FFFFFF;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family:Arial Rounded MT Bold;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 900px;
	margin: 0 auto;	
	position:relative;
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	width:900px;
	height:120px;
	background: transparent url(images/header.jpg) no-repeat;
}

div#header h1 a{
	display: block;
	background: transparent url(images/poweredby.gif) no-repeat bottom right;
	color:#fff;
	padding:10px;
	margin-top:10px;
	font-size:0.8em;
}

div#header h2{
	color: #FFF;
	font-size: 0.9em;
	margin-left: 11px;
	margin-top: -5px;
}

div#header h2 a{
	color: #FFF;
}

div#header p{
	float:right;
	color:#fff;
	font-size:1em;
	margin:10px 0;
	padding:10px;
	
}
/* Nav 
------------------------------------------------------------------------------------------------- */


ul#nav{
	position:absolute;
	top: 120px;
	left: 0;
	list-style:none;
	width:900px;
	height:40px;
	background:#414141;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#nav li a{
	float:left;
	padding:8px 20px;
	color:#fff;
	font-size:1.3em;
}

/* Content 
------------------------------------------------------------------------------------------------- */


div#content{
	width:900px;
	padding-top: 46px;
}

div#maincol{
	width:648px;
	background:#f4f4f4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #aaa solid;
	float:left;
	margin-right:10px;
	padding:20px;
}

div#maincol p{
	font-size:0.8em;
	color:#0142ff;
	margin-bottom: 15px;
}

div#maincol img{
	float:right;
}

div#maincol h1{
	color:#414141;
	font-size:1.6em;
	margin-bottom: 15px;
}

div#maincol h2{
	color:#838383;
	margin-bottom: 15px;
	font-size: 1em;
}

div#maincol h2 a{
	color:#414141;

}

div#maincol p a{
	color:#838383;
	border-bottom: 1px dashed #0142ff;
}

div.item{
	margin-top: 40px;
	clear: both;
}
div.image{
	clear: left;
	float: left;
	width: 250px;
}

div.txt{
	float: left;
	width: 380px;
	padding-left: 10px;
}

div#rightcol{
	width:200px;
	float:left;
}

div#rightcol h2{
	background:#0142ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	color:#fff;
	padding:5px;
	margin-bottom:6px;
	font-weight: normal;
}

ul#products{
	background:#414141;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	list-style: none;
	font-size: 0.9em;
}

ul#products li{
	padding: 0px 10px 5px 10px;
}

ul#products li ol a{
	color:#fff;
	text-align: center;
}

ol{
	margin-left: 20px;
	color: #CCC;
	font-size: 0.6em;
	margin-top:5px;
}

ol li{
	padding-left: 0!important;
}

ul#products li a{
	color:#fff;
	font-size: 1.2em;
}
/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	clear: both;
	padding: 10px;
	background:#0142ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	margin: 10px 0;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}
