/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c6d4ee;
}

#holder {
	width: 734px;
	border-left: 12px solid white;
	border-right: 12px solid white;
	background-color: white;
}


#top {
	background-image: url(images/top_bgd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 107px;
	text-align: right;
}

#top h1 {
	font-size: 0.9em !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
	margin-right: 10px !important;
}

#top h1 a {
	color: #002776 !important;
}

#top h1 a:hover {
	color: #5d96ff !important;
}

#header {
	background-image: url(images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 151px;
	text-align: left;
}

#navigation {
	width: 200px;
	padding: 25px;
}

#navigation a {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	padding: 1px;
}

#main {
	background-image: url(images/main_bgd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}


#navigation a:hover, #main a:hover {
	color: #5d96ff;
	font-weight: bold;
}

#main a:hover {
	font-weight: normal !important;
}

#main a {
	color: #002776;
	font-style: italic;
}

#main p {
	font-size: 1.2em !important;
}

#padd {
	padding: 20px;
	padding-right: 0px !important;
}

#content {
	width: 546px;
	float: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #002776;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0px;
}

h1 a {
	text-decoration: none !important;
}

h2 {
	color: #5d96ff;
	margin: 0px;
	font-variant: normal;
	font-size: 1.3em;
}

h2 a {
	color: #5d96ff !important;
	text-decoration: none;
}

h2 a:hover {
	color: #002776 !important;
	text-decoration: none;
}

p {
	text-align:justify;
} 

#image {
	float: right;
	width: 175px;
	text-align: center;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

ul {
	padding-left: 35px;
}

#contact_curtain_shop p {
	margin: 0px;
}

p.imageLinks a {
	border: 5px solid white;
	display: block;
	float: left;
	height: 115px;
	width: 115px;
}

p.imageLinks a:hover {
	border-color: #c6d4ee !important;
}