/**
 * @author Kalan MacRow
 * @version 1.0
 * @brief Global CSS 2.1 stylesheet for PURSEUADE.COM
 * $Id {3A54E7F2-AB35-498c-BE46-4A881A77DE27}
**/


body
{
	text-align: center;
	font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	color: #383838;
	margin:0;
}

/* 
 * @brief The little hash mark bar across the top of the layout.
**/
#stroke
{
	background-image:url('stroke.jpg');
	background-repeat:repeat-x;
	height: 10px;

}
	
#header
{
	height: 201px;
	width: 600px;
	margin: 0 auto;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
}

#content
{
	text-align: left;
	background-image: url('./footerbg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 600px;
	margin: 0 auto;
}


/*
 * @brief Last element in content has an increased margin to push layout down.
**/
#lastpara
{
	margin-bottom: 50px;	
}


#content_table{
	font-size: 1em;
	background: transparent;
}
/*
 * @brief Left-most column contained by $content layer.
**/
#content_left
{
	
	width: 74%;
	padding-left: 15px;
	
	
}

/*
 * @brief Right-most column within $content.
**/
#content_right
{

	width: 26%;
	height: 542px;
	background-image: url('vertical_bar.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#content_right a
{
	margin-left: 15px;
	display: block;
	width: 90%;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e4e1e1;
	text-decoration: none;
	
}

#content_right iframe{
	
	margin-left: 15px;
	padding: 5px 0 5px 0;
}

#content_right a:hover
{
	background-color: #fefefe;
	border-bottom: 1px solid #8dfc32;
}

#footer
{
	margin: 0 auto;
	width: 570px;
	text-align: left;
}

#footer a
{
	font-size: .8em;
	color: #a1a0a0;
	border: 0;
	text-decoration:none;
	letter-spacing: 1px;
	margin-right: 20px;

}

#footer a:hover
{
	color: #000;
}

/*
 * @brief Heading definitions (They're all images...)
 * All of the headings are image based, no text.
**/
#heading1_oneofakind{background-image: url('heading_oneofakind.jpg');}

/*
#heading1_allnaturalfibers{background-image: url('heading_allnaturalfibers.jpg');}
*/

#heading2_collections{background-image:url('heading2_collections.jpg');}
#heading2_homepage{background-image:url('heading2_homepage.jpg');}
#heading2_specialeditions{background-image:url('heading2_specialeditions.jpg');}
/*
#heading2_galleries{background-image:url('heading2_galleries.jpg');}
*/
#heading2_shopping{background-image:url('heading2_shopping.jpg');}


div.thumbframe
{
	width: 120px;
	height: 90px;
	cursor: hand;
	border: 1px solid #eee;
}

div.thumbframe img
{
	width: 120px;
	height: 90px;
	margin: 0;	
	border: 0;
}

div.thumbframe a{
	border: 0;
}
div.thumbframe a:hover{
	border: 0;
}

/*
 * @brief Standard tags...
**/


h1
{
	width: 350px;
	height: 42px;
	background-repeat: no-repeat;
	margin-bottom: 0;

}
h2
{
	width: 100%;
	height: 20px;
	margin: 10px 0 0 15px;
	background-repeat: no-repeat;
}
h3{
	font-size: 1.5em;
	margin-bottom: 0;
}
p
{
	text-align: left;
	text-indent: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
a
{
	text-decoration: none;
	color: #0479e7;
	border-bottom: 1px solid #0479e7;
}
a:hover
{
	color: #5baefc;
	border-bottom: 1px solid #8dfc32;
}


