/*-----------Main Layout Properties*/


body {
	background: #fff;
	margin: 0;
	padding: 10px 7px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: white;
}

#header {
	width: 900px;
	height: 140px;
	border-bottom: 1px solid #d6d1d1;
}

#main_content {
	width: 900px;
	height: 400px;
	border-bottom: 1px solid #d6d1d1;
}

#main_content2 {
	width: 900px;
	border-bottom: 1px solid #d6d1d1;
	padding: 15px 0px;
}

#bottom {
	width: 900px;
	height: 170px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer {
	width: 900px;
}

/*----------------Font Properties*/

p, ul li, .mysubmit, .price_chart {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #474643;
	line-height: 150%;
}

.center {
	text-align: center;
}

.order_table {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #474643;
}

.notation {
	font-style: italic;
	padding-left: 35px;
	padding-top: 15px;
}

.italic {
	font-style: italic;
}

#footer p {
	font-size: 11px;
	color: #969292;
	text-align: center;
}

/*----------Main Menu Properties*/

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#main_nav ul li {
	float: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	padding-right: 25px;
	letter-spacing: 0.1em;
}

#main_menu ul a {
	text-decoration: none;
}

.header_table {
	width: 900px;
}

.header_table td {
	vertical-align: bottom;
}

.cushion {
	padding-left: 90px;
}


/*----------Link Properties-----*/

#main_nav a:link {
	color: #b9545d;
	text-decoration: none;
}

#main_nav a:hover {
	color: #9d2e38;
	text-decoration: none;
}

#main_nav a:visited {
	color: #b9545d;
	text-decoration: none;
}

.current_page {
	color: #313030;
}

#bottom a:link {
	color: #ac313c;
	text-decoration: none;
}

#footer a:link, #footer a:visited, #main_content2 a:link, #main_content2 a:visited, #bottom_table a:visited,  #main_content a:link, #main_content a:visited {
	color: #ac313c;
	text-decoration: none;
}

/*----------------Table Properties*/

.bottom_table td {
	width: 225px;
	padding: 0 15px;
}

.content_table td {
	vertical-align: top;
}

.content_table2 td {
	vertical-align: middle;
	padding-top: 10px;
}

.order_table {
	padding: 0px 20px;
	width: 470px;
}

.order_table td {
	padding: 10px 10px;

}

.price_chart {
	width: 410px;
}

.price_chart td {
	padding: 5px;
	border: 1px solid #d6d1d1;
}

/*----------------Misc Properties*/

.center {
	text-align: center;
}

.indent {
	padding-right: 30px;
	border-right: 1px solid #d6d1d1;
}

/*--------------Slider Properties*/

#slider {
    position:relative;
    width:550px; /* Change this to your images width */
    height:399px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider-wrapper {
    width:550px;
    height:399px;
    margin-left: 320px;
    border: 1px solid #d6d1d1;
    margin-top:25px;
	 margin-bottom: 25px;
}



#slider .nivo-controlNav {
	position:absolute;
	left:-295px; /* Put the nav below the slider */
	width: 300px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	margin-bottom: 10px;
	border: 1px solid #d6d1d1;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	 color: #fff;
}
