@charset "utf-8";
/* Supreme Web Solutions */

/*
Date:    24/06/2010
Authors: Blair Nichols, Ben Jovanic
Company: Supreme Web Solutions
Website: http://www.supremewebsolutions.com
*/
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*------ remember to define focus styles! ------*/
:focus {
	outline: 0;
}
body {
	
}
ol, ul {
	list-style: none;
}
/*------ tables still need 'cellspacing="0"' in the markup ------*/
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET END */

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* HTML5 end */

/* BODY */
body {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
body strong {
	font-weight: bold;
}
body em {
	font-style: italic;
}

body .left {
	float: left;
}

body .right {
	float: right;
}

body .clear {
	clear: both;
}

body .center {
	text-align: center;
}
body .error {
	color: #FF0000;
}

body div.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px #dcdcdc solid;
	margin: 10px 0px 10px 0px;
}
body div#hr {
	background: url(../images/supreme-web-solutions-sprite.png) 0px -6px no-repeat #f8f8f8;
	width: 1002px;
	height: 28px;
	clear: both;
}
/* BODY END */

/* CONTAINER */
div#container {
	width: 1002px;
	margin: 0 auto;
	position: relative;
}
div#container-top {
	background: url(../images/supreme-web-solutions-sprite.png) 0px 0px no-repeat;
	width: 1002px;
	height: 6px;
	clear: both;
	margin-top: 5px;
}
div#container-bottom {
	background: url(../images/supreme-web-solutions-sprite.png) 0px -34px no-repeat;
	width: 1002px;
	height: 9px;
	clear: both;
}
/* CONTAINER END */

/* SITE HEADER */
header#site-header {
	background: url(../images/middle.png) repeat-y;
	width: 1002px;
	clear: both;
	overflow: visible;
}
header#site-header div.logo {
	text-align: right;
	padding: 5px 10px 0 0;
}
/* SITE HEADER END */

/* TOP MENU */
nav#topMenu {
	width: 990px;
	margin: 0px auto;
	padding: 5px 10px 10px 0px;
	text-align: right;
	color: #0099ff;
}
nav#topMenu ul {
	margin: 0;
}
nav#topMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
nav#topMenu a, nav#topMenu a:visited {
	color: #999966;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
nav#topMenu a:hover {
	text-decoration: underline;
}
/* TOP MENU END */

/* MAIN MENU */
nav#mainMenu {
	background: url(../images/supreme-web-solutions-sprite.png) 0px -111px no-repeat;
	width: 1000px;
	height: 40px;
	margin: 10px 0 0 0;
	overflow: visible;
}
nav#mainMenu ul.top {
	font-size: 26px;
	color: #0099ff;
	float: left;
	z-index: 10;
}
nav#mainMenu ul.top li {
	margin: 0;
	padding: 1px 1px 0 1px;
	float: left;
	position: relative;
}
nav#mainMenu ul.top li a {
	height: 36px;
	padding-top: 2px;
	display: block;
	float: left;
	color: #999966;
	text-decoration: none;
	text-transform: lowercase;
}
nav#mainMenu ul.top li a:hover {
	text-decoration: underline;
}
nav#mainMenu ul.top li.home {
	width: 89px;
}
nav#mainMenu ul.top li.home a {
	width: 79px;
	padding-left: 10px;
}
nav#mainMenu ul.top li.design {
	width: 160px;
}
nav#mainMenu ul.top li.design a {
	width: 160px;
	height: 38px;
	text-align: center;
}
nav#mainMenu ul.top li.software {
	width: 258px;
}
nav#mainMenu ul.top li.software a {
	width: 258px;
	height: 38px;
	text-align: center;
}
nav#mainMenu ul.top li.seo {
	width: 75px;
}
nav#mainMenu ul.top li.seo a {
	width: 75px;
	height: 38px;
	text-align: center;
}
nav#mainMenu ul.top li.cms {
	width: 267px;
}
nav#mainMenu ul.top li.cms a {
	width: 267px;
	height: 38px;
	text-align: center;
}
nav#mainMenu ul.top li.contact {
	width: 139px;
}
nav#mainMenu ul.top li.contact a {
	width: 129px;
	height: 38px;
	padding-right: 10px;
	text-align: right;
}

nav#mainMenu ul.top li ul.sub {
	background: #f0f0f0;
	margin: 0 0 0 -1px;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	float: left;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-left: 2px solid #dcdcdc;
	border-bottom: none;
	z-index: 15;
}
nav#mainMenu ul.top li ul.home {
	width: 125px;
	margin: 0;
	border-left-width: 1px;
}
nav#mainMenu ul.top li ul.design {
	width: 118px;
}
nav#mainMenu ul.top li ul.software {
	width: 241px;
}
nav#mainMenu ul.top li ul.sub li {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}
nav#mainMenu ul.top li ul.sub li a {
	width: auto;
	height: auto;
	padding: 5px 0 6px 0;
	margin: 0 15px 0 15px;
	text-align: left;
}

nav#mainMenu ul.top li ul.sub li ul.subsub {
	background: #f0f0f0;
	width: auto;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: -1px;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	z-index: 20;
}

nav#mainMenu ul.top li ul.home li ul.subsub {
	width: 248px;
	right: -250px;
}
nav#mainMenu ul.top li ul.software li ul.subsub {
	width: 146px;
	right: -148px;
}
/* MAIN MENU END */

/* CONTENT DIV */
div#content {
	background: url(../images/middle.png) repeat-y;
	width: 1002px;
	padding: 5px 0px 5px 0px;
	clear: both;
	overflow: auto;
}

div#content ul, div#content ol {
	list-style: disc;
	margin: 0;
	padding: 0 0 10px 20px;
}
div#content ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 20px;
}
/* CONTENT DIV END */

/* SIDE CONTENT */
aside#sideContent {
	width: 310px;
	margin-right: 12px;
	float: right;
}

aside#sideContent a, aside#sideContent a:visited {
	text-decoration: none;
	color: #999966;
}

aside#sideContent a:hover {
	text-decoration: underline;
}

aside#sideContent h1 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	margin-bottom: 10px;
}
aside#sideContent h2 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	margin-bottom: 10px;
}
aside#sideContent h3 {
	font-size: 18px;
}

aside#sideContent p {
	line-height: 20px;
	margin: 10px 0 10px 0;
}

aside#sideContent .sideBrowsers {
	padding-right: 5px;
}

aside#sideContent.twitterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
/* SIDE CONTENT END */

/* MAIN CONTENT */
section#mainContent {
	width: 650px;
	margin-left: 10px;
	float: left;
}
section#mainContent h1 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
section#mainContent p {
	line-height: 20px;
	margin: 10px 0 10px 0;
}
section#mainContent h2 {
	color: #999966;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
section#mainContent h3 {
	color: #999966;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
section#mainContent a, section#mainContent a:visited {
	text-decoration: none;
	color: #999966;
}
section#mainContent a:hover {
	text-decoration: underline;
}
section#mainContent strong {
	text-decoration: none;
	color: #999966;
}
/* MAIN CONTENT END */

/* NEWS */
section#latest-news {
	position: relative;
}
section#latest-news div.rss {
	background: url(../images/supreme-web-solutions-sprite.png) -65px -66px no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 135px;
	top: 2px;
}
section#latest-news div.rss a {
	width: 25px;
	height: 25px;
	display: block;
}

article.news-box {
	padding: 0px 0px 10px 55px;
	position: relative;
}
article.news-box p {
	text-align: justify;
}

article.news-box header h2 {
	padding: 0;
	margin: 0 !important;
	text-transform: capitalize !important;
}
article.news-box header a, article.news-box header a:visited {
	text-decoration: none;
	font-size: 18px;
	color: #999966;
}
article.news-box h2 a:hover {
	text-decoration: underline;
}

article.news-box section.date {
	background: url(../images/supreme-web-solutions-sprite.png) 0px -43px no-repeat;
	height: 68px;
	width: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 0;
}
article.news-box div.day {
	font-size: 22px;
	margin-top: 4px;
}
article.news-box div.month {
	font-size: 14px;
	margin-top: 4px;
}
article.news-box div.year {
	font-size: 11px;
}
/* NEWS END */

/* ARTICLES */
article.article-box {
	padding: 0px 0px 10px 0px;
}

article.article-box header h2 {
	padding: 0;
	margin: 0 !important;
}

article.article-box a, article.article-box a:visited {
	color: #0099ff;
	text-decoration: none;
	text-transform: lowercase;
}
/* ARTICLES END */

/* DOWNLOADS */
article.download-link {
	margin: 0 0 10px 0;
}
article.download-link img {
	margin: 0 0 10px 10px;
	float: right;
	vertical-align: top;
}
article.download-link h2 {
	font-size: 16px !important;
}
/* DOWNLOADS END */

/* CODE BOX */
div.code {
	max-height: 300px;
	border: 1px solid #666666;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Console", Monaco, monospace;
	overflow: auto;
	line-height: 20px;
	color: #666666;
}
div.code div {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #666666;
	text-align: right;
}
/* CODE BOX END */

/* PORTFOLIO */
article.portfolioBox {
	padding: 0px 0px 10px 0px;
}

img.portfolioImage {
	border: 1px #dcdcdc solid;
	margin: 10px 0px 10px 0px;
}

footer.portfolioLink {
	padding: 10px 0px 0px 0px;
}
/* PORTFOLIO END */

/* SITE FOOTER */
section#columns {
	background: url(../images/footer.png) repeat-y;
	width: 1002px;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}

section#footerLeft, section#footerMiddle, section#footerRight {
	width: 314px;
	margin: 0px 9px 10px 10px;
	float: left;
}

section#columns h2 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 5px;
}
section#columns h3 {
	display: inline;
}
section#columns h3 a, section#columns h3 a:visited,
section#columns strong.client a, section#columns strong.client a:visited{
	color: #999966;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 5px;
	padding-right: 5px;
	font-weight: normal;
}

section#columns a, section#columns a:visited {
	color: #0099ff;
	text-decoration: none;
}
section#columns a:hover {
	text-decoration: underline !important;
}

section#footer {
	width: 1002px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 15px;
}
section#footer ul {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
section#footer li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
section#footer a, section#footer a:visited {
	color: #666;
	font-size: 15px;
	text-decoration: none;
	text-transform: lowercase;
}
section#footer a:hover {
	text-decoration: underline;
}
/* SITE FOOTER */

/* COPYRIGHT */
section#copyright {
	margin: 10px 0 0 0;
}
/* COPYRIGHT END */

/* ADDRESS FOOTER */
address#vcard {
	margin: 10px 0 10px 0;
	font-size: 15px;
	text-align: center;
}
address#vcard a, address#vcard a:visited {
	color: #666666;
	text-decoration: none;
}
address#vcard a:hover {
	text-decoration: underline;
}
/* ADDRESS FOOTER END */

/* FORMS */
input {
	width: 240px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
select {
	width: 242px;
	border: 1px solid #dcdcdc;
}
textarea {
	border: 1px solid #dcdcdc;
	background-color: #FFFFFF;
}
.submit {
	background: url(../images/supreme-web-solutions-sprite.png) -40px -43px no-repeat;
	width: 100px;
	height: 23px;
	border: none;
	color: #ffffff;
	padding-bottom: 4px;
	cursor: pointer;
}
#captcha input{
	width: 50px;
}

.messageBox {
	width: 630px;
	background: #0099ff;
	color: #f8f8f8;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
.messageBox table {
	width: 100%;
}
.messageBox table td.img {
	width: 57px;
}
.messageBox table td {
	vertical-align: middle;
}
/* FORMS END */

/* SOFTWARE */
section#features ul {
	padding: 0px;
	margin: 0px;
}

section#features li {
	list-style-image: url(../images/tick.png);
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
section#features h2 {
	color: #999966;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline;
	margin-right: 5px;

}
div.screenshot {
	width: 630px;
	margin-bottom: 10px;
}
div.screenshot img {
	padding: 5px;
	border: 1px solid #999966;
}
div.screenshot div.text {
	width: 360px;
	float: right;
}
article.screenshot img {
	padding: 5px;
	border: 1px solid #999966;
}

/* SOFTWARE END */

/* LATEST TWEET */
section#latest-tweet article {
	margin: 0 0 10px 0;
}
section#latest-tweet p {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
}
section#latest-tweet time {
	font-size: 12px;
	margin: -5px 0 0 0;
	display: block;
	color: #999966;
}
section#latest-tweet img {
	float: right;
}
/* LATEST TWEET END */

/* SIDE FORM */
div#side-form {
	background: #FFF;
	width: 40px;
	height: 171px;
	position: absolute;
	top: 160px;
	left: -39px;
	z-index: 20;
}
div#side-form span.button {
	background: url(../images/supreme-web-solutions-sprite.png) 0px -151px no-repeat #f8f8f8;
	width: 40px;
	height: 171px;
	display: block;
	cursor: pointer;
}
div#side-form div.form {
	width: 527px;
	padding: 0 7px 6px 0;
	display: none;
	position: absolute;
	left: 39px;
	top: 0;
}
div#side-form div.top {
	background: url(../images/supreme-web-solutions-form-top.png) no-repeat;
	width: 534px;
	height: 10%;
	position: absolute;
	left: 0;
	top: 0;
}
div#side-form div.bottom {
	background: url(../images/supreme-web-solutions-form-bottom.png) no-repeat bottom;
	width: 534px;
	height: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
}
div#side-form form {
	background: #EEE;
	padding: 15px;
	border: 1px solid #dcdcdc;
	position: relative;
	z-index: 25;
}
div#side-form tr.message {
	display: none;
	color: #0C0;
}
div#side-form span.error {
	color: #F00;
}
div#side-form form textarea {
	width: 492px;
	height: 150px;
}
div#side-form td.img {
	vertical-align: middle;
}
/* SIDE FORM END */

/* LYTEBOX */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/lytebox/prev_grey.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/lytebox/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 80%; float: left; text-align: left;  }
#lbCaption { display: block; font-weight: bold; padding-bottom: 1.0em;}
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/lytebox/close_grey.png) no-repeat; }
/* LYTEBOX END */

/* S3 SLIDER */
div#s3slider {
	width: 650px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

div#s3slider ul {
	padding: 0;
}

div#s3slider ul#s3sliderContent {
	width: 650px;
	position: absolute;
	top: 0;
	margin: 0;
	text-indent: 0;
}

div#s3slider li.s3sliderImage {
	float: left;
	position: relative;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#s3slider li.s3sliderImage span {
	background: #000;
	width: 110px;
	height: 200px;
	padding: 10px;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	font-size: 10px;
}

div#s3slider li.s3sliderImage h2 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* S3 SLIDER END */

/* PRETTIFY */
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}
/* PRETTIFY END */

/* payment-view */
.payment-view td.title {
	font-weight: bold;
}
.payment-view td {
	vertical-align: middle;
}
.payment-view .submit {
	margin: 5px 0;
	display: block;
}
.payment-view .radio {
	width: auto;
}
.payment-view .hr {
	margin: 5px 0;
}
