/* @override 
	http://localhost/thelillybrand.com/css/styles.css
	http://thelillybrand.com/css/styles.css
*/

@import url("zero-out.css");

body {
	font-family: Helvetica;
	color: #666666;
	font-size: 12px;
}

body a:link, body a:visited {
	text-decoration: none;
	color: #666;
}

body a:hover, body a.active, #navigation li a.active {
	color: red;
}

h1, h2{
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}
div#red-bar {
	background-color: red;
	width: 100%;
	height: 20px;
}

div#container {
	width: 800px;
	margin: 25px auto;
}


img#splash {
	margin-left: 45px;
	margin-bottom: 30px;
}

div#video-container {
	float: right;
	margin-top: 27px;
	text-align: right;
}

#video-container p {
	margin-top: 15px;
}

p#view-more {
	width: 243px;
	text-align: right;
}
/* Gallery */ 

.dosGallery{
	margin: 10px 0px;
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 243px;
	height: 243px; /*Height should enough to fit largest content's height*/
}


.dosGallery .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.dosGallery .panel{
	float: left; /*leave this value alone*/
	overflow: hidden;
	width: 248px;
	margin-right:10px;
	clear: left;
}

.dosGallery .panel a {
	font-size: 37px;
}

/****************************/

p {
	line-height: 20px;
	margin: 20px 0px;
}

div#content {
	margin-right: 300px;
	margin-bottom: 40px;
}

#right-column p {
	padding: 0px 7px;
}

p#view-more a, p#order-info a {
	background: url(../images/arrow.gif) no-repeat right;
	padding-right: 9px;
}

h1#logo {
	text-indent: -9999px;
	background: url(../images/logo.gif) right bottom no-repeat;
	height: 72px;
	padding-top: 25px ;
	border-top:1px solid #999;
	margin-top: 20px;
}


h1#logo:hover {
	cursor: pointer;
}
div#closure {
	margin-top: 20px;
}

div#closure p { 
	margin: 5px 0px;
	display: inline;
}

div#closure h2 {
	font-weight: bold;
	color: red;
	display: inline;	
}

div#right-column.first-page {
	float: right;
	width: 375px;
}

div#right-column {
	width: 280px;
	float: right;
}

a#explore-the-insights.first-page, a#own-the-solutions.first-page {
	display: block;
	width: 375px;
	height: 125px;
	text-indent: -9999px;

}

a#explore-the-insights, a#own-the-solutions, a#understand-the-challenges {
	width: 280px;
	height: 120px;
	display: block;
	text-indent: -9999px;	
}

a#understand-the-challenges {
	background: url(../images/understand-the-challenges.jpg) no-repeat;
	margin-bottom: 40px;
}

#right-column h3 {
	border-top:1px solid #999;
	padding-top: 40px;
	padding-left: 7px;
	font-size: 12px;
}

a#understand-the-challenges {
	background: url(../images/understand-the-challenges.jpg) no-repeat;
	margin-bottom: 40px;
}

a#explore-the-insights {
	background: url(../images/explore-the-insights-inner.jpg) no-repeat;
}

a#explore-the-insights:hover {
	background-image: url(../images/explore-the-insights-inner_over.gif);
}

a#own-the-solutions {
	background: url(../images/own-the-solutions-inner.jpg) no-repeat;
}

a#own-the-solutions:hover {
	background-image: url(../images/own-the-solutions-inner_over.gif);
}

a#explore-the-insights.first-page {
	background: url(../images/explore-the-insights.jpg) no-repeat;
	margin-bottom: 6px;	
	margin-top: 20px;
}

a#explore-the-insights.first-page:hover {
	background: url(../images/explore-the-insights_over.gif) no-repeat -1px -1px;
}

a#own-the-solutions.first-page {
	background: url(../images/own-the-solutions.jpg) no-repeat;
}

a#own-the-solutions.first-page:hover {
	background: url(../images/own-the-solutions_over.gif) no-repeat 0px -1px;	
}

#announcement {
	width: 411px;
	color: #ffffff;
}

#announcement p {
	text-align: center;
	background-color: #4c4c4c;
	padding: 7px;
	margin: 0px;
	font-size: 11px;
}

ul#presenters {
	padding:15px;
	background-color: #191919;
	font-size: 11px;
	color: #999999;
}

ul#presenters  li {
	margin-bottom: 9px;
}
ul#presenters  li span {
	color: #ffffff;
}

#announcement h1 {
	padding: 8px;
	background-color: red;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;	
	font-weight: bold;
}

#announcement h1 span {
	font-size: 11px;
	text-transform: none;
	display: block;
	margin-top: 5px;
	font-weight: normal;
}


/* navigation */
ul#navigation {
	text-align: right;
	border-bottom:1px solid #999;
	margin: 50px 0px;
	text-transform: uppercase;
}

ul#navigation li{
	display: inline;
	margin: 0px 15px;
}

/* PRELOADING IMAGES */
#pli { 
	width: 0px; 
	height: 0px; 
	display: inline; 
	background-image: url(../images/own-the-solutions_over.gif);
	background-image: url(../images/explore-the-insights_over.gif);
	background-image: url(../images/own-the-solutions-inner_over.gif);
	background-image: url(../images/explore-the-insights-inner_over.gif);
} 


/* own the solutions */

body.own-the-solutions h1 {
	padding: 30px 0px;
	margin-right: 200px;
}

body.own-the-solutions h2 {
	font-size: 16px;
	color: red;
	font-weight: normal;
	font-style: normal;
}

body.own-the-solutions h3 {
	font-weight: normal;
	font-size: 14px;
	color: red;
}

body.own-the-solutions div.column {
	width: 265px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
}

#ots-hh {
	float: left;
}

body.own-the-solutions div#supplemental.column {
	border:none;
	width:200px;
	margin: 0px; padding: 0px;
	font-style: italic;
}

body.own-the-solutions h1#logo {
	margin: 30px 0px 0px;
	padding: 20px 0px 0px;
}


input#submit {margin-top: 8px;}

a#icm:link, a#icm:visited {
	display:block; float:right; margin-top:25px; padding:10px; border:1px solid #ccc;
}

a#icm:hover {
	background-color: #999;
	border: 1px solid #333;
	color: #e6e6e6 ;
}


#dos-banner img {
	margin-bottom: 15px;	
}
