/* CSS Document */

body {
	margin:0px;
	background-color: #433931;
	font-size:13px;
	font-weight:normal;
	color: #FFD5B4;
	font-family:Verdana;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header #logo {
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	width: 325px;
	height: 100px;
}

#header #uppernavigation {
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	font-family:Arial;
	font-size: 12px;
	color: #632423;
}
#header #uppernavigation a {
	margin-left: 25px;
	color: #FFEBDB;
	font-weight:normal;
	font-family:Arial;
	font-size: 12px;
}

#navigation1 {
	text-align:center;
}

#navigation1 .a1 {
	background-image: url(../images/navigation_left_bg.jpg);
	background-repeat:no-repeat;
	width: 30px;
	height: 60px;
}

#navigation1 .a2 {
	background-image: url(../images/navigation_right_bg.jpg);
	background-repeat:no-repeat;
	width: 25px;
	height: 60px;
}


#navigation2 {
	text-align:right;
}

#navigation2 .model {
	background-image: url(../images/midnavigation_model_bg.jpg);
	background-repeat:no-repeat;
	width: 390px;
	height: 263px;
}

#navigation2 .h1 {
	font-family: Verdana;
	font-size:15px;
	font-weight:bold;
	color:#FFEBDB;
}

#navigation2 .p {
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color:#FFD5B4;
}

#navigation2 .content {
	padding: 5px;
	padding-left: 10px;
}

#bodyTop {
	background-image: url(../images/body_top_bg.jpg);
	background-repeat:no-repeat;
	width: 775px;
	height: 20px;
}

#bodyCenter {
	background-color:#FFE9D8;
}

#bodyCenter .left {
	background-image: url(../images/body_left_bg.jpg);
	background-repeat:repeat-y;
	width: 15px;
	height: 5px;
}

#bodyCenter .right {
	background-image: url(../images/body_right_bg.jpg);
	background-repeat:repeat-y;
	width: 7px;
	height: 5px;
}

#bodyBottom {
	background-image: url(../images/body_bottom_bg.jpg);
	background-repeat:no-repeat;
	width: 775px;
	height: 18px;
}

#bodyCenter .middle {
	padding: 2px 10px 2px 10px;
}

#bodyCenter .h1, #bodyCenter #search .h1, #bodyCenter #search .advanced, #bodyCenter #search .label {
	font-family: Garamond;
	font-size:20px;
	font-weight:bold;
	color:#433931;
}

#bodyCenter #search input, #bodyCenter #search select {
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	color:#433931;
	border:solid;
	border-width:thin;
	padding:2px;
	border-color:#433931;
	width: 225px;
}

#bodyCenter #search2 input, #bodyCenter #search2 select {
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	color:#433931;
	border:solid;
	border-width:thin;
	padding:2px;
	border-color:#433931;
}


.help {
	border-bottom:dotted;
	border-bottom-width: 2px;
	cursor:help;
	border-bottom-color:#433931;
}

#bodyCenter #search .h1 {
	font-size:14px;
}

#bodyCenter #search .advanced {
	font-size:12px;
	font-weight:normal;
	padding-left:30px;
}

#bodyCenter #search .label {
	font-size:12px;
}

#bodyCenter .content {
	font-family: Garamond;
	font-size:13pt;
	font-weight:normal;
	color:#433931;
}

#bodyCenter .content a, #bodyCenter .content a:hover {
	/*font-family: Arial;*/
	/*font-size:12px;*/
	font-weight:normal;
	color:#433931;
}

#bodyCenter hr {
	height:1px;
	color: #433931;
}

#footer {
	padding: 2px 15px 5px 22px;
}
#footer .left {
	color: #FFDCC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#footer .right, #footer .right a, #footer .right a:hover {
	color: #FFDCC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
#footer .right a {
	text-decoration:none;
}
#footer .right a:hover{
	text-decoration:underline;
}

.verticalline {
	background-image: url(../images/vert_line.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.blankCover {
	width:100%;
	height:100%;
	background-image: url(../images/blank.gif);
}

img {
	border:none;
}

#searchelement {
	border: solid;
	border-width:thin;
	border-color:#999999;
	padding: 2px;
}

#navigationmyaccount ul {
	list-style:none;
}

#navigationmyaccount ul li {
	display:inline;
	padding: 0px 5px 0px 5px;
}

.heading-homepage {
	font-family:Garamond;
	font-size: 16pt;
	font-weight:bold;
	color:#CA7452;
}
.highligh-homepage {
	font-size:16pt;
	font-weight: bold;
	color:#632423;
	font-family:Garamond;
}
.newsupdates {
	font-size:13pt;
	font-weight: normal;
	color:#000;
	font-family:Garamond;
}