#bottom {
	background: transparent url(img/layout/main_footer.png) repeat-x 0 0;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	overflow: hidden;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
font-size: 160%;
padding: 10px 0;
}

#bottom a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
}

#bottom a:hover {
	text-decoration: underline;
}


#Experts  #subcategory li#experts a,
#Questions  #subcategory li#questions a,
#Questions.add #subcategory li#ask a {
	background-position: 0px -90px;
}
#Ask #subcategory li#ask a{
	background-position: 0px -90px;
}


#footer {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: transparent url(img/nav_bg.png) repeat-x scroll 0 0;
	border: 1px solid #1E3E74;
	clear: both;
	height: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}

#full{
	-moz-border-radius: 8px;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#full .bubble{
	gmargin: 10px;
}
#header #logo span{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#main{
	width: 688px;
	float: left;
	margin: 0 0 10px 0;
	background: #DAE0EB url(img/top.png) repeat-x;
	border-bottom: 1px solid #949CA7;
	display: block;
	border: 1px solid #9CA7B8;
	-moz-border-radius: 6px;
	position: relative;
}
#full #main{
	clear:both;
	display:block;
	float:none;
	overflow:hidden;
	padding:15px;
	width:auto;
}
#Ask #full #main{
	padding: 0;
}


#main #top h2 {
}

#navigation {
	height: 45px;
	background: url(img/nav_bg.png) repeat-x 0 0;
	margin-bottom: 20px;
	border: 1px solid #1E3E74;
	-moz-border-radius: 5px;
}

#navigation-compact {
	height: 45px;
	background: url(img/nav_bg.png) repeat-x 0 0;
	margin-bottom: 20px;
	border: 1px solid #1E3E74;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	position: relative;
}

#navigation-compact #search input{
	width: 200px;
}

#page_wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body#Ask #subcategory{
	background-position: 100px 100%;
}
body#Questions #subcategory{
	background-position: 340px 100%;
}
body#Experts #subcategory{
	background-position: 89% 100%;
}

#search {
	overflow: hidden;
	float: right;
	height: 42px;
	position: relative;
}

#search button {
	width: 42px;
	height: 42px;
	border: none;
	background-image: url(img/layout/magnifying_glass.png);
	cursor: pointer;
	background-color: #284c8a;
	float: right;
}

#search button span{
	display: none;
}

#search input {
	-moz-border-radius: 3px;
	background-image: url(img/layout/input_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: normal;
	font-size: 20px;
	padding-left: 3px;
	vertical-align: middle;
	width: 30%;
	width: 255px;
	margin: 7px 0;
	border: none;
}

#search input:focus{
	border: none;
	outline: none;
}

#search label {
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#search p {
	float: left;
	position: relative;
	margin: 0;
}

#subcategory {
	background-image: url(img/layout/piquito.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	margin:0 0 -3px;
	padding:0 0 24px 22px;
	position:relative;
	z-index:3;
}

#subcategory li {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#subcategory li a {
	display: block;
	width: 166px;
	height: 45px;
	text-indent: -9999px;
	background: url(img/layout/answers.png) no-repeat 0px 0px;
}

#subcategory li:hover a {
	background-position: 0px -45px;
}

#top {
	border-bottom: 1px solid #949CA7;
	padding: 15px;
	position: relative;
	display: block;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#wrapper {
	width: 999px;
	margin: auto;
	text-align: left;
	font-family: Arial, Geneva, sans-serif;
}

.base h2{
	margin: 20px 0 0 0;
}
