/*   Premiere Carpets   */



/*   Styles Common To Many Pages   */

body {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    font-family: Georgia, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;   /* typical text color */
    min-width: 752px;
	letter-spacing: 0;	
    background-color: #efefef; 
	background-repeat: both;
}

#container {
    margin: 0px auto;
    width: 750px;
    height: 1000px;
    text-align: left;
    position: relative;  /* used to allow absolute positioning within the container */
    background-color: #ffffff; 
	border: solid 1px #336666; 
}

#header {
    position: absolute; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 750px; 
	height: 116px; 
	left: 0px; 
	top: 0px;
    background-color: #336666;   
    border: none;
}

#nav_primary {
    position: absolute; 
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: Arial, sans-serif;
	width: 750px; 
	height: 24px; 
	left: 0px; 
	top: 116px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px; 
	letter-spacing: 2px;
    background-color: #336666; 
	background-image: url(Images/nav_background.jpg); 
	background-repeat: repeat-x;
}

#page_identifier {
    position: absolute; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 460px; 
	height: 30px; 
	left: 270px; 
	top: 160px;
    text-align: center;
    background-color: transparent;   
    border: none;
}

#left_column_picture_div {
    position: absolute; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 239px; 
	height: 180px; 
	left: 0px; 
	top: 140px;
    background-color: transparent;   
    border: none; 
	border-right: 1px solid #336666; 
	border-bottom: 1px solid #336666; 
}

#left_column {
    position: absolute; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 225px; 
	height: 570px; 
	left: 10px; 
	top: 320px;
    background-color: transparent;   
    border: none;	
}

#right_column {
    position: absolute; 
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 470px; 
	height: 700px; 
	left: 270px; 
	top: 190px;
    text-align: left;
    background-color: transparent;      
    border: none;	
}

#footer {
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	top: 900px;
	left: 0px; 	
    width: 100%;
    height: 100px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    line-height: 16px;
	font-size: 10px;
	color: #cccc99;
    background-color: #336666; 
	border: none;
}

h1.page_id {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
	letter-spacing: 7px;
	font-weight: bold;
	color: #ff9966;    
    background-color: transparent; 
}

img {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

img.left_column_picture {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

p {
    margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: justify; 
	text-indent: 20px; 
}

span.decorating_tip {
	font-weight: bold;
	color: #ff9966; 
}

span.contact_by {
	font-weight: bold;
	color: #336666; 
}



/*--- Tabular Styles ---*/

table.all { 
    margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%; 
	height: auto; 
    border-collapse: collapse;
    background-color: transparent;
    border: none; 	
}

td.all_columns {
    width: 100%;
	height: 40px;
}

td.one_of_two_columns {
    width: 50%;
	height: 50px;
}

td.one_of_three_columns {
    width: 33%;
	height: 50px;
}

td.one_of_four_columns {
    width: 25%;
	height: 50px;
}

td.home_first_of_three {
    width: 80%;
}

td.home_second_of_three {
    width: 10%;
}

td.home_third_of_three {
    width: 150px;
	height: 166px;
}



/*---------------------------------------*/
/*       Link and Navigation Styles      */
/*---------------------------------------*/

/*--- Standard Links ---*/


a:link {
   color: #cc0000; 
   font-weight: bold; 
   text-decoration: none;
   background-color: transparent;
}

a:visited {
   color: #cc0000; 
   font-weight: bold; 
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #336666;  
   font-weight: bold; 
   text-decoration: underline;
   background-color: transparent;
}

a:active { 
   color: #cc0000; 
   font-weight: bold; 
   text-decoration: none;
   background-color: transparent;
}



/*--- Primary navigation ---*/

a:link.nav_primary_link {
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
}

a:visited.nav_primary_link {
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
}

a:hover.nav_primary_link {
   color: #ff9966;  
   text-decoration: none;
   background-color: transparent; 
}

a:active.nav_primary_link { 
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
}


a:link.nav_primary_link_on {
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
}

a:visited.nav_primary_link_on {
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
}

a:hover.nav_primary_link_on {
   color: #ff9966;  
   text-decoration: none;
   background-color: transparent; 
}

a:active.nav_primary_link_on { 
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
}


/*--- Email Link ---*/


a:link.e_contact {
   color: #000000; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:visited.e_contact {
   color: #000000; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:hover.e_contact {
   color: #ff9966;  
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:active.e_contact { 
   color: #000000; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}




/*--- Signature ---*/


a:link.signature {
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
   letter-spacing: 2px;
}

a:visited.signature {
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
   letter-spacing: 2px;
}

a:hover.signature {
   color: #ffffff;  
   text-decoration: none;
   background-color: transparent;
   letter-spacing: 2px;
}

a:active.signature { 
   color: #ff9966; 
   text-decoration: none;
   background-color: transparent;
   letter-spacing: 2px;
}


