@charset "UTF-8";

/* overriding Gallery styles */

.title a,
.title a:link,
.title a:visited,
.title a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	letter-spacing: 0;
	font-size:small;
}
.head
	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
	}
body {
	margin:0;
}
#header {
	width:1000px;
	margin: 0 auto;
}




/* my CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	background-color: #000000;
}

#wrapper {
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
}
#header-left , 
#header-right {
	height:180px;
}

#header-left {
	width:400 px;
	float: left;
}

#header-right {
	background-image: url(../../images/header-light.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width:595px;
}
#navigation {
	padding-left: 150px;
}

#navigation .orderbutton {
	position: relative;
	right: 0px;
}

#navigation ul {
	margin-left: 5px;
	list-style-type: none;
}

#navigation li {
	float: left;
	width: 100px;
	text-align: center;
	height: 75px;
	padding-top: 25px;
}

#navigation li:hover ,
#navigation li.active {
	background-image: url(../../images/nav-BG.jpg);
	background-repeat: no-repeat;
}
#content-area ,
#footer {
	width: 900px;
	margin: 0 auto;
}

#content-area {
	padding-bottom: 25px;
}

#maincontent ,
#sidebar {
	background-color: #FFFFFF;
	padding: 15px 20px 20px;
}

#maincontent {
	background-color: #FFFFFF;
	width: 510px;
	float: left;
}
h1, h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #990000;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	color: #999999;
}

p + h2 {
	padding-top:10px;
}

p {
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.small {
	font-size: 11px;
	font-style: italic;
}

#content-area p a {
	font-weight: bold;
}

#content-area p a:link {
	color: #CC0000;
	font-weight: bold;
}

#content-area p a:visited {
	color: #CC6666;
}

#content-area p a:hover {
	color: #FF0000;
}

#content-area p a:active {
	color: #FF0000;
}

#content-area p img {
	float: left;
	padding-right: 10px;
}

.contactinfo {
	float: left;
}
.cfirst  {
	margin-right: 30px;
}

.contactinfo p {
	margin: 0px;
}

#socialmedia {
	border-top: 1px solid #990000;
	padding-top: 7px;
	margin-top: 20px;
}
#socialmedia  span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #999999;
	margin-left: 3px;
}
#socialmedia  span:hover {
	color: #666666;
}

#sidebar {
	float: right;
	width: 280px;
}

#footer {
	background-color: #790000;
	height: 20px;
}

#footer ul {
	color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}

#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}
