@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

.clear {
	clear: both;
}

.clear2 {
	clear: left;
}

/* ----------------------------------
*  General
*  ----------------------------------
*/

a#lightwindow_next {
	background: transparent;
}

a:hover#lightwindow_next {
	background: url(images/nextlabel.gif) no-repeat right;
}

a#lightwindow_previous {
	background: transparent;
}

a:hover#lightwindow_previous {
	background: url(images/prevlabel.gif) no-repeat left;
}

h1 {
	color: #cbdb2a !important;
	font-size: 2.4em !important;
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif ;
	text-shadow: 0 1px 1px #000000;
}

h2 {
	color: #999999 !important;
	font-size: 2.4em !important;
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif ;
	text-shadow: 0 1px 1px #000000;
}

h3 {
	color: #ffffff !important;
	font-size: 2.2em !important;
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif ;
	text-shadow: 0 1px 1px #000000;
	font-weight: normal !important;
	margin-bottom: 10px;
}

h4 {
	color: #787b74 !important;
	font-size: 1.3em !important;
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif ;
	text-shadow: 0 1px 1px #000000;
	font-weight: normal !important;
}

#contentWrapper ul li {
	list-style: normal;
	list-style-type: disc;
	color: #999999;
	margin-left: 14px;
	font-size: 1.1em;
	line-height: 2;
	text-shadow: 0 1px 1px #000000;
}

#wrapper {
	position: relative;
	width: 976px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
}

#header-container {
}

#navigation-container {
	background: url(images/nav-bg.png) no-repeat bottom;
}

#navHr {
	background:none repeat scroll 0 0 #BCC80C;
	border-bottom:1px solid #CFD74F;
	border-left:1px solid #CFD74F;
	border-right:1px solid #CFD74F;
	height: 18px;
}

#contentWrapper {
	background: url(images/content-bg.png) repeat-y scroll center top transparent;
	min-height: 500px;
	padding-top: 70px;
}

.content {
	background: url(images/titleBackground.png) center top transparent no-repeat;
	min-height:281px;
	margin-left:80px;
	padding-left:20px;
	padding-top:30px;
	width:801px;
}

.content-box-bottom  {
	background:url(images/content-bottom.png) no-repeat scroll center top transparent;
	height: 4px;
	width: 976px;
	margin-bottom: 30px;
}

.downloadbttn {
	margin-top: 100px;
	width: 240px;
}

.iphone {
	background: url(images/phones.png) no-repeat;
	height: 491px;
    margin-left: 420px;
    margin-top: -395px;
    position: absolute;
    width: 420px;
    z-index: 0;
}

.rightContent {
	float: right;
	width: 520px;
	margin-top: 180px;
}

.rightContent p {
	color: #787b74;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 15px;
}

#sidebar {
	background: url(images/leftBarBg2.png) no-repeat top right;
	min-height: 376px;
	width: 260px;
	margin-top: 180px;
}

#sidebar li {
	padding: 0px;
	padding-top: 10px;
	margin-left: 0px!important;
}

.form-all {
}

.search-submit-right  {
	background:url(images/header-submit-left.png) no-repeat scroll center top transparent !important;
}

.search-submit-right, .search-submit-left {
	float:left;
	height:24px;
	width:5px;
}

.input-submit  {
	background:url(images/header-submit-mid.gif) repeat-x scroll center top transparent!important;
	float:left;
	font:bold 11px "Myriad Pro",Verdana;
	height:24px;
	padding:0 3px;
	text-transform:uppercase;
	/*margin:10px 0 0;*/
}

.search-submit-left {
background:url(images/header-submit-right.png) no-repeat scroll center top transparent!important;
}

.search-submit-right, .search-submit-left {
float:left;
height:24px;
width:5px;
}

.plastikcow {
	margin-bottom: 15px;
}

/* -------
Gallery
--------*/
#lightwindow_galleries_tab_container {
	display: none;
}

.galleryWrap {
	margin-top: 20px;	
}

.galleryImage {
	width: 45px;
	height: 45px;
	overflow: hidden;
}

.thumbWrap1 {
	float: left;
	width: 52px;
	height: 52px;
	background: #f4f4f4;
	padding: 7px 0 0 7px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px 0 #000;
	-webkit-box-shadow:0 0 5px 0 #000;
	box-shadow:0 0 5px 0 #000;
}

.thumbWrap2 {
	float: left;
	width: 52px;
	height: 52px;
	background: #f4f4f4;
	padding: 7px 0 0 7px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px 0 #000;
	-webkit-box-shadow:0 0 5px 0 #000;
	box-shadow:0 0 5px 0 #000;
	margin-left: 30px;
}

.thumbWrap3 {
	float: left;
	width: 52px;
	height: 52px;
	background: #f4f4f4;
	padding: 7px 0 0 7px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px 0 #000;
	-webkit-box-shadow:0 0 5px 0 #000;
	box-shadow:0 0 5px 0 #000;
	margin-left: 30px;
}
