/*---------------------------------
GENERAL
---------------------------------*/
.left { float: left; }
.leftNoFlexNav { float: left; }
.right { float: right; }

/* columns */
.column100 { width: 100px; }

/* margins */
.marginTop10 { margin-top: 10px; }
.marginTop20 { margin-top: 20px; }
.marginTop40 { margin-top: 40px; }
.marginTop50 { margin-top: 50px; }
.marginTop80 { margin-top: 80px; }
.marginBottom20 { margin-bottom: 20px; }
.marginBottom5 { margin-bottom: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft30 { margin-left: 30px; }
.marginLeft50 { margin-left: 50px; }

.center { margin: 0 auto !important; }
.textCenter { text-align: center; }

/* colors */
.orange { color: #ff9900; }
.red { color: #df0000; }
.black { color: #000; }
.white { color: #fff; }

/* rounded corners */
.round4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.round10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* display */
.hide { display:none !important; }

/*---------------------------------
HEADER
---------------------------------*/
#header, #footer { width: 988px; margin: 0 auto; }

#header { height: 100px; }
body #header a { text-decoration: none; color: #999; display: block; margin: 0 0 16px 0; }
body #header a:hover, #header a:focus, #header a:active { color: #fff; background-color: #000; }
body #header a.on { color: #fff; background-color: #000; }

#header h3.logo { float: left; text-indent: -9999px; margin: 20px 0 0 10px; background: transparent url(/assets/images/prime31logo.png) no-repeat; }
#header h3.logo a { width: 214px; height: 54px; background-color: transparent !important; margin: 0; }

#header h3.followUs { float: right; margin: 10px 0 0 10px; }
#header h3.followUs a {
    width: 135px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    color: #fff !important;
    margin: 0;
    padding: 4px 7px 4px 10px;
    background: #727272 url(/assets/images/smallTwitterBird.png) 115px 5px no-repeat;
}
#header h3.followUs a:hover { background-color: #d70000; }


#header ul li a {
	text-transform: uppercase;
	margin: 0 0 -1px 20px;
	padding: 4px 10px;
}
#topNavigation { clear: both; }
ul.inlineUL li{ display:inline; float:right; }


/*---------------------------------
CONTENT
---------------------------------*/
body.dark #container {
	background-color: #000;
	padding-bottom: 20px;
}

body.lite #container {
	background-color: #fff;
	padding-bottom: 20px;
}

/* bgImages subclass */
body.bgImages {
	background: url(/assets/images/backgrounds/header-bg.jpg);
}

body.bgImages #container {
	background: url(/assets/images/backgrounds/content-bg.jpg);
}

body.bgImages #container a, body.bgImages #container a:visited { color: #0036ff !important; outline: none !important; }

#container {
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	width: 100%;
	min-width: 988px;
}

#content {
	width: 988px;
	margin: 0 auto;
}

#contentHeaderSlideshow {
	height: 210px;
	width: 988px;
	overflow: hidden;
	position: relative;
}

.headerSlide {
	width: 988px;
	height: 210px;
	position: absolute;
	background-color: #000;
}

a.bannerSlideshowControl {
	z-index: 5;
	top: 85px;
	position: absolute;
	height: 40px;
	width: 26px;
}

a.bannerSlideshowControl:hover {
	background-color: #aaa !important;
}

a.bannerSlideshowControl:active {
	background-color: #ccc !important;
}

#leftControl {
	left: 5px;
	background: #000 url(/assets/images/banners/leftArrow.png) no-repeat 7px 11px;
}

#rightControl {
	right: 5px;
	background: #000 url(/assets/images/banners/rightArrow.png) no-repeat 7px 11px;
}


/*---------------------------------
FOOTER
---------------------------------*/
#footer{ width: 988px; font-size:90%; color:#666 !important; padding: 20px 20px 0 20px; }


/*---------------------------------
SERVICES
---------------------------------*/
.appIconColumnUL {
	margin-top: 25px;
	list-style-type: none;
}

.appIconColumnUL li { margin-top: 30px; }


/*---------------------------------
HOME PAGE HEADERS
---------------------------------*/
.darkGraySlide {
	background-color: #1a1a1a;
}
.orangeSlide {
	background-color: #ff9900;
}
.whiteSlide {
	background-color: #fff;
}
.giftsSlide {
	background-color: #f2efdd;
}
.blueSlide {
	background-color: #316ed4;
}

.bannerContent p {
	font-size: 18px !important;
}

.orangeSlide p, .whiteSlide p, .giftsSlide p {
	color: #333;
}

a.learnMoreButton {
	display: block;
	width: 175px;
	height: 37px;
	overflow: hidden;
	text-indent: -2000px;
	background: url(/assets/images/banners/learnMoreButton.png) no-repeat;
}

a.learnMoreButton:hover {
	background-position: 0 -40px;
}

a.learnMoreButton:active {
	background-position: 0 -80px;
}

a.tweetsLearnMore {
	margin-top: -30px;
}

div.bannerContent {
	width: 540px;
}

div.dogotoBanner {
	margin: 10px 20px 0px 40px;
}

div.giftsBanner {
	margin: 10px 20px 0px 40px;
}

div.feedsBanner {
	margin: 20px 0px 0px 45px;
}

div.tweetsBanner {
	margin: 10px 20px 0px 40px;
}

div.tweetsBanner img, div.giftsBanner img {
	margin-left: 20px;
}

#bannerScreenshot {
	width: 251px;
	height: 180px;
	padding: 30px 0 0 25px;
	background: url(/assets/images/banners/iPhonePart.png) no-repeat;
}

.giftsBannerScreenshot {
	margin-left: 40px;
}

.feedsBannerScreenshot {
	margin-left: 50px;
}

.tweetsBannerScreenshot {
	margin-left: 45px;
}

div.bannerLandscapeScreenshot {
	padding: 8px 0 0 60px;
}


/* HOME PAGE */
.homeTextWrapper {
	padding: 0 30px;
}

.homeTextWrapper p {
	text-align: justify;
}


/* CONTACT US */
dl#contactUsFAQ {
	font-size: 1.4em;
}

dl#contactUsFAQ dt {
	border-top: 1px solid #444;;
	font-weight: bold;
	padding-top: 15px;
}

dl#contactUsFAQ dd {
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.9em;
}

#contactInfoLeftColumn {
	float: left;
	width: 420px;
	margin-right: 20px;
}

#contactForm {
	margin-top: 35px;
	float: right;
	background: #fff;
	width: 540px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

#formBox {
	clear: both;
	margin: 0;
	padding: 20px 19px 19px;
	width: 500px;
}

#formBox form fieldset label {
	color: #444;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

#formBox form fieldset p label em {
	color: #999999;
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
}

#formBox form fieldset p input {
	border: 1px solid #AAAAAA;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	height: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 5px 10px;
	width: 219px;
}

#formBox form fieldset p input:focus, #formBox form fieldset p textarea:focus {
	border-color: #316ed4;
	color: #222;
}

#formBox form fieldset p textarea {
	border: 1px solid #aaa;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	height: 98px;
	margin: 0 0 14px;
	padding: 10px;
	width: 480px;
}


#appInfo {
	margin-bottom: 75px;
	display: none;
}

.error {
	color: #ff0000;
}


/* IN THE NEWS (MEDIA COVERAGE) */
#mediaQuoteWrapper {
	height: 600px;
	position: relative;
}

.newsItem {
	position: absolute;
	padding: 7px 5px;
	background-color: #fff !important;
	width: 500px;
}

.newsItem blockquote {
	padding: 0 0 5px 130px;
	font-size: 1.4em;
}

.newsItem p {
	margin: 0 0 0 140px;
	font-size: 1.2em;
	font-style: italic;
}

#whatsOniPhone {
	background: url("/assets/images/thirdParty/whatsOniPhone.png") no-repeat scroll 5px 10px;
	top: 35px;
	left: 537px;
}

#blogHerald {
	background: url("/assets/images/thirdParty/blogherald.png") no-repeat scroll 5px 40px;
	top: 200px;
	left: 0px;
}

#macWorld {
	background: url("/assets/images/thirdParty/macworld.png") no-repeat scroll 15px 20px;
	top: 35px;
	left: 0px;
}

#appcast {
	background: url("/assets/images/thirdParty/appcast.png") no-repeat scroll 5px 20px;
	top: 423px;
	left: 0px;
}

#iGadgetJunkie {
	background: url("/assets/images/thirdParty/igadgetjunkie.png") no-repeat scroll 5px 15px;
	top: 200px;
	left: 537px;
}

#tuaw {
	background: url("/assets/images/thirdParty/tuaw.png") no-repeat scroll 5px 10px;
	top: 330px;
	left: 537px;
}


/* APPLICATIONS */
.appColumn {
	padding: 0 10px;
	margin-top: 15px;
	width: 300px;
	float: left;
}

.appColumn img {
	display: block;
	margin: 0 auto;
}

.appColumn h2 {
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.appColumn p {
	text-align: justify;
	font-size: 1.3em;
	padding: 0 5px;
}

.appColumnDivider {
	float: left;
	margin-top: 20px;
	margin-bottom: 45px;
	height: 370px;
	width: 2px;
	background-color: #7a7a7a;
}

