
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
    min-width: 900px;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
	min-width: 900px;
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 150px;
	float: left;
	position: relative;
	background: url('/images/logo.png') no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

.phone {
	font-size: 14pt;
    color: white;
    padding-top: 70px;
}

h1#logo {
    font-size: 23pt;
    color: white;


}
/* Menu */

#menu
{
	height: 8em;
	background: white;
	margin-left: 150px;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 0;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}



#menu li a
{
	margin-top: 20px;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: grey;
	color: #fff;
}

/* Content */

#content
{
	background: #fff url('/images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p
{
	margin-bottom: 0.3em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	width: 100%;
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: black;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 150px;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}

a img {
  ;
}

td p {
  display: inline;
  margin-left: 20px;
  padding-right: 0px;
}

td {
  padding-right: 0px;
}

#phone {
	padding-left: 95px;
	height: 90px;
	background: url('/images/phone.png') no-repeat;
}

.about {
	width: 98%;
	height: 500px;
	background: url('/images/rbu.jpg') no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-left: 30px;
	color: black;
}

.dom {
	width: 98%;
	height: 500px;
	background: url('/images/dom.jpg') no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-left: 30px;
	color: black;
}

.discount {
	font-size: 1.2em;
	color: black;
	padding: 10px;
	background: #ab9b3c;
	background-image: repeating-linear-gradient(135deg, hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 30px, transparent 0, transparent 60px);
	border: 10px solid hsla(0,0%,100%,.5);
}

.discount-title {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 1em;
	
}