/* @override 
	http://localhost/~pat/arielledepinto-com/staging_point/adp_styles.css
	http://www.arielledepinto.com/staging_point/adp_styles.css
	http://192.168.1.125/~pat/arielledepinto-com/staging_point/adp_styles.css
*/

/* Styles for Arielle de Pinto */

/* @group Reset Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0;margin: 0;padding: 0;}
li { list-style:none; }



/* @end */

body {
	color: #000;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#splash_exit_link_frame {
	width: 150%;
	height: 150%;
	position: absolute;
	z-index: 100;
	background-color: #a4fef6;
	top: 0;
	left: 0;
}

#splash_frame {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 0;
	left: 0;
}

#wrap {
	margin: 0 auto 0 0;
	padding: 40px 0 0 25px;
	font-size: 90%;
	width: 1100px;
}

#left_col {
	width: 340px;
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 25px;
}

#right_col {
	width: 800px;
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 300px;
	/*border: 1px solid red;*/
}

#lang {
	float: right;
	padding-right: 180px;
	height: 20px;
}

#nav_back_next {
	margin: 38px 0 0 0;
	padding-bottom: 20px;
}

#left_col p {
	margin-bottom: 21px;
}

h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

li {
	height: 22px;	
}

img.logo {
	margin-bottom: 18px;
}

#right_col img {
	display: block;
	float: left;
}

/* @group Layout - Page Specific */

#right_col.page_margin_top_no {/*This style sets images to sit at the very top of the page*/
	margin-top: -142px;
}

#About #right_col, #A_Propos #right_col  {
	top: 170px ;
	left: 405px;
}

#About #about_more_info a:link, #A_Propos #about_more_info a:link  {
	text-decoration: underline;
	color: #0000FF;
}

#mailing {
	padding-top: 30px;
}

div.stockists_country {	
	/* div cell that contains stockist information*/
	width: 800px;
	float: left;
}

div.stockists_country h3 {
	
	font-size: 1.2em;
	margin-top: 15px;
	
}

div.stockists_cell {
	
	/*DIV cell that contains stockist information*/
	width: 245px;
	margin: 0 5px 5px 0;
	padding: 5px;
	float: left;
	border: 1px solid #fff;
	min-height:150px;
	height:auto !important; /* ie hack to get min-height working */
	height:150px;
}

div.stockists_cell_black {
	
	/*DIV cell that contains stockist information*/
	width: 245px;
	margin: 0 5px 5px 0;
	padding: 5px;
	float: left;
	border: 1px solid #000;
	min-height:150px;
	height:auto !important; /* ie hack to get min-height working */
	height:150px;
}

/* @group home_page */

#home_page #right_col {
	top: 130px;
	left: 370px;
}

#home_nav_left {
	float: left;
	width: 350px;
}

#home_nav_right {
	float: left;
	width: 310px;
}

#home_page #left_col p {
	margin-bottom: 41px;
}

#nav_news, #nav_press {
  min-height:115px;
  height:auto !important; /* ie hack to get min-height working */
  height:115px;
}

#nav_collections, #nav_stockists {
  min-height:185px;
  height:auto !important; /* ie hack to get min-height working */
  height:185px;
}

#nav_projects, #nav_shop {
  min-height:145px;
  height:auto !important; /* ie hack to get min-height working */
  height:210px;	
}

#home_page h2 {
	padding: 0 0 27px 50px;
}

/* @end */

/* @group Mailing List */

#mailing_home, mailing_reply {
	
	background: #000;
}

#mailing_home h2, mailing_reply h2 {
	padding-top: 40px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}

#mailing_home p, mailing_reply p {
	color: #fff;
}

#subscribeform {
	margin-top: 25px;
}

#subscribeform_field {
	width: 190px;
	height: 16px;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 1px;
	font: .8em/1.3em Georgia, "Times New Roman", Times, serif;
}



/* @end */




/* @end */

/* @group Links */


 
/*Default to black links*/ 
a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

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


/*class white_links is written into the wrap tag by PHP if required*/
div#wrap.white_links a:link{
	text-decoration: none;
	color: #fff;
}

div#wrap.white_links a:visited {
	text-decoration: none;
	color: #fff;
}

div#wrap.white_links a:hover {
	text-decoration: underline;
	color: #fff;
}

.white_txt_stockist {
	color: #fff;

}

#right_col div.stockists_country div.stockists_cell h4 {
	color: #fff;
	font-size: 1.1em;
}

 
a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

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

/* @end */

