@charset "utf-8";
/* CSS Document */

div#ttcontainer{
display:block;
background-image: url(/tabletopbg.jpg);
background-repeat: no-repeat;
background-position: center;
text-align:left;
width: 700px;
height: 350px;
padding:0;
margin:0 auto 25px 0;
border: 1px solid #e9e1dc;
}

div#idcontainer{
display:block;
background-image: url(/interiordesignbg.jpg);
background-repeat: no-repeat;
background-position: center;
/*text-align:center;*/
width: 700px;
height: 350px;
padding:0;
margin:0 auto 25px 0;
border: 1px solid #e9e1dc;
}

div.ttlinks {
border: 1px solid #dbdbdb;
display: block;
background-color: #fefbf9;
width: 359px;
font-family: georgia;
font-size: 14px;
color: #000;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
vertical-align: middle;
margin: 64px 0 0 13px;
}

div.idlinks {
border: 0px solid #dbdbdb;
display: block;
background-color: #FFF;
width: 415px;
font-family: georgia;
font-size: 14px;
color: #000;
font-weight: bold;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
vertical-align: middle;
margin: 64px 0 0 8px;
text-align:center;
}

div.ttlinks a {
text-decoration: underline;
color: #0a66c5;
}

div.ttlinks a:hover {
text-decoration: underline;
color: #000;
}

div.idlinks a {
text-decoration: underline;
color: #902996;
}

div.idlinks a:hover {
text-decoration: underline;
color: #000;
}

div.ttcopy {
display: block;
border: 0px dashed red;
width: 345px;
height: auto;
font-family: arial;
font-size: 12px;
color: #57370f;
padding: 0;
margin: 26px 0 0 13px;
line-height: 21px;
width: 410px;

}

div.idcopy {
display: block;
border: 0px dashed red;
width: 345px;
font-family: arial;
font-size: 13px;
color: #57370f;
padding: 0;
margin: 26px 0 0 13px;
line-height: 23px;
width: 410px;
height: auto;
text-align:center;
}

div.ttdetails {
display: block;
border-top: 1px dotted #c5b9aa;
border-bottom: 1px dotted #c5b9aa;
width: 359px;
height: 17px;
font-family: arial;
font-size: 12px;
color: #57370f;
padding-top: 5px;
padding-bottom: 5px;
margin: 44px 0 0 13px;
width: 402px;
}

div.iddetails {
display: block;
border-top: 1px solid #e3e3e3;
border-bottom: 0px dotted #c5b9aa;
height: auto;
font-family: verdana;
font-weight:bold;
font-size: 12px;
color: #464646;
padding-top: 17px;
padding-bottom: 0px;
margin: 1px 0 0 13px;
width: 415px;
text-align:center;
}

div.ttdetails a {
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #0a66c5;
}

div.ttdetails a:hover {
font-family: arial;
font-size: 12px;
text-decoration: underline;
color: #000;
}