/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700%7CLato:300,400,700");
body {
	text-align:left;
	padding:0;
	margin:0;
	line-height:28px;
	font-family:Open Sans, sans-serif;
	font-weight:normal;
	font-size:14px;
	background:#fff;
}
a:focus {
	outline:0px;
}
a:link,
a:visited {
	text-decoration: none;
	color:#b02d1c;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#eb5858;
	text-decoration: none;
}
focus {
	outline:0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
ul,
ol,
dl,
fieldset,
address {
	margin:0.5em 0;
}
ul {
	margin:10px;
	list-style:disc;
}
ul li {
	padding-left:5px;
}
body ol {
	list-style: decimal inside;
	margin:0;
	padding:0;
}
body ol li {
	margin: 0px;
	padding: 5px 3px;
	list-style-image:none;
	background:none;
}
#terms {
	margin:0;
	padding:60px;
	display:block;
	overflow:hidden;
}
h2 {
	display:block;
	height:60px;
	line-height:60px;
	margin:0;
	padding:0 10px;
	overflow:hidden;
	font-size:32px;
	color:#eb5858;
	font-weight:600;
	background: #F1F5F8;
	border-bottom:1px solid #e2e6e8;
}
