/***** Global Settings *****/

html {font-size: 100%; min-height: 100%;}

html, body {
border:0;
margin:0;
padding:0;
}



body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	/*line-height: 1;*/
	color: #373e43;
	background: #545b63 url(http://www.gowithsms.com/images/drk_gry_gradiant_bg.png) repeat-x fixed left top;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

/***** Links *****/

a img, :link img, :visited img { border: none; }

a:link { color: #f3891f; text-decoration: none; }
a:visited { color: #f3891f; text-decoration: none; }
a:hover, a:active {
	color: #BC5B00;
	text-decoration: underline;
}


/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
/*padding:30px 0 25px 0;*/
padding:20px 0;
font-size: 2em;
}

h2 {
padding:20px 0;
/*letter-spacing:-1px;*/
font-size: 1.7em;
}

h3 {
font-size: 1.5em;
padding:10px 0;
}

h4 {
font-size: 1.4em;
padding:10px 0;
color: #737c82;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
font-size: 1.3em;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}



/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font-size: 1em;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.hide	{display: none; }


.orange {color: #f3891f;}
.black {color: #000;}
.red {color: #d51f26;}

/***** My Styles *****/

#wrap {
	background: #ffffff;
	width:900px;
	margin:0 auto;
}

#hdr {
	background: #f3f5f6 url(http://www.gowithsms.com/images/hdr_bg.jpg) repeat-x left top;
	height: 110px;
	width: 900px;
	position: relative;
}

#hdrlogo {
	position: absolute;
	left: 30px;
	text-align: left;
}

#hdrinset {
	position: absolute;
	right: 30px;
	top: 14px;
	text-align: right;
}

#hdrinset p {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}



#content {
	width: 840px;
	margin: 0 auto;
	margin-top: 20px;
	background: #ffffff url(http://www.gowithsms.com/images/content_bg.jpg) repeat-x left top;
}

#content .first {
	margin-top: 0px;
	padding-top: 0px;
}


#leftcol {
	width: 460px;
	float: left;
}

#leftcol p {
	line-height: 1.3em;
}

#leftcol p.larger {
	font-size: 1.5em;
	color: #222;
	line-height: 1.4em;
}

.leftcolrndbox {
	width: 460px;
	background: #FFFFFF url(http://www.gowithsms.com/images/leftcol_rndbox.png) no-repeat center top;
	position: relative;
	clear: both;
	height: 80px;
}

.rightcolrndbox {
	width: 330px;
	background: #FFFFFF url(http://www.gowithsms.com/images/rightcol_rndbox.png) no-repeat center top;
	position: relative;
	clear: both;
	height: 80px;
	margin-top: 20px;
}

.rightcolbox {
	width: 330px;
	/*background: #FFFFFF url(http://www.gowithsms.com/images/rightcol_rndbox.png) no-repeat center top;*/
	position: relative;
	clear: both;
	height: 80px;
	margin-top: 20px;
}

#contentonecol {
	width: 840px;
	float: left;
}

#contentonecol p {
	line-height: 1.3em;
}

#contentonecol p.larger {
	font-size: 1.4em;
	color: #222;
	line-height: 1.4em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.btnchoose {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 215px;
	height: 45px;
}
.btnchoose a, .btnchoose a:link {
	background: url(http://www.gowithsms.com/images/choose_btn.png) top left no-repeat;
	display: block;
	width: 215px;
	height: 45px;
}
.btnchoose a:hover {
	background: url(http://www.gowithsms.com/images/choose_btn.png) no-repeat 0px -45px;
	width: 215px;
}



#rightcol {
	width: 330px;
	float: right;
	position: relative;
}


#footer {
	background: #545b63 url(http://www.gowithsms.com/images/footer_bg.jpg) repeat-x center top;
	width: 100%;
	height: 100px;
	color: #edf0f2;
	clear: both;
	padding: 8px 0px;
}

#footer p {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #edf0f2;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


ul.rightcollist {
	list-style-image: url(http://www.gowithsms.com/images/bullet.png);
	margin:0px;
	padding: 0px;
	list-style-position: outside;
	margin-left: 20px;

}

ul.rightcollist li {
	padding-bottom: 3px;
	line-height: 1.2em;
}

#pricingplans {
	position: relative;
	width: 840px;
	text-align: left;
	height: 120px;
	
}

.plan {
	position: absolute;
	width: 170px;
	background: url(http://www.gowithsms.com/images/plan_bg.png) no-repeat center top;
	height: 96px;
	
}

.plan p, .plan h3 {
	padding-left: 10px;
}

.plango {
	position: absolute;
	width: 270px;
	background: url(http://www.gowithsms.com/images/plan_go_bg.png) no-repeat center top;
	height: 96px;
	
}


div.plango div.btnchoose {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 215px;
	height: 45px;
}
div.plango div.btnchoose a {
	background: url(http://www.gowithsms.com/images/choose_btn.png) top left no-repeat;
	display: block;
	width: 215px;
	height: 45px;
}
div.plango div.btnchoose a:hover {
	background: url(http://www.gowithsms.com/images/choose_btn.png) no-repeat 0px -45px;
	width: 215px;
}

div.platform {
	width:330px;
	float:left;
	
}

.platform p {
	font-size: 1.1em;
	padding: 4px 10px 0px 10px;
	clear: both;
}

.platform h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding: 0px 10px;
	padding-bottom: 4px;
	color: #c4cdd3;
}

div.platform a, div.platform a:link, div.platform a:visited {
	background: #555c63;
	display:block;
	color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #95a0a9;
	border-right: 1px solid #95a0a9;
	/*height: 60px;*/
}

div.platform a:hover {
	background: #65717C;
	color: #fff;
	text-decoration: none;
}


.pcontainer {
	background: #555c63; width: 430px; clear:both; /*display:block;*/
}

.platformexample {
	float:right; 
	width:99px;
	height: auto;
	text-align: center;
	padding: 0px 0px;
	color:#fff;
}

.platformexample img {
	margin-top: 4px;
}

a.thickbox, a.thickbox a:link, a.thickbox a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}


.example a.thickbox, .example a.thickbox a:link, .example a.thickbox a:visited {
	color: #f3891f;
	text-decoration: none;
	border: none;
}

.example {
	float:right; 
	width:99px;
	height: auto;
	text-align: center;
	padding: 10px 0px;
	color:#f3891f;
}



.customized {
	clear:both;
	margin-bottom:20px;
	margin-left:140px;

}

.customized a.thickbox, .customized a.thickbox a:link, .customized a.thickbox a:visited {
	color: #f3891f;
	text-decoration: none;
	border: none;
}


/************************************* NAVIGATION STYLES ******************************************/




	#nav {
		overflow: hidden;
		background: #f3f5f6 url(http://www.gowithsms.com/images/nav_bg.jpg) repeat-x left top;
		width: 900px;
		height: 40px;
		position: relative;
	}

		#nav ul {
	position: relative;
	overflow: hidden;
	/*width: 830px;*/
			/*padding-left: 1px;*/
	margin: 0 auto;
	/*background: url(http://www.gowithsms.com/images/nav_bg.jpg) no-repeat left;*/
	height: 40px;
	margin-right: 30px;
	float: right;
		}
		
	

		#nav li {
			float: left;
			background: url(http://www.gowithsms.com/images/nav_off.jpg) no-repeat left;
			border-right: 1px solid #f3f5f6;
		}





		#nav a {
			display: block;
			padding: 18px 6px 10px 6px;
			font-size: .9em;
			line-height: 1.1;
			
			background: url(http://www.gowithsms.com/images/nav_off.jpg) no-repeat left; /* tab border */
			color: #FFF;
			text-decoration: none;
		}

		#nav a:hover {
			color: #FFF;
			background: url(http://www.gowithsms.com/images/nav_on.jpg) repeat-x left;

		}

		#nav li.current {
			background: url(http://www.gowithsms.com/images/nav_on.jpg) repeat-x left;
		}

		#nav li.current a {
			background: url(http://www.gowithsms.com/images/global/nav2_border1.png) no-repeat right 50%;
		}	
