html, body, ul, ol, li, img, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ================ Default Font Properties ================ */

body {
	background-image: url(../images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size: 13px;
	line-height: 1.3em;
}body a {
	color:#0194bf;
	font-weight:bold;
	text-decoration:none;
}body a:hover {
	text-decoration:underline;
}



/* ================ Global Classes ================ */

h1 {
	color:#007dab;
	font-size:36px;
	margin-top:65px;
	margin-bottom:10px;
}

h2 {
	color:#007ca9;
	font-size:16px;
	padding-bottom: 10px;
}

.clear-both {
	clear:both;
}



/* ================ Backgrounds ================ */

#backgroundHorizontal {
	background-color: #fff;
	background-image: url(../images/backgroundHorizontal.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom:solid 2px #b3b8bb;

}

#backgroundVertical {
	margin:0 auto;
	width:980px;
	background-image: url(../images/backgroundVertical.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ================ Content Containers ================ */

#contentContainer {
	width:812px;
	margin:0 auto;
}#contentContainer p {
	margin-bottom:25px;
}#contentContainer #screenshotsColumn {
	padding-left:3px;
	padding-right:35px;
	padding-top:35px;
	float:right;
	width:419px;
}



/* ================ Header Links ================ */

#logoLink {
	width:395px;
	height:135px;
	position:absolute;
	top:25px;
	left:85px;
}#logoLink a {
	display:block;
	width:100%;
	height:100%;
}

#appleLink {
	width:300px;
	height:60px;
	position:absolute;
	left:597px;
	top:45px;
}#appleLink a {
	display:block;
	width:100%;
	height:100%;
}



/* ================ Navigation Menu ================ */

ul#menu {
	padding-left:411px;
	width:485px;
	padding-top:138px;
	list-style-type:none;
}ul#menu li {
	font-size:15px;
	font-weight:bold;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
}ul#menu li a {
	color:#919191;
	display:block;
	text-decoration:none;
}ul#menu li a:hover {
	color:#747474;
}



/* ================ Twitter Button ================ */

ul#menu li.twitter {
	width:151px;
	height:29px;
	margin-top:21px;
}



/* ================ Apps Button ================ */

ul#menu li.apps {
	width:102px;
}ul#menu li.apps a:hover {
	background-image: url(../images/appsHover.png);
	background-repeat: no-repeat;
} ul#menu li.appsSelected {
	background-image: url(../images/appsSelected.png);
	background-repeat: no-repeat;
	color:#0194bf;
	width:102px;
}ul#menu li.appsSelected a {
	color:#0194bf;
}



/* ================ Screenshots Button ================ */

ul#menu li.screenshots {
	width:118px;
}ul#menu li.screenshots a:hover {
	background-image: url(../images/screenshotsHover.png);
	background-repeat: no-repeat;
}ul#menu li.screenshotsSelected {
	background-image: url(../images/screenshotsSelected.png);
	background-repeat: no-repeat;
	width:118px;
	color:#0194bf;
}ul#menu li.screenshotsSelected a {
color:#0194bf;
}



/* ================ Contact Us Button ================ */

ul#menu li.contactUs {
	width:114px;
}ul#menu li.contactUs a:hover {
	background-image: url(../images/contactUsHover.png);
	background-repeat: no-repeat;
}ul#menu li.contactUsSelected {
	background-image: url(../images/contactUsSelected.png);
	background-repeat: no-repeat;
	width:114px;
	color:#0194bf;
}ul#menu li.contactUsSelected a {
	color:#0194bf;
}



/* ================ Apps Page ================ */

#appsBackground {
	background-image: url(../images/appsBackground.png);
	background-repeat: no-repeat;
	margin-top:35px;
	padding-bottom:35px;
	width:812px;
}

.appsColumn {
	font-size:15px;
	color:#007ca9;
	width:400px;
	float:left;
	text-align:center;
}

.appsRightColumn {
	float:right;
}

.appsDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #616161;
	margin-top: 205px;
	padding:0 55px;
	line-height:1.3em;
}

.moreInfo {
	margin-bottom:20px;
}



/* ================ TweetNGo Page ================ */

#tweetNGoBackground {
	font-size:12px;
	background-image: url(../images/tweetNGoBackground.png);
	background-repeat: no-repeat;
	margin-top:23px;
	padding-bottom:35px;
	width:812px;
}#tweetNGoBackground h2 {
	margin-top:35px;
}#tweetNGoBackground p {
	margin-bottom:15px;
}

#tweetNGoLeftColumn {
	text-align:center;
	width:243px;
	float:left;
}#tweetNGoLeftColumn p.description{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #616161;
	margin:10px 40px;
	line-height:1.3em;
}

#tweetNGoRightColumn {
	padding-right:20px;
	width:529px;
	float:right;
}#tweetNGoRightColumn p.description {
	color:#9D9D9D;
}

.iPhone {
	float:right;
	margin:4px 13px 0px 33px;
}

.tweetNGoSm {
	background-image: url(../images/tweetNGoSmBg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #616161;
	padding:28px 35px 28px 125px;
	text-align:left;
	line-height:normal;
	min-height:57px;
	height:auto !important;
	height:57px;
}

.tweetNGoSmLite {
	background-image: url(../images/tweetNGoLiteSmBg.png);
}



/* ================ Footer ================ */

#footer {
	height:37px;
	color:#418ca1;
	width:812px;
	margin:0 auto;
	padding-top: 23px;
}

ul#footerMenu {
	float:right;
	list-style-type:none;
}ul#footerMenu li {
	font-weight:bold;
	color:#d4ebf1;
	margin-left:15px;
	display:inline;
}ul#footerMenu li a {
	color:#418ca1;
	text-decoration:none;
}ul#footerMenu li a:hover {
	color:#8dc0ce;
}ul#footerMenu li.selected {
	color:#d4ebf1;
}ul#footerMenu li.selected a {
	color:#d4ebf1;
}



/* ================ Thumbnails ================ */

#thumbs img {
	float:left;
	margin-left:22px;
	border: solid 1px #fff;
	margin-bottom:22px;
}#thumbs img.selected {
	border: solid 1px #0194bf;
}#thumbs img:hover {
	border: solid 1px #bdbdbd;
}



/* ================ Screenshot Descriptions ================ */

#screenshotDescription {
	background-image: url(../images/screenshotDescription.jpg);
	background-color: #ececec;
	background-repeat: no-repeat;
	padding:35px;
	padding-left:382px;
	min-height:40px;
	height:auto !important;
	height:40px;
}



/* ================ Dot Navigation ================ */

#dotContainer {
	position:absolute;
	list-style-type:none;
	width:214px;
	padding-left:26px;
	left: 0px;
	top: 370px;
	text-align:center;
}#dotContainer .dot {
	float:left;
	padding:4px;
	height:9px;
	width:9px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}#dotContainer .dot:hover {
	background-image: url(../images/dotHover.gif);
}#dotContainer .dot.selected {
	background-image: url(../images/dotSelected.gif);
}



/* ================ Large Screenshot Positioning ================ */

#positionAbs {
	position:absolute;

}#positionRel {
	padding-left:55px;
	padding-top:35px;
	width:240px;
	float:left;
}
