* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	margin: 20;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#tblSearch{
	border:1px solid #666666;
}
#tblSearch #searchHeading{
	font-size:18px;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}
#tblSearch #lengthWidth{
	background-image:url(images/bg_carpet.gif);
	background-repeat:no-repeat;
}
#tblSearch #lengthWidth .input{
	font-size:11px;
	padding:2px;
	vertical-align:middle;
	border:1px solid #666666;
}
#tblSearch #searchCriteria td{
	font-size:12px;
	color:#FFFFFF;
	padding:5px;
}
#tblSearch .width{
	padding-left:25px;
}
#tblSearch #searchCriteria select{
	font-size:12px;
	width:258px;
}
#tblSearch #searchCriteria .input{
	font-size:14px;
	width:248px;
	padding:5px;
	vertical-align:middle;
	border:1px solid #666666;
}
#tblSearch td{
	color:#FFFFFF;
	font-size:12px;
}
#tblSearch .padding{
	padding: 5px;
}
a {
	color: #ac824a;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Boxed */

.title {
	font-family: Tahoma;
	font-size: 16px;
	padding-left: 30px;
	background-image: url(images/img04.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
}

.boxed1 .content {
	background: url(newsite/images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 14px;
}

.boxed2 .content {
	background: url(newsite/images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(newsite/images/img07.gif) no-repeat left bottom;
	height: auto;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */
#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50px;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/ayasofyalogo.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 519px;
	height: 48px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(images/img02a.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	height: 5px;
	list-style: none;
	background-color: #ac824a;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 19px;
	padding-left: 19px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ac824a;
	padding-bottom: 0px;
	color: #000000;
}

#menu a:hover {
	border-top-color: #FFFFFF;
	color: #333333;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */
#gallery{
	background-color: #AC824A;
}
#gallery tr{
	background-color:#FFFFFF;
}
#gallery td:hover{
	background-color:#D2B997;
}

#rugs_gallery {
	background-color: #AC824A;
	border:1px solid #FFFFFF;
}
#rugs_gallery tr{
	background-color: #FFFFFF;
}
#rugs_gallery tr td{
	padding: 5px;
}
#rugs_gallery:hover{
	border:1px solid #D2B997;
}
#page {
	width: 740px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #AC824A;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Content */

#content {
	float: left;
	border-bottom: 1px solid #FFFFFF;
	width: 450px;
	padding: 10px;
}

#content p, #content ol, #content ul {
	line-height: 152%;
	margin-left: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 10px;
}
#sidebar2 {
	margin-top:25px;
	float: left;
	width: 250px;
	padding: 10px;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	background-image:url(images/ayasofyalogo_wm.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: auto;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 210px;
	margin-top: 20px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
	margin-top: 20px;
}

/* Footer */

#footer {
	width: 760px;
	border-top: 10px solid #ac824a;
	background-color: #FFFFFF;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	width: 240px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #29A4E1;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 155px;
}
.AccordionPanelContent a{
	font-size:11px;
}

#nav{
	font-size: 11px;
	text-align:center;
}

#nav a{
	text-decoration:underline;
}
#nav a:hover{
	text-decoration:none;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #000000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
}

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(images/img04.gif) no-repeat left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #0000FF;
	text-decoration: blink;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFFFFF;
}



#footer p {
	text-align: center;
	font-size: 77%;
}
#Bottomsection {

}
#content.contentbottom {
	float: right;
	border-bottom: 1px solid #FFFFFF;
	width: 480px;
	overflow: auto;
}
.style3 {
	font-size: 85%
}

.style4 {
	font-size: 12px
}



.style5 {
	font-family: Tahoma
}

.style7 {
	font-size: 14px;
	font-weight: bold;
}

.style8 {font-size: 14px}
#contentfull {
	float: left;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	width: 700px;
}
