/*   
Theme Name: CAPGLOBAL Landing Page
Theme URI: 
Description: CAPGLOBAL Landing Page theme
Author: Sergio Alvarado
Author URI: http://www.sergioalvarado.com
Version: 1.0
*/

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}

.fl {float:left;}
.fr	{float:right;}
.clear {clear:both;}

body {
	background-color:#000;
	}
	
#boxed-in {
		width:960px;
		margin:0 auto;
		height:650px;
		#min-height:650px;
		display:block;
		padding-top:215px;
	}

.cap-landing {
		background: transparent url(images/capglobal-bg.jpg) top center no-repeat;
	}

#middle-sec {
		width:630px;
		padding:15px;
		margin:0 auto;
	}

.section {
	width:255px;
	height:355px;
	padding:15px;
	background:transparent url(images/bk-50.png) top center repeat;
		border:1px #000 solid;
			-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}

.section h1 {
		font-size:18px;
		font-weight:bold;
		letter-spacing:-.025em;
		text-transform:uppercase;
		text-align:center;
		width:100%;
		margin:0 auto;
	}
	
.section ul {
	list-style:none;
	list-style-image:none;
	line-height:20px;
	}

.section ul li {
	margin-bottom:3px;
	padding-left:10px;
	text-indent:-10px;
	}

.section ul li a:link, .section ul li a:active, .section ul li a:visited {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#09F;
	}

.section ul li a:hover {
	border-bottom:1px solid;
	
	}

.section ul h3 {
		font-size:13px;
		color:#FFF;
		margin:10px 0 5px 0;
		text-indent:0;
	}
