/* CSS Document */

html	 		{
				margin: 0px;
				padding: 0px;
				width: 100%;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				background-color: #000000;
				color:#EBE4DD;
				}
				
body			{
				margin: 0px;
				padding: 0px;
				width: 100%;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				background-color: #000000;
				background-image: url(../bgmain.jpg);
				background-position: center top;
				background-repeat: no-repeat;
				color:#EBE4DD;
				}

img				{
				border: none;
				}

table, td		{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				color:#EBE4DD;
				margin: 0px;
				}
/*
input			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 11px;
				color:#E5DED2;
				background-color: #581A09;
				border: 1px solid #4F170A;
				}
*/
				
input			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 11px;
				color:#E5DED2;
				background-color: #581A09;
				border: 1px solid #4F170A;
				}

select			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 11px;
				color:#E5DED2;
				background-color: #581A09;
				border: 1px solid #4F170A;
				}
				
textarea		{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 11px;
				color:#E5DED2;
				background-color: #581A09;
				border: 1px solid #4F170A;
				}

h1				{
				font-family: Helvetica, Arial, Tahoma, sans-serif;
				font-size: 19px;
				color: #E5DED2;
				margin: 0px;
				margin-top: 4px;
				padding: 0px;
				padding-left: 16px;
				}
				
/********background control styles*******/
.rptx			{
				background-repeat: repeat-x;
				}
.rpty			{
				background-repeat: repeat-y;
				}
.rptno			{
				background-repeat: no-repeat;
				}

.body			{
				height: 100%;
				}

#layout			{
				height: 100%;
				}

#header			{
				height: 140px;
				}

#footer			{
				height: 138px;
				}

.price			{
				color: #FFFFFF;
				line-height: 18px;
				}

.client			{
				color: #BAB289;
				font-weight: bold;
				}

.clientname		{
				color: #D3D3D3;
				font-weight: bold;
				}

.faq			{
				color: #BAB289;
				font-weight: bold;
				}

.labeldetail	{
				color: #E0D7CA;
				font-weight: bold;
				font-size: 14px;
				}

.title			{
				font-size: 16px;
				font-weight: bold;
				color: #E0D7CA;
				}

.caption		{
				font-size: 10px;
				}

.aboutquote1	{
				font-size: 16px;
				font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-weight: bold;
				color: #DBD5CD;
				margin: 0px;
				z-position: 5;
				position: relative;
				top: -42px;
				right: 2px;
				}

.aboutquote2	{
				font-size: 16px;
				font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-weight: bold;
				margin: 0px;
				color: #000000;
				z-position: 0;
				position: relative;
				top: 0px;
				}

.addcart		{
				color: #FFAD63;
				font-weight: bold;
				}

a.addcart:link, a.addcart:visited, a.addcart:active
				{
				color: #FFAD63;
				font-weight: bold;
				text-decoration: underline;
				}

a.addcart:hover	{
				color: #EFA25D;
				font-weight: bold;
				text-decoration: none;
				}

.bbar			{
				color: #E0D7CA;
				}

a.bbar:link, a.bbar:visited, a.bbar:active
				{
				color: #FF9A40;
				text-decoration: underline;
				}

a.bbar:hover	{
				color: #E08738;
				text-decoration: none;
				}

.bbard			{
				color: #E0D7CA;
				}
		
a.bbard:link, a.bbard:visited, a.bbard:active
				{
				color: #E0D7CA;
				text-decoration: none;
				}

a.bbard:hover	{
				color: #E0D7CA;
				text-decoration: none;
				}

.snav			{
				color: #FFAD63;
				}

a.snav:link, a.snav:visited, a.snav:active
				{
				color: #FFAD63;
				text-decoration: underline;
				}

a.snav:hover	{
				color: #FFAD63;
				text-decoration: none;
				}
				
.services		{
				color: #FFAD63;
				}

a.services:link, a.services:visited, a.services:active
				{
				color: #FFAD63;
				text-decoration: underline;
				}

a.services:hover	{
				color: #FFAD63;
				text-decoration: none;
				}

.servicesdn		{
				color: #FFAD63;
				}

a.servicesdn:link, a.servicesdn:visited, a.servicesdn:active
				{
				color: #FFAD63;
				text-decoration: none;
				}

a.servicesdn:hover	{
				color: #FFAD63;
				text-decoration: none;
				}
				

.footerlink		{
				color: #FF9A40;
				}

a.footerlink:link	{
					color: #FF9A40;
					text-decoration: underline;
					}

a.footerlink:visited	{
						color: #FF9A40;
						text-decoration: underline;
						}

a.footerlink:hover	{
					color: #E08738;
					text-decoration: none;
					}
							
a.footerlink:active	{
					color: #FF9A40;
					text-decoration: underline;
					}




/*default link styles*/

a:link				{
					color: #FF9A40;
					text-decoration: underline;
					}

a:visited			{
					color: #FF9A40;
					text-decoration: underline;
					}

a:hover				{
					color: #E08738;
					text-decoration: none;
					}
							
a:active			{
					color: #FF9A40;
					text-decoration: underline;
					}