/*
THEME NAME: iTidings
VERSION: alpha.1.0
AUTHOR: Saravanan.R
AUTHOR URI: http://www.bytesbrothers.com/
*/

*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    color: #333;
    font: 11px/17px Georgia,Courier;
	background:#fff;
}
p, ul, ol, dl{
    text-align: left;
    list-style: none;
	line-height:17px;
}
fieldset, img{
    border: 0;
}
input, img{
	vertical-align:middle;
}
a{
    color: #666;
}
a:link, a:visited,a:focus{
	text-decoration: none;
	outline: none;
}
a:hover{
    text-decoration: underline;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearFloatNoHeight{
    clear: both;
    line-height: 0;
    height: 0;
    display: block;
    overflow: hidden;
    width: 0;
    font-size:0;
}

.splashMainBox{
	width:970px;
	margin:0 auto;
	padding-top:60px;
}

.splashLeftPanel{
	padding:31px 0 0 65px;
	float:left;
	width:328px;
}
.bannerSoap{
	width:328px;
	height:400px;
}
.splashRightPanel{
	float:left;
	padding-left:18px;
}
.splashLogo{
	width:344px;
	height:200px;
	background:url(../images/splashLogo.png) no-repeat 0 85px;
	float:left;
}
.comingSoonIcon{
	width:150px;
	height:139px;
	background:url(../images/comingSoon.png) no-repeat 0px 2px;
	float:left;
	margin-left:6px;
}
.titleChangeEssentials{
	width:440px;
	height:27px;
	background:url(../images/titleCaption.png) no-repeat 0 5px;
}
.greyBorderInput{
	width:337px;
	height:35px;
	border:1px solid #D6D6D6;
	background:#FFF;
	font-size:16px;
	font-weight:bold;
	color:#B0DF3F;
	padding:0 8px;
	line-height:40px;
}
.submitButton{
	width:98px;
	height:37px;
	background:url(../images/submitButton.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
}
.submitButton:hover{
	background-position:0 -37px;
}
.footer{
	width:848px;
	margin:0 auto;
	padding:30px 0 10px 0;
}
.shadowBox{
	-moz-box-shadow:0 0 5px #CCCCCC;
	width:848px;
	height:234px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	font-size:1em;
	margin:10px auto 10px;
}
.shadowBox dl{
	padding:18px 0px 0 38px;
	width:240px;
	float:left;
	line-height:16px;
}
.shadowBox dt{
	height:40px;
}
.shadowBox dd{
	border-right:1px dashed #DFDFDF;
	height:160px;
}
.shadowBox dd p{
	padding:10px 20px 5px 0;
}
.shadowBox dd a{
	color:#37b1cd;
	font-weight:bold;
}
.noBorder dd{
	border:none;
	padding-top:10px;
}
.stico_default{
	display:inline-block;
	height:17px;
	margin:7px 0 0 2px;
}
a.stbutton,.twitterIcon a{
	font-size:12px;
	color:#4281a2;
}
.shareThisBox{
	padding:17px 0 0 1px;
}
.shareThisBox .left{
	width:218px;
}
.shareThisBox .fbBox{
	width:233px;
	padding-right:60px;
	height:55px;
	overflow:hidden;
	position:relative;
}
.twitterIcon a{
	float:left;
	padding-left:6px;
	line-height:20px;
}
.twitterIcon span{
	width:19px;
	height:19px;
	background:url(../images/twitter.png) repeat-y 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/twitter.png" );
    _background: none;
    display:inline-block;
    float:left;
}
.shareThisBox .fan_box .profileimage{
	display:none;
}

.icon-info{
	border:solid 0px #90ac13;
	background:#eef4d3 url(../images/icon-info.png) 8px 3px no-repeat;
	color:#6b800d;
	font-weight:bold;
	padding:2px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	width:67%;
}

.icon-error{
	border:solid 0px #CC0000;
	background:#FFEFEF url(../images/icon-error.png) 15px 5px no-repeat;
	color:#CC0000;
	font-weight:bold;
	padding:2px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	width:67%;
}

.errorMsg {
	font-family:verdana;
	font-size:10px;
	background:#F7CBCA;
}