
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
}

#content-main-two-column 
{
	padding:15px;
	float:left;
	width:540px;
	background-color: #ffffff
}

#content-side-two-column
{
    float: right;
    width: 170px;
    height: 100%;
    padding-top: 15px;
    padding: 10px;
}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #fc99e1;
	background:url(../../App_Assets/Images/SiteImages/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:540px;
	float:left;
	margin-left:25px;
	height: auto;
    text-align: left;
}

#contactus-form
{
    width: 100%;
    height: 100%;
}
   
#contactus-form table
{
    width: 100%;
    height: 100%;
}
       
    
#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:0.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
#tags
{
   
    /*border: 1px solid #CACACA;*/
    bottom: 0;
    padding: 10px;
    margin: 0px 0px 0px 10px;
   /* margin-bottom:-50px;*/
    text-align: justify;
}

/*	
#tags
{ 
position: absolute; bottom: 0; 
height:100px;
width: 140px;
margin 10px;
}
*/
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#two-column-container {
	background:url(../../App_Assets/Images/SiteImages/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

.two-column-left {
	float:left;
	width:49%;
	}

.two-column-right
{
    float: right;
    width: 49%;
}

.one-column
{
    width: 100%;
}



	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
    color: #E5E5E5;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
    margin: 10px 0;
    _margin: 10px 0;
    position: inherit;
    clear: both;
}

	
blockquote 
{
    margin: 5px ;
	background:url(../../App_Assets/Images/SiteImages/bg-quote.png) no-repeat;
}

blockquote p 
{
	margin:2px 0;
	font-size: 1.0em;
    font-weight: bold;
    line-height: 160%;
}
	
cite 
{
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4
{
    font-size: 1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link, 
a:visited{
	color:#fc99e1;
	text-decoration:none;
    text-align: right;
}

a:hover 
{
    color:#f5f5f5;
	text-decoration:none;
}

a:active {
	color:#f5f5f5;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:115px ;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}
	

	
#logo
{
    position: absolute;
    top: 15px;
    height: 100px;
    width: 335px;
    background:url('../../App_Assets/Images/SiteImages/iMakeup_Logo_Sml.jpg') no-repeat;
}



#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	position:absolute;
	top:0;
	right:25.5%;
	height:100%;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-sitemap {
    text-align:left;
	position:absolute;
	top:15px;
	right:10px;
	height:20px;
	padding:0 0 0 2%;   
}
	
#top-information-phone {
	text-align:left;
	position:absolute;
	top:15px;
	right:268px;
	height:70px;
	padding:0 0 0 2%;
	}
	
	
#top-information-cart {
	text-align:left;
	position:absolute;
	top:15px;
	right:15px;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION - SHOPPING CART

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cartdetails
{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.cart-goto
{
    background: #FFFFFF;
    width: 97px;
    height: 35px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#fdc5ef url(../../App_Assets/Images/SiteImages/bg-nav.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:5px 0 5px 20px;
	position:relative;
	font-weight:bold;
}

#nav-main div {
	background:#fdc5ef url(../../App_Assets/Images/SiteImages/bg-nav.jpg) top right no-repeat;
	width:2%;
	_width:2.5%;
	position:absolute;
	top:0;
	right:0;
	padding:5px 0 5px 20px;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#fc99e1;
	text-decoration:none;
}

#nav-main a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#6f6e6e;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#6f6e6e;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#6f6e6e;
	text-decoration:underline;
}

.menu-main
{
    left: 5px;
    position: relative;
    top: 0px;
    height: 10px;
    width: 536px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#f5f5f5;
	position:relative;

	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home
{
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    text-align: center;
    padding: 2%;
    color: #6f6e6e;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 160%;
}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#fc99e1;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{ 
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    position: relative;
    color: #6f6e6e;
    font-size: large;
    padding: .5em 20px .7em 20px;
    background: #f5f5f5;
    }


#pagetitle a:link,
#pagetitle a:visited {
	color:#6f6e6e;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Formatting for Treeview on the Services Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeViewServices table td
{
    padding:2px 0;
    border-bottom:1px dotted #B2B2B2
}

.TreeViewServices div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeViewServices table tr
{
    padding:2px 0;
    border-bottom:1px dotted #B2B2B2
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Formatting for standard navigation treeview control
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
    border-bottom:1px dotted #B2B2B2
}

.TreeView table tr
{
    padding:2px 0;
    border-bottom:1px dotted #B2B2B2
}

.LeafNodesStyle 
{

}


/* ALL ELEMENTS */
.NodeStyle 
{
	padding:0 1em 0 0;
	background:none;
}

 
.HoverNodeStyle
{
	color:#FFFFFF;
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../App_Assets/Images/SiteImages/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../App_Assets/Images/SiteImages/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATALOG

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
.catalog-itemdetails
{
    margin-left: auto;
    margin-right: auto;
}

a.catalog_moredetailsrollover {
    display: block;
    width: 150px;
    height: 45px;
    background: url(../../App_Assets/Images/SiteImages/cart-more-details.png) 0 0 no-repeat;
    text-decoration: none;
    text-align: justify;
}
 
a:hover.catalog_moredetailsrollover
{
    background-position: 0px -45px;
}

.itemdetails{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #E5E5E5;
    padding: 1px;
    margin: 0px 0px 2px 0px;
}

.itemdetailsclear{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #E5E5E5;
    padding: 1px;
    margin: 10px 0px 10px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-noborder-centre {
	border:none;
	margin-bottom:5px;
	display:block;
    margin-left: auto;
    margin-right: auto;
	}

.photo-border {
	border:1px solid #CACACA;
	padding:4px;
	background:#E5E5E5 url(../../App_Assets/Images/SiteImages/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-border-centre {
	border:1px solid #CACACA;
	padding:4px;
	background:#E5E5E5 url(../../App_Assets/Images/SiteImages/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

.photo-float-left {
    float: left;
    margin-right: 10px;
}


.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#FDC5EF url(../../App_Assets/Images/SiteImages/bg-nav.jpg) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#6E6E6E;
	font-size:.8em;
}

#footer div {
	background:#FDC5EF url(../../App_Assets/Images/SiteImages/bg-nav.jpg) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FC99E1;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footer a:active {
	color:#ffffff;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}




#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}
.AdRotator
{
    width: 50%;
    position: static;
    height: 50%;
}

