
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	line-height:1.8em;
}

img{border:0}

#container, #framefit {
	width: 900px;
	margin: 6px auto 0 auto;
	background-color: #FFFFFF;
}

.framefit {
	width: 630px;
	overflow:hidden;
}

#container_two {
	width: 900px;
	margin: 6px auto 0 auto;
	background-color: #FFFFFF;
}

#container _four {
	width: 900px;
	margin: 6px auto 0 auto;
	background-color: #FFFFFF;
}

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

a, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration: none;
	border:none;
}

h1 {
	font-size: 24px;
	color: #E53C94;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: normal;
	line-height: normal;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 10px 0px 0px;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #996600;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 12px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h5 {
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: normal;
}

ul { list-style-type: square; }

ul ul { list-style-type: disc; }

ul ul ul { list-style-type: none; }

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

iframe {
	border:1px solid gray;
	background: white;
	width:630px;
	overflow:hidden;
}

.box p { margin:0; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	padding: 0;
	margin:0;
}

#navBar {
	float: left;
	width: 230px;
	margin: 10px 0px 0px 0;
	clear: right;
	background-color: #CCCCCC;
	height: 250px;
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
}

#flashmovie {
	height: 250px;
	width: 630px;
	float: right;
	margin-top: 10px;
}

#navBar ul { }

#navBar li {
	background-image: url(../images/bevel.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}

#navBar p {
	color: #333333;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
}

#navBar a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

#navBar a:hover { color: #999999; }

#navBar a:active { color: #E53C94; }

#headlines {
	float:right;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

.headlines {
	float: right;
	width: 200px;
}

/*
#content{
	float: left;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
}
*/
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName {
	margin: 0;
	padding: 0 0 0 0px;
	height: 200px;
}

/************* #globalNav styles **************/

#globalNav {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	padding-left: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#globalNav a {
	color: #E53C94;
	font-weight: normal;
	text-decoration: none;
}

#globalNav a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

/*************** #pageName styles **************/

#pageName {
	margin: 0px;
	padding: 20px 0px 10px 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

/************** .feature styles ***************/

.feature {
	padding: 0px 0px 10px 20px;
	font-size: 14px;
	line-height: 19px;
	width: 550px;
}

.feature img { padding: 0px; }

.feature a {
	padding: 0px;
	font-weight: bold;
	color: #E53C94;
	text-decoration: underline;
}

.feature a:link {
	padding: 0px;
	font-weight: bold;
}

.feature a:visited {
	padding: 0px;
	font-weight: bold;
	color: #666666;
}

.feature a:hover {
	padding: 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E53C94;
}

#siteInfo a {
	clear: both;
	color: #FFFFFF;
	text-align: center;
}

/************** #advert styles **************/

#advert { padding: 0px 0px 10px; }

#advert img { display: block; }

.imageright {
	clear: left;
	float: right;
	margin: 2px;
}

.imageleft {
	clear: right;
	float: left;
	margin-right: 5px;
}

li {
	color: #333333;
	padding-top: 2px;
	list-style-type: none;
	line-height: 24px;
	border: 1px solid #e5e9ff;
	padding-left: 2px;
	margin-left: -15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#col1 {
	width: 550px;
	float: left;
	padding: 10px 0px 10px 5px;
	font-size: 14px;
	margin: 0px;
	line-height: 18px;
}

#col1 a { color: #E64096; }

#col1 img { border: 2px solid #333333; }

#col2 {
	width: 310px;
	float: right;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
}

#col2 div { padding:55px 5px 10px 0; }

#col2 img { border: 1px solid #FFFFFF; }

.box {
	float: left;
	width: 150px;
	padding: 6px 0 0 6px;
}

/* products pages */
#products {
	width:610px;
	padding:10px 10px 0 10px;
}

.prodhead {
	width:605px;
	text-align:center;
	background-color:black;
	padding-top:30px;
	border-bottom: 2px solid white;
}

.constraint { width:610px; }

.prodhead h1 {
	font-size:9em;
	color:#FFFFFF;
	vertical-align: bottom;
	line-height:.7em;
	padding:0;
	text-transform:uppercase;
}

.prodimg {
	width:605px;
	height:320px;/*	overflow:hidden;*/
}

.one { /*	background:url(pages/images/carpet_template_img_one.jpg) no-repeat top left;*/ }

.sub {
	background:#e53c94;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	line-height:0.7em;
	padding:5px 6px;
	text-align:right;
	width:593px;
}

.toggle img {
	float:left;
	width:auto;
	height:auto;
	/*	background:#e53c94;*/
	padding-bottom:0;
}

img.vectorart {
	display:block;
	left:373px;
	overflow:hidden;
	position:relative;
	top:-317px;
	width:auto;
}

.foot a {
	color:white;
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	line-height:1.3em;
	width:24px;
	height:19px;
	overflow:hidden;
	border:none 0px;
}

.foot {
	background:transparent url(../pages/images/transparent_block.png) repeat scroll 0 0;
	display:block;
	height:39px;
	margin:0 0 2px;
	padding:5px;
	position:relative;
	width:595px;
	top:0;
}

.logo {
	height:39px;
	margin:0;
	padding:0;
	position:relative;
	width:119px;
}

.logo img {
	display:block;
	left:0;
	position:absolute;
}

#proddetails {
	color:#FFFFFF;
	left:130px;
	padding:5px;
	position:absolute;
	top:0;
	width:345px;
	word-spacing:.2em;
	line-height:1.3em;
	font-size:1.2em
}

.hidedetails, .vichidedetails {
	right:44px;
	position:absolute;
	top:12px;
	background:url(../pages/images/minus.png) no-repeat;
	border:none;
}

.showdetails, .vicshowdetails {
	right:10px;
	position:absolute;
	top:12px;
	background:url(../pages/images/plus.png) no-repeat;
	border:none;
}

.toggle {
	height:auto;
	width:605px;
}

.content { height:320px; }

.prod {
	position:relative;
	overflow:hidden;
	height:49px;
	margin-bottom:2px;
}

.expand { /*height:auto !important;*/ height:318px; }

.description { top:268px; }

.frame {
	width:630px;
	height:250px;
	border: 1px solid black;
}

.livingroom { background: url(../pages/images/livingroom-background.jpg) no-repeat; }

.diningroom { background: url(../pages/images/diningroom-background.jpg) no-repeat; }

.bedroom { background: url(../pages/images/bedroom-background.jpg) no-repeat; }

.flooring { background: url(../pages/images/flooring-background.jpg) no-repeat; }

.accessories { background: url(../pages/images/accessories-background.jpg) no-repeat; }

.hide{display:none;}
