/*
ShyamaHelin.com - MAIN CSS (main.css)
COPYRIGHT 2009 All Rights Reserved.
*/



/* GLOBAL RESET
---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}


/* GENERAL SELCTORS
---------------------------------------------------------------------------*/

/* BODY */
body {
	margin: 0;
	padding: 0;
	font: 14px arial, helvetica, sans-serif;
	color: #CCC;
	background-color: #f1f1ec;
}

	p {
	margin: 0 0 10px 0;
	line-height: 2em;
	color: #666;
}
	
	/* HEADINGS */
	h1 {
	font-size: 30px;
	font-weight: normal;
}
		h2 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 2em;
}
			h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #666;
}
				h4 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	line-height: 2em;
}
				
	/* LINKS */
	a:link {
	color: #000;
	text-decoration: none;
}
	a:visited {color: #484848; text-decoration: none;}
	a:hover {
	color: #d15e16;
	text-decoration: underline;
}
	a:active {
	color: #F90;
	text-decoration: underline;
}


/* LAYOUT
---------------------------------------------------------------------------*/

/* MAIN WRAP */
#mainWrap {
	width: 780px;
	background-color: #FFF;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	clip: rect(auto,auto,auto,auto);
}
		
	/* HEADER */
	#header {
	width: 780px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0p;
	padding-left: 0;
	height: 60px;
}
				
		/* MAIN NAV */
		#mainNav {
	float: right;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
			#mainNav li {display: inline;}
				#mainNav a {float: left; margin: 0 20px 0 0; padding: 0 0 5px 0; font-size: 16px; font-weight: regular; color: #000000; text-decoration: none;}
					#mainNav a.current {border-bottom: 5px solid #d15e16; color: #d15e16;}
					#mainNav a:hover {
	color: #d15e16;
	text-decoration: underline;
}
		
		/* LOGO */
		#logo {
	float: right;
	width: 300px;
	height: 57px;
}
			#logo a {display: block; width: 300px; height: 57px; background: url(../images/logo.jpg) top left no-repeat;}
	
	/* INTRO */
	#intro {
	width: 780px;
	height: 100px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
			
		/* SOCIAL ICONS */
		#socialIcons {
	float: right;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 218px;
	height: 27px;
}
	/* SOCIAL ICONS thumbnails */
		#socialThumbs {
	float: left;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	width: 26px;
	height: 26px;
	margin-top: 0px;
}	

	/* Facebook Like button */
		#facebookLike {
	float: left;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	width: 50px;
	height: 22px;
	margin-top: 2px;
	overflow: hidden;
}
	/* GALLERY WRAP */
	#gallery {
	overflow:visible;
	width: 762px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 18px;
	position: relative;
	margin: 0px;
	float: left;
}

	/* GALLERY WRAP */
	#about {
	overflow:visible;
	width: 762px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 18px;
	position: relative;
	margin: 0px;
	float: left;
}
	
		/* SCROLL BUTTONS */
		.scrollButtons {
	width: 40px;
	height: 20px;
	float: left;
}
			a.upButton {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/up_btns.gif) 0 0 no-repeat;
}
				a.upButton:hover {background-position: 0 -20px;}
			a.downButton {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/dn_btns.gif) 0 0 no-repeat;
}
				a.downButton:hover {background-position: 0 -20px;}
				
	.scrollButtonsright {
	width: 40px;
	height: 20px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}				
				
			a.buyButton {
	float: left;
	display: block;
	width: 58px;
	height: 20px;
	background: url(../images/bt_buy.gif) 0 0 no-repeat;
}
				a.buyButton:hover {background-position: 0 -20px;}			

	/* GALLERY ROW */
		#gallery .rowWrap {
	float: left;
	width: 762px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
			#gallery .thumbWrap {
	width: 173px;
	float: left;
	margin-top: 0;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0;
}



		
	
	
		/* DIVIDER */
		#divderBarsection {
	float: left;
	width: 740px;
	height: 20px;
	margin-top: 0px
	
	padding: 0px;
	background-color: #eeeeee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
		#aboutLinks {
	float: left;
	height: 26px;
	width: 600px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
		#aboutLinkswrapper {
	float: left;
	width: 600px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
		
		#divderBar {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 743px;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
}
	
		#divderBarleft {
	float: left;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 639px;
	height: 20px;
	margin-top: 0px
	
	padding: 0px;
	margin-top: 0px;
	background-color: #eeeeee;
}
		#divderBarleftnobuy {
	float: left;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
	height: 20px;
	margin-top: 0px
	
	padding: 0px;
	margin-top: 0px;
	background-color: #eeeeee;
	clear: right;
}
	
	

       #divderBuybutton {
	background-color: #eeeeee;
	padding: 0px;
	height: 20px;
	width: 58px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

       #divderUpbutton {
	padding: 0px;
	height: 20px;
	width: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
       #divderDownbutton {
	padding: 0px;
	height: 20px;
	width: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
}

       #aboutPhoto {
	height: 244px;
	width: 243px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: right;
}

       #horizontalRule {
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 70px;
}

       #horizontalRulez {
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 35px;
}
	
	
		/* LEFT COLUMN */
		#formColumn {float: left; margin: 0 20px 0 0; width: 620px;}
		
			/* BASIC FORM */
			#basicForm {width: 540px;}
				#basicForm fieldset {margin: 10px 0 20px 0;}
					#basicForm legend {display: none;}
						#basicForm label {
	clear: left;
	float: left;
	width: 140px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
						#basicForm input {
	float: left;
	margin: 10px 0 0 0;
	padding: 7px 5px 7px 5px;
	width: 378px;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
						#basicForm label.error {clear: right; margin: 3px 0 0 150px; width: 388px; text-align: left; color: #e41e26; font-weight: normal;}
						#basicForm select {clear: both; margin: 16px 0 5px 0; width: 220px;}
						#basicForm label.checkBox {margin: 0 20px 0 5px;}
						#basicForm textarea {
	float: left;
	padding: 5px;
	width: 378px;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
						#basicForm input.submit {padding: 0; margin: 10px 0 0 150px; width: 85px; height: 30px; border: none; background: none;}
						#basicForm input:hover, #basicForm textarea:hover {
	background-color: #eaeaea;
}
																												
		/* RIGHT COLUMN */
		#rightformColumn {float: left; width: 140px;}																											
	
							
	/* FOOTER */
	#footer {
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
}
		#footer p {
	float: right;
	color: #999;
	font-size: 12px;
}
		#footer ul {float: right;}
			#footer li {display: inline; margin: 0 10px;}
				#footer a {font-weight: bold; color: #657780; text-decoration: none;}
					#footer a:hover {color: #fff;}
					
							
/* GENERIC CLASSES
---------------------------------------------------------------------------*/

.hide {display: none;}

.clear {clear: both;}

.small {margin: 0 0 0 10px; font-size: 14px;}
.white {color: #FFF;}
.light {margin: 0; padding: 0; border: none; font-weight: normal; text-transform: none; color: #FFF;}
.callOut {font-weight: bold; text-decoration: underline;}
strong {color: #000;}
.leadIn {margin: 0 0 20px 0; padding: 0 0 30px 0; font-size: 20px; font-weight: normal; text-transform: none; color: #fff; background: url(../images/leadin_bg.gif) bottom left repeat-x;}

.hoverBox {position: relative; margin: 5px 0 10px 0; width: 173px; height: 163px;}
	.hoverBox .zoom {display: none;}
	.hoverBox:hover .zoom {display: block; position: absolute; z-index: 1; top: 63px; left: 69px;}


.borderBottom {margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ddd;}
.featureWrap {float: left; width: 620px; margin: 10px 0 0 0;}
.blurbWrap {float: left; width: 300px; margin: 5px 0 0 0;}
