body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	/*
	height: auto;
	width: 800px;
*/
}	

table {
	border-collapse: collapse;
	font-size: .8em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#stone_master td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	height: 180px;
	vertical-align:top;
}

#stone_master img{
	margin-bottom: 10px;
}

#product_master{
	margin-left: 20px;
}

#product_master td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 10px 0px 10px;
	height: 150px;
	vertical-align:top;
}

#product_master img{
	margin-bottom:10px;
}

caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	color: #990000;
	text-align: center;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #CCCCCC;
	text-align: left;
	margin: 20px 0px 0px 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

ul{
	font-size: .8em;
	line-height: 1.5em;
}

.alert {
	color:#FF0000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #8E763A;
	background-color: transparent;
}

#wrapper {
	width: 1020px;
	height: auto;
	margin: 10px auto;
}


#inner_wrapper {
	margin-left: 10px;
	width: 800px;
	float: left;
	background-image:url(/images/common/wrapper_background.jpg);
}


#marble_adverts {
	float: right;
	width: 200px;
	height: auto;
	padding: 155px 0 0 10px;
}

#header {
	background-color:#000000;
	width: 800px;
	height: 153px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.footer_info {
	margin-left: 190px;
	color:#CCCCCC;
	text-align: center;
}

/** Styles for the Navigation Div **/

#spacer {
	height: 20px;
}

#nav_bar {
	width: 227px;
	height: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

/** styles for the navigation menu */

#nav_bar ul {
	font-size: 1.1em;
	line-height: 1.1em;
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
}

#nav_bar li {
	border-bottom: 1px solid #CC9933;
}

#nav_bar li a {
	display: block;
	padding: 10px 0px 10px 25px;
	background-color: transparent;
	color: #8E763A;
	text-decoration: none;
}

/** Styles for the main page body **/

#maincontent {
	height: auto;
	width: 544px;
	float: right; 
	margin-right: 20px;
	background-image: url(/images/common/maincontent_background.jpg) repeat: y;
	font-family: Arial, Helvetica, sans-serif;
}

#turkish_marble_columns {
	width: 800px;
	height: auto;
	clear: both;
	background-image:url(/images/common/marble_columns.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	width: 800px;
	height: auto;
	background-image:url(/images/common/turkish_marble_footer.jpg);
	text-align: center;
	font-size: .8em;
}

#clear {
	clear: both;
}



#marble_pic_large {
	height: 420px;
	width: 544px;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.specifications_table {
	float: left;
	margin-left: 65px;
	font-size: .8em;
	color: 000000;
	margin-bottom: 40px;
	border-collapse: collapse;
}

.details_table {
	float: left;
	margin-left: 10px; 
	font-size: .8em;
	color: 000000;
	margin-bottom: 40px;
	border-collapse: collapse;
}

#marble_details {
	clear: both;
	text-align: center;
}

/*Styles for the contact form tables*/

.contact, .stone_types, .finish, .dimensions, .comments {
	border-collapse: collapse;
	margin-left: 10px; 
	font-size: .8em;
	color: 000000;
}

.contact td {
	text-align: right;	
}

.contact input {
	background-color: #CCCCCC;
}

.stone_types select {
	background-color: #CCCCCC;
	width: 200px;
}

.stone_types input {
	background-color: #CCCCCC;
}

.stone_types checkbox {
	background-color: #CCCCCC;
}

/*Gives padding to the subsequent tables in the request form, to line up the checkboxes and set background color*/

.finish td {
	text-align: left;
	padding-left: 50px;
}

.finish checkbox {
	background-color: #CCCCCC;
}

.dimensions input {
	background-color: #CCCCCC;
}

.comments textarea {
	background-color: #CCCCCC;
}

.comments input{
	margin: 0 0 0 130px;
}

.center {
	text-align: center;
}

.submit {
	margin: 0 0 0 240px;
	background-color: #CCCCCC;
}

/* Photo gallery page styles */

#gallery {
	margin-left: 10px;
}

#gallery td{
	vertical-align: top;
	height: 170px;
	padding: 10px 10px 10px 10px;
}

#gallery img{
	margin-bottom: 10px;
	border: 1px solid;
	border-color: #8E763A;
}

/* Styles for the Turkey Central text turning it into a logo */

.Turkey {
	color: #CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.Central {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}