@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat-y;
	background-color: #1c1b17;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	background-position: top;
	text-align: center;
	margin-top: 0px;
	}
	
h1 {
	margin-top: 0px;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin: 0px;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

#Header {
	width: 796px;
	text-align: left;
	height: 465px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/littletinybuttons_header.jpg);
}

#HeaderInside {
	width: 796px;
	text-align: left;
	height: 192px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/insidetop.jpg);
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Menu */

#menu {
	width: 796px;
	height: 30px;
	margin: 0px auto;
	background-color: #1d1b16;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	background: #1d1b16;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-left-width: 0px;
	height: 20px;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

#menu a:hover {
	font-size: 10px;
	background-color: #e12c69;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

/*content*/

#Content {
	width: 796px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
#Content h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

}
#Content h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #2D2D2D;
	border-bottom-width: 1px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

#Content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C06;
	text-decoration: underline;
	font-weight: normal;	
}
	
#Leftcontent {
	width: 470px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	color: #333;
}



#Rightcontent {
	width: 266px;
	margin: 0px auto;
	text-align: center;
	float: right;
	background-image: url(images/whiteback.png);
	height: 325px;
}
.Bold {
}

/*footer*/

#footer {
	width: 796px;
	height: 25px;
	background: #1c1b17;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	text-align: left;
	font-size: 10px;
	color: #999999;
	padding-left: 6px;
}
label {
	width: 150px;
	float: left;
}
#Content #Leftcontent #Order Form #total {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
#Content #Rightcontent table {
	text-align: left;
}
#Content #Rightcontent table tr td {
	text-align: center;
}

