body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	background-color: #B2B4B5;
	background-image:    url(images/tile_new.gif);
	background-repeat: repeat;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #6F3242;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8495F;
	border-bottom-color: #A8495F;
	padding: 2px;
}


p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#form1  {
	font-size: 12px;
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#form1 td {
	vertical-align: top;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#wrap {
	width: 760px;
	background-color: #A3A6AA;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	height: 41px;
	background-color: #A3A6AA;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
	padding: 0px;
}

#header img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	width: 748px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#leftSection {
	width: 550px;
}

#sidebar {
	top: 51px;
	width: 312px;
	padding: 10px;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 353px;
}


/* main navigation elements*/
ul#nav {
	list-style: none;
	height: 30px;
	display: inline;
	padding: 0;
}
/* position the nav bar but hide this code from IE6 */
#header>#nav {
	margin-top: 5px;
	position: absolute;
	margin-left: 55px;
	overflow: hidden;
}
/* end of hidden code */

#nav a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#nav a:hover {
background-position: 0 -30px;
}
	
#nav a:active, #nav a.selected {
	background-position: 0 -60px;
}

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

#about a {
	width: 35px;
	background-image:    url(images/buttons/about.gif);
	background-repeat: no-repeat;
}

#contact a {
	width: 47px;
	background-image:    url(images/buttons/contact.gif);
	background-repeat: no-repeat;
}

#orders a {
	width: 40px;
	background-image:    url(images/buttons/orders.gif);
	background-repeat: no-repeat;
}
#venues a {
	width: 40px;
	background-image:    url(images/buttons/venues.gif);
	background-repeat: no-repeat;
	margin-right: 44px;
	padding-right: 10px;
}

#weddings a {
	width: 69px;
	background-image:    url(images/buttons/weddings.gif);
	background-repeat: no-repeat;
}

#packages a {
	width: 69px;
	background-image:    url(images/buttons/packages.gif);
	background-repeat: no-repeat;
}

#portraits a {
	width: 69px;
	background-image: url(images/buttons/portrait.gif);
	background-repeat: no-repeat;
	margin-right: 17px;
}

#testimonials a {
	width: 69px;
	background-image: url(images/buttons/testimonials.gif);
	background-repeat: no-repeat;
}

#links a {
	width: 36px;
	background-image:  url(images/buttons/links.gif);
	background-repeat: no-repeat;
}

div#address {
	position: relative;
	bottom: 5px;
	right: 0px;
}

#address img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

div#thumbnails {
	position: absolute;
	top: 170px;
	left: 10px !important;
	left /**/:1px;
}

#thumbnails p {
	margin: 2px 0px 0px;
}

#thumbnails img {
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* this is simply to force IE to accept the 'hover' border change*/
div#thumbnails a {
	text-decoration:none;
}
/* ...so is this! */
div#thumbnails a:hover {
	text-decoration:underline;
}

div#thumbnails a:link img {
	border: 1px solid #000000;
}

div#thumbnails a:visited img {
	border: 1px solid #666666;
}

div#thumbnails a:active img {
	border: 1px solid #666666;
}

div#thumbnails a:link:hover img {
	border: 1px solid #FFFFFF;
}

#address p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#sheetBtn {
	width: 75px;
}
#foot ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#foot li {
	list-style-type: none;
	display: inline;
}
#foot p {
	margin-top: 0px;
	text-align: center;
}

div#foot {
	font-size: 12px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#foot img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}

#wrap #foot li a:link, #wrap #foot li a:visited {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	color: #FFFFFF;
}

#wrap #foot li a:hover {
	background-color: #B34B65;
	text-decoration: none;
}

#wrap #foot #nnns {
	text-align: right;
	float: right;
	margin-top: -23px;
}


.ls {
	border-top: 18px solid #000000;
}
.lsshort {
	border-top: 35px solid #000000;
}
.email {
	margin-left: 5px;
	padding-left: 5px;
	margin: 0px;
	padding: 0px;
}
div#pricelist_btn {
	height: 35px;
}
#pricelist_btn a {
	background-image: url(images/buttons/pricelist_btn.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 76px;
}

#pricelist_btn a:hover {
	background-position: 0px -35px;
}
ul#contAndPrice {
	position: absolute;
	top: 335px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 75px;
}
#contAndPrice li {
	margin-left: 0px;
	list-style-type: none;
	display: inline;
	padding: 0px;
}

table#request {
	margin-top: 15px;
}
ul#packagesMenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#packagesMenu li {
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#packagesMenu a:link, #packagesMenu a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#packagesMenu a:hover {
	text-decoration: none;
	background-color: #B34B65;
}

div#basketDetails {
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#basketDetails h3 {
	margin: 0px;
	display: inline;
	font-size: 14px;
}

#cart_summary td{
	padding-right: 10px;
}

div#leftSection {
	width: 550px;
}


#sidebar {
	width: 170px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 6px;
	display: inline;
	position: relative;
	float: right;
}
#sidebar h5 {
	font-size: 12px;
	margin: 0px;
}

#wrap #sidebar h6 {
	font-size: 10px;
}
#creditCards{
	margin-right: auto;
	margin-left: auto;
}
#creditCards td{
	padding: 2px;
	text-align: center;
}
#orderChoice td {
	padding: 5px;
}
table#orderChoice {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#orderChoice img {
}

.blueText {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.product_individual {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.itemIndividual {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
.itemIndividual h1{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.itemIndividual h2{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.itemIndividual h3{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: normal;
}
.itemIndividual img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding: 2px;
}
.qty {
	margin-top: 15px;
	vertical-align: top;
}
.qty h2{
	font-size: 12px;
	margin: 0px;
}
.products_details {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.products_details td {
	vertical-align: top;
}
#cartLogo {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#options h1{
	font-size: 14px;
	margin: 0px;
}
#options h2{
	font-size: 12px;
	margin: 0px;
}
.tableHeader {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cartTd {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdRight {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdLeft {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdBlue {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.cartHeader {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}
.cartHeaderLeft {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.cartHeaderRight {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.textNormal{
	font-size: 12px;
	text-align: left;
}
.cartTable {
	border: 1px solid #FFFFFF;
}
.cartTable td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#Submit {
	color: #FFFFFF;
	background-color: #A3415A;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.qbox {
	text-align: right;
}
#wrap #sidebar h6 {
	font-size: 10px;
}
div#protxLogo {
	margin-right: 5px;
	width: 700px;
	height: 80px;
}
