/* ========================================================
// === ANTIQUED STONE GLOBAL CSS
// === Vantage Web Studios.com
// ====================================================== */
/* Overwrite Global Elements */
body{
	background-color		:#ffffff;
/*
background-color		:#C1D5CE;
background-image		:url(../images/center-grad.png);
background-repeat		:repeat-y;
background-position		:top;
*/
	font-size				:12px;
	font-family			:arial, helvetica;
	text-align			:center;
	line-height			:16px;
}

img {border:none;}

/* Global Links */
a:link		{outline:none;color:#c99b6a; text-decoration:none; font-weight:bold;}
a:visited		{outline:none;color:#c99b6a; text-decoration:none; font-weight:bold;}
a:active		{outline:none;color:#c99b6a; text-decoration:none; font-weight:bold;}
a:hover		{outline:none;color:#c99b6a; text-decoration:none; font-weight:bold;}

/* Template ID's */
#site_container{
	width				:844px;
	margin				:auto;
	padding				:40px;
}

#global_heading{
	text-align			:center;
	font-size				:20px;
	font-family			:MetaPlusNormal, arial narrow, arial;
	font-weight			:bold;
	color				:#0f2848;
	margin-top			:30px;
	line-height			:22px;
}

#global_description{
	padding-left			:50px;
	padding-right			:50px;
	padding-top			:15px;
	font-size				:9pt;
}

#date_container{
	margin				:auto;
	margin-top			:20px;
	width				:200px;
	text-align			:center;
	font-size				:8.5pt;
}

/* Menu Bar */
#menu_container{
	position			:relative;
	margin				:auto;
	margin-top			:20px;
	margin-bottom		:20px;
	width				:550px;
}

#menu_container ul{
	position			:relative;
	float				:left;
	padding				:5px;
	list-style			:none;
	margin				:0px;
	cursor				:pointer;
}

#menu_container a{
	cursor				:pointer;
	font-weight			:bold;
	color				:#c99b6a;
}

#menu_container a.selected{
	color				:#051f42;
}

a.selected{
	color				:#051f42;
}

/* Products Navigation */
#products_container{
	position			:relative;
	width				:1000px;
	margin				:auto;
}