body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 0px 15px;
}

.title {
	text-decoration: underline !important;
}

.short_text {
	color: #000;
}

.short_text:hover {
	color: #000;
	text-decoration: underline;
}

.navbar-brand {
	color: #fff !important;
}

.sideNav {
	border-radius: 6px;
	background-image: linear-gradient(to top, #3C3C3C 0px, #222 100%);
	padding: 10px 15px;
	width: 60%;
}

.sideNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sideNav ul li {
	list-style: none;
}

.sideNav ul li a {
	display: block;
	padding: 5px 0px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.similar a {
	display: block;
	padding: 5px 0px;
	margin: 2px 0px;
	font-size: 16px;
	font-weight: bold;
}

.itemImage {
	padding-left: 0px !important;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px !important;
}

h2 {
	font-size: 18px;
}

.submitQuoteWrapper {
	background: #000;
	padding: 5px 20px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.submitQuoteTitle {
	color: #fff;
	font-weight: bold;
}

.submitQuote {
	padding: 5px 0px;
	margin: 0px 0px 0px 15px;
	display: inline-block;
	color: red !important;
}

.submitQuote .submit {
	border: 1px solid #fff;
	background: 000;
	color: #fff;
}

.lbl {
	color: #ccc;
	font-size: 11px;
}

.error {
	border: 1px red solid;
}

#bottomR {
	height: 50px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#bottomRBig {
	height: 90px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.fb-like.main {
	float: right;
	margin: 10px 0px 0px 20px !important;
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
}

@media (min-width: 480px) {
	.submitQuote {		
		margin: 13px 0px 0px 15px;			
	}
}

@media (max-width: 720px) {
	#content {
		font-size: 16px;
	}
	
	h2 {
		font-size: 20px;
	}
}


/*
#container {
	width: 960px;
	margin: 0px auto;
	background: #fff;	
	padding: 0px;
}

#header {
	width: 100%
=======
#bottomRBig {
>>>>>>> b382b96bc8f308551bb14b813ea5fcb61a962a0f
	height: 90px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

@media (min-width: 480px) {
	.submitQuote {
		margin: 13px 0px 0px 15px;
	}
}

/*
 #container {
 width: 960px;
 margin: 0px auto;
 background: #fff;
 padding: 0px;
 }

 #header {
 width: 100%
 height: 90px;
 padding: 10px 0px;
 }

 .logo {
 display: block;
 width: 212px;
 height: 42px;
 margin: 20px 0px 0px 10px;
 background: url(../img/logo.gif) no-repeat;
 float: left;
 }

 #nav {
 border-top: 1px solid #7f7f7f;
 border-bottom: 1px solid #7f7f7f;
 margin: 0px 0px 20px 0px;
 }

 #nav ul {
 padding: 0px;
 margin: 0px;
 }

 #nav ul li {
 list-style: none;
 padding: 0px;
 margin: 0px;
 display: inline-block;
 }

 #nav ul li a {
 display: block;
 padding: 10px 10px;
 font-size: 12px;
 color: #999999;
 }

 #nav ul li a:hover {
 background: #cccccc;
 text-decoration: none;
 }

 #nav ul li a.active {
 background: #333333;
 }

 #content {
 line-height: 20px;
 }

 .items {
 padding: 0px 10px;
 }

 .itemImage {
 display: inline-block;
 margin: 0px 10px 10px 0px;
 }

 .imageDescription {
 color: #ccc;
 font-size: 11px;
 }

 #leftITems {
 line-height: 20px;
 padding: 0px 15px;
 }

 #banner-160x600 {
 width: 160px;
 height: 600px;
 background: #fafafa;
 float: right;
 }

 #banner-728x90 {
 width: 728px;
 height: 90px;
 float: right;
 background: #fafafa;
 }

 #banner-300x250 {
 width: 300px;
 height: 250px;
 background: #FAFAFA;
 }
 */
#footer {
	border-top: 1px solid #7f7f7f;
	text-align: center;	margin: 10px 0px;
	padding: 10px 0px 0px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}
