/* TOC

1 : - Global Styles

2 : - HTML Home Page Styles

3 : - Subscribe Page Styles

*/


/* 1 :-------- Global Styles ------------ */

	html,
	body,
	#myContent { 
		height:100%;
	 	background: #FFFFFF;
		background-image: url(../images/background_pattern.jpg);
		}
	body { 
		margin:0; 
		padding:0;
		overflow:hidden;
		font: 75% Arial, Helvetica, sans-serif;
		}
	#myAlternativeContent,
	#standardContent {
		width: 100%;
		height: 100%;
		min-height: 570px;
		background: url(../images/navigationBackground.jpg) center bottom repeat-x;
		}
	#standardContent {
		background: none !important;
		}
	#myAlternativeContent .container,
	#standardContent .container {
		padding: 0 !important;
		margin: 0 auto;
		width: 709px;
		height: 100%;
		position: relative;
		}
	h1, h2 {
		text-transform: uppercase;
		padding: 0 !important;
		margin: 0 !important;
		}
	h1 {
	font-size: 6em !important;
	color: #484541;
	line-height: 1em;
	width: 545px;
	height: 135px;
	text-indent: -9999px;
	display: block;
		}	
	h2 {
		width: 545px;
		height: 48px;
		font-size: 3em !important;
		font-weight: normal !important;
		color: #484541;
		line-height: 1em;
		text-indent: -9999px;
		display: block;
		}
	p {
		padding: 0 0 3px !important;
		margin: 0 !important;
		font-size: 1.1em !important;
		color: #a38982;
		}
	.footer {
		width: 100%;
		position: absolute;
		bottom: 0;
		}	
	.footer h3 {
		width: 100%;
		height: 68px;
		padding: 0 !important;
		margin: 0 !important;
		text-indent: -9999px;
		display: block;
		/*background: url(../images/footer_vm.jpg) 0 0 no-repeat;*/
		}
	p,
	a.link_adobe,
	a.link_home {
		text-indent: -9999px;
		display: block;
		float: left;
		}

/* 2 :-------- HTML Home Page Styles ------------ */

	h2.launchSummer2009 {
		height: 154px;
		background: url(../images/h2_launch.gif) 0 0 no-repeat;
		}
	img.collection {
		top: 49%;
		position: absolute;
		}
	.homeContent {
		top: 50.5%;
		position: absolute;
		}
	.homeContent p.content1 {
		background: url(../images/content1.gif) 0 0 no-repeat;
		width: 707px;
		height: 21px;
		}	
	.homeContent p.content2 {
		background: url(../images/content2.gif) 0 0 no-repeat;
		width: 55px;
		height: 19px;
		}
	.homeContent p.content3 {
		background: url(../images/content3.gif) 0 0 no-repeat;
		width: 309px;
		height: 19px;
		}	
	a.link_adobe {
		color: #fff;
		text-decoration: none !important;
		background: url(../images/link.gif) 0 0 no-repeat;
		width: 58px;
		height: 19px;
		}

/* 3 :-------- Subscribe Page Styles ------------ */

	h2.subscribe {
		background: url(../images/h2_subscribe.gif) 0 0 no-repeat;
		}
	.subscribeContent {
		width: 100%;
		display: block;
		}
	.subscribeContent p {
		color: #c6c8ca;
		font-size: 1.9em !important;
		width: 470px;
		}
	.subscribeContent p.content1 {
		color: #dd6e55;
		background: url(../images/thankyou.gif) 0 0 no-repeat;
		width: 100%;
		height: 40px;
		clear: left;
		}
	.subscribeContent p.content2 {
		background: url(../images/subscribeText.gif) 0 0 no-repeat;
		width: 372px;
		height: 80px;
		}	
	a.link_home {
		color: #77797b;
		text-decoration: none !important;
		background: url(../images/link_home.gif) 0 0 no-repeat;
		width: 100%;
		height: 31px;
		}
