html { 
	margin:0px;
	padding:0px;
}
body {
    background: #fff;
    margin:0px ;
    color:#333;
}
a:link { 
	color: #303030;
	text-decoration: none; 
}
a:visited { 
	color: #303030;
	text-decoration: none; 
}
a:active { 
	color: #303030;
	text-decoration: none; 
}
a:hover { 
	color: #990000;
	cursor: pointer;
	text-decoration: underline; 
}

div {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px; 
	color: #000000; 
}
div.body-wrapper {
	width: 900px;
	margin: 0 auto;
}

div.bread-wrapper {
	margin-top:10px;
	margin-bottom:120px;
}
div.breadcrumb {
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	position:absolute;
	left:50;
}
a.breadcrumb-cat {
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	position:relative;
	left:0;
}

div.left {
	margin: 0px;
	position: absolute;
	left: 40;
	width: 100px;
	float:left;
}

div.right {
	margin: 0px;
	position: absolute;
	top:12px;
	right: 40px;
}

div.vertical {
	position:relative;
	top:50px;
	margin-bottom: 60px;
	width:100%;
	height:20px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#000000;
	background-color:#C0C0C0
}

a.submitsite {
	color:#2E8AE6;
}
a.submitsite:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* start listings */
div.subcat-box {
	font-family: 'Bitter', sans-serif;
	width:97%;
	float:left;
	margin-top:40px;
	margin-bottom:10px;
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	font-size:22px;
}
div.subcats {
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	width:300px;
	float:left;
}
div.cat-wrapper {
	padding-left:50px;
	width:900px;
	margin:0 auto;
}
div.listing-title {
	font-family: 'Titillium Web', sans-serif;
	width:700px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	padding-top:0px;
	font-size:18px;		
	clear:both;
	display:block;
}
a.listing-title {
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#336699;
}
div.listing-desc {
	width:700px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
label.listing-desc {
	font-size:16px;
}
/* end listings */

/* start lander */
div.blurb {
	padding:40px;
	text-align:center;
}
label.blurb {
	font-family: 'Bitter', sans-serif;
	font-size:40px;
	color:#336699;
}
label.sub-blurb {
	font-style: italic;
	font-family: 'Chivo', sans-serif;
	font-size:22px;
	color:#996633;
}
div.body-wrapper {
	width:900px;
	margin:0 auto;
}
div.category-wrapper {
	border:solid 1px #000000;
	padding:0px;
	text-align:left;
}
span.category-header {
	font-family: 'Titillium Web', sans-serif;
	font-size:22px;
}
span.category-link {
	font-family: 'Titillium Web', sans-serif;
	color:#505050;
	font-size:16px;
	padding-left:5px;
}
img.icon {
	float:left;
	width:50px;
	height:50px;
	margin:5px 10px 5px 5px;
}
img.arrow {
	padding-left:30px;
}
/* end lander */

/* start submitsite */
div.wrapper {
	width:900px;
	left:50px;
	position:relative;
	margin:0 auto;
	margin-top: 80px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
}

div.category-box {
	background-color: #ADD6FF;
	width:400px;
	padding:5px 20px;
	margin-top:20px;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
}

div.form-box {
	background-color: #ADD6FF;
	width:600px;
	padding:5px 20px;
	margin-top:20px;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
}

div.packages {
	background-color: #ADD6FF;
	height:300px;
	width:400px;
	padding:10px;
	float:left;
	position:relative;
	margin:0 auto;
	margin-right: 30px;
	margin-bottom: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
}

label.title-line {
	font-family: 'Bitter', sans-serif;
	font-size:40px;
}

label.action-line {
	font-family: 'Bitter', sans-serif;
	font-size:26px;
}

label.price {

	font-family: 'Bitter', sans-serif;
	font-size:70px;
}
label.price-sub {

	font-family: 'Bitter', sans-serif;
	font-size:30px;
}

 @import url(http://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
a.button{
	position:absolute;
	text-align: center;
	left:140px;
	bottom:30px;
    background: #FFEBCC;
    border-radius: 15px;
    padding: 10px 20px;
    display: block;
    font-family: arial;
    font-weight: bold;
    color:#505050;
    text-decoration: none;
    text-shadow:0px 1px 0px #fff;
    border:1px solid #a7a7a7;
    width: 105px;
    margin:0px auto;
    margin-top:100px;
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition:box-shadow 0.5s;
}
a.button i{
    float: right;
    margin-top: 2px;
}
a.button:hover{
    box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}
a.button:active{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
}

a.listing-button{
	position:relative;
	left:0;
	margin-top: 20px;
	text-align: center;
    background: #FFEBCC;
    border-radius: 10px;
    padding: 5px 10px;
    display: block;
	font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color:#505050;
    text-decoration: none;
    text-shadow:0px 1px 0px #fff;
    border:1px solid #a7a7a7;
    width: 105px;
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition:box-shadow 0.5s;
}
a.listing-button i{
    float: right;
    margin-top: 2px;
}
a.listing-button:hover{
    box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}
a.listing-button:active{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
}

input[type=text] {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	width:400px;
}

input[type=submit]#order {
	cursor:pointer; 
	background-color:#ed8223;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	line-height:30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:0;
	text-shadow:#464646 0 -1px 0;
	width:120px;
	height:32px
}
input[type=submit]#order:hover, input[type=submit]:focus {
	border:1;
	background-color:#cc8223;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);

}
textarea {		
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	width: 400px;
	height: 100px;
}
/* end submitsite */