@import url("reset.css");

/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

body 				{ font-family: arial, verdana, sans-serif; font-size: 11px; line-height: 17px; color: #333; }
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#333; }
p 					{ margin-bottom: 20px; }
h2 				{ font-weight: normal; font-size: 25px; margin-bottom: 20px; }
h2 span 			{ display: none; }
strong 			{ font-weight: bold; }



hr {
	border:0;
	border-bottom: 1px dashed #666;
	margin-top: 20px;
	}


h2 {
	color: #333;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 25px;
	text-shadow:0 1px 0 #ccc;
}

/* 
/	Reusable Classes
------------------------------------------*/

.RightArrow { background: url('../images/other/right_arrow.jpg') no-repeat right 4px; padding-right: 7px; text-align: right; display: block; }

.FloatRight { float: right; }
.FloatLeft { float: left; }
img.FloatRight { margin-left: 15px; }
img.FloatLeft { margin-right: 15px; }


/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

ul#MainNav			{ list-style: none; margin-top: 9px; height: 100px; float: right; width: 960px; position: relative; }
ul#MainNav li		{ float: left; }
ul#MainNav li a 	{
	display: block;
	float: left;
	padding: 10px;
	height: 40px;
	width: 115px;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	border-left: 1px dashed #ccc;
}
ul#MainNav li a span	{
	display: block;
	font-weight: normal;
	color: #7FB1BC;
}
ul#MainNav li a:hover {
	background-color: #f4f4f4;
	border-bottom: 1px dashed #ccc;
	}
ul#MainNav li.last a:hover,
ul#MainNav li.last a.active { 
	border-right: 1px dashed #ccc;
	width: 114px;
	}
ul#MainNav li.back {
	background:  url('../images/master/nav_caret.gif') no-repeat;
	height: 10px;
	z-index: 8;
	position: absolute;
}

ul#MainNav li#logo a {  float: left; display: inline; padding: 0; padding-left: 20px; border: 0; width: 532px; .padding-left: 0; }
ul#MainNav li#logo a:hover {  background: none; }

/*
/		Global Layout
--------------------------------------------------------------------------------------------------------*/

body {
	background: url('../images/master/background.gif') no-repeat top center;
	margin: 0 auto;
	/* width: 996px; */
	}

#wrap {
	margin: 0 auto;
	width: 938px;
	padding: 0 29px;
	}

#header {
	margin-top: 10px;
	padding-right: 250px;
	line-height: 20px;
	font-size: 13px;
	color: #666;
	font-family: georgia;
	border-bottom: 1px dotted #CCC;
	} #header h2 { margin-bottom: 5px;
	} #header strong { color: #b18385; font-weight: normal; text-transform: uppercase;
	} #header.noborder { border: 0; }
	

#HomePortfolio {
	margin: 30px 0 60px 0;
	}
	#HomePortfolio ul 			{ width: 509px; float: left; height: 520px; font-size: 11px; color: #666; }
	#HomePortfolio ul li 			{ width: 225px; float: left; margin-right: 28px; height: 250px; }
	#HomePortfolio ul li img 	{ border: 1px solid #999; }
	#HomePortfolio ul li h2	 	{ color: #666; font-size: 14px; margin-bottom: 3px; line-height: 14px; letter-spacing: 1px; margin-top: 6px; }
	#HomePortfolio ul li p	 	{ line-height: 14px; }

#HomePortfolio .HomeLargeView {
	width: 429px;
	float: left;
	font-size: 11px;
	color: #666;
	}
	#HomePortfolio .HomeLargeView h2	 	{ color: #666666; font-size: 14px; margin: 4px 0 3px 0; line-height: 14px; letter-spacing: 1px; }
	#HomePortfolio .HomeLargeView p	 	{ line-height: 14px; }
	#HomePortfolio .HomeLargeView img { border: 1px solid #999; }


.column3 {
	float: left;
	width:260px;
	margin-right: 75px;
	padding-top: 10px;
	border-top: 4px solid #d1252b;
	position: relative;
	}
	.column3 h2  					{ font-size: 25px; line-height: 20px; }
	.column3 h2 img 				{ margin-right: 5px; position: relative; top: 3px; float: right; }
	.column3.last 					{ margin-right: 0; }
	.column3 a.more { 
	background: url('../images/other/more.png') no-repeat;
	padding: 4px 17px 0 10px;
	width: 101px; 
	height: 19px;
	float: right; 
	font-weight: bold;
	color: #a4a4a4;
	}
	.column3 a.more:hover { 
	background-position: bottom left;
	color: #333;
	}
	
.TwoCol {
	float: left;
	width: 430px;
	padding: 40px 0px;
	padding-right: 55px;
	} .TwoCol.nopad { padding-right: 0; }


/*
/		FOOTER
--------------------------------------------------------------------------------------------------------*/

#footer {
	background: #303030 url(../images/master/footer_bg.gif) repeat-x;
	clear: both;
	margin: 0 auto;
	width: 967px;
	padding: 25px 29px 0 0 ;
	color: #666;
	font-size: 11px;
	}

ul.FooterMenu {
	margin-left: 29px;
	margin-top: 4px;
	width: 200px;
	float: left;
	display: inline;
	}
	ul.FooterMenu li a {
	display: block;
	line-height: 25px;
	height: 25px;
	border-left: 3px solid #666;
	padding-left: 20px;
	}
	ul.FooterMenu li a:hover {
	color: #CCC;
	background-color: #333;
	padding-left: 23px;
	border-left-color: #999;
	}
.CopyRight {
	clear: both;
	padding: 0 0 0 29px;
	}

#footer blockquote {
	background: url('../images/other/quotes_dark.gif') no-repeat right top;
	float: right;
	margin-bottom: 45px;
	padding-right: 70px;
	width: 585px;
	}
	#footer blockquote span.title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	}

/*
/		LISTS
--------------------------------------------------------------------------------------------------------*/

ul.list1 								{ margin-top: 20px; }
ul.list1 li 							{ margin-bottom: 15px; }
ul.list1 li h3 						{ color: #5497a5; }
ul.list1 li h3 a 						{ color: #5497a5; }

ul.bulleted li { background: url('../images/other/right_arrow.jpg') no-repeat left 5px; padding-left: 11px; margin-bottom: 5px; }


/*
/		CONTACT FORM
--------------------------------------------------------------------------------------------------------*/
ul.form { width: 420px; float: left; }
ul.form li { margin-bottom: 10px; height: 30px; }
ul.form li label { clear: left; float: left; width: 130px; text-align: right; padding-right: 20px;  }
ul.form li input,
ul.form li select,
ul.form li textarea { 
	float: left; 
	width: 257px; 
	height:15px; 
	border: 3px solid #CCC; 
	color: #666; 
	line-height: 15px;
	font-size: 14px; 
	padding: 5px 3px 3px 3px; 
	font-weight: bold; 
	font-family: Helvetica;
	}
	ul.form li.textarea { height: 155px; }
ul.form li select { float: left; width: 267px; border: 3px solid #CCC; height: 30px; line-height: 30px; }
ul.form li textarea { height: 150px; }
ul.form li.comments { height: 150px; }
ul.form li input.formbutton,
ul.form li input.FormButton { height: auto !important; width: auto !important; border: 0; float: right; margin-top: 10px; }

ul.form li input:hover, ul.form li select:hover, ul.form li textarea:hover { border-color: #999; }
ul.form li input:focus, ul.form li select:focus, ul.form li textarea:focus  { border-color: #666; }

	/* VALIDATION */ 
	ul.form li input.error {
	border-color: red;
	}
	
	ul.form li textarea.error
	{
		border-color:Red !Important;
	}

	ul.form li label.error {
	display: none !important;
	/*
	background: url('../images/error_x.gif') no-repeat center left;
	margin-left: 5px;
	padding: 5px 0 0 20px;
	height: 19px;
	line-height: 14px;
	text-align: left;
	float: left; 
	color: red;
	*/
	}

	ul.form li input.valid {
	border-color: #5fd770;
	}
	ul.form li label.valid {
/* 	background: url('../images/success_check.gif') no-repeat center left; */
	}


/*
/		LATEST LAUNCH / CLIENT LIST
--------------------------------------------------------------------------------------------------------*/

.LatestLaunch 						{ float: left; width: 430px; padding: 10px 55px 0 0; border-top: 4px solid #e5e5e5; }
.LatestLaunch h3 					{ color: #5497a5; margin: 5px 0 10px 0; font-size: 15px; text-transform: uppercase; }
.LatestLaunch img 				{ border: 1px solid #999; }

.ClientList-News-Wrap			{ float: left; width: 435px; padding: 10px 0px; border-top: 4px solid #e5e5e5; }
.ClientList 							{ height: 100px; }
.ClientList ul		 				{ float: left; width: 140px; color: #5fa2af; }
.news 								{ clear: both; width: 400px; margin-top: 50px; padding-top: 10px; border-top: 4px solid #e5e5e5; }
.news h3 a							{ color: #5497a5; }
.news h3 a:hover  				{ background: url('../images/other/right_arrow.jpg') no-repeat right 3px; padding-right: 7px; }

/*
/		Portfolio
--------------------------------------------------------------------------------------------------------*/

/*preload classes*/ 
.svw 									{width: 50px; height: 20px; background: #fff;} 
.svw ul 								{position: relative; left: -999em;}
 
/*core classes*/ 
.stripViewer 						{  position: relative;  overflow: hidden;  margin: 0 0 1px 0; } 
.stripViewer ul 						{ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; } 
.stripViewer ul li 					{  float:left; } 
.stripTransmitter 					{ overflow: auto; margin-right: 14px;width: 400px;float: right;} 
.stripTransmitter ul 				{ margin: 0; padding: 0; position: relative; list-style-type: none;float: right;} 
.stripTransmitter ul li				{ width: 20px;float:left; margin: 0 1px 1px 0; } 
.stripTransmitter a					{ font: bold 10px  Arial;text-align: center; line-height: 22px; background: #EEE; color: #999; text-decoration: none; display: block; } 
.stripTransmitter a:hover, a.current
										{ background: #ff0000; color: #FFF; } 
.loader 								{margin: 0 auto;margin-top: 173px;width: 30px;}

/*preload classes*/ 
.svw 									{width: 50px; height: 20px; background: #fff;} 
.svw ul 								{position: relative; left: -999em;}
 
/*core classes*/ 
.thumbViewer 							{ position: relative;  overflow: hidden;  margin: 0 0 1px 0; } 
.thumbViewer ul 						{ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; } 
.thumbViewer ul li 					{  float:left; } 
.thumbTransmitter 					{ overflow: auto; margin-right: 14px;width: 400px;float: right;} 
.thumbTransmitter ul 					{ margin: 0; padding: 0; position: relative; list-style-type: none;float: right;} 
.thumbTransmitter ul li				{ width: 20px;float:left; margin: 0 1px 1px 0; } 
.thumbTransmitter a					{ font: bold 10px  Arial;text-align: center; line-height: 22px; background: #EEE; color: #999; text-decoration: none; display: block; } 
.thumbTransmitter a:hover, a.current
										{ background: #ff0000; color: #FFF; } 

.LargeWork h2 						{ margin-top: 15px; }
.LargeWork .WorkDesc 			{ width: 400px; float: left; }
.LargeWork .PrevList 				{ float: left; display: inline; margin: 55px 0 0 80px;}
.LargeWork .PrevList li 			{ float: left; margin-left: 10px; }
.LargeWork #ScreenShots 		{ border: 1px solid #CCC; width: 921px; height: 370px; }
	
#MedPortfolio {
	overflow: hidden;
	width: 912px;
	height: 180px;
	position: relative;
	}
	#MedPortfolio ul 				{ float: left; font-size: 11px; color: #666;}
	#MedPortfolio ul li 			{ width: 225px; float: left; margin-right: 3px; height: 200px; }
	#MedPortfolio ul li img 		{ border: 1px solid #999; }
	#MedPortfolio ul li h2	 		{ color: #5497a5; font-size: 12px; margin-bottom: 10px; letter-spacing: 0px; }
	
	#MedPortfolioWrap { position: relative; margin-left: 12px; _margin-left: 24px;}
	#MedPortfolioWrap .next {
        position: absolute;
        right: -18px;
        _right: 20px;
        top: 65px;
		background: url('../images/icons/next.gif') no-repeat;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
		z-index: 10;
		cursor: pointer;
    }
    #MedPortfolioWrap .prev {
    	position: absolute;
        left: -34px;
        top: 65px;
		background: url('../images/icons/back.gif') no-repeat;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
		cursor: pointer;
    }
    

/*
/		NEWSLETTER
--------------------------------------------------------------------------------------------------------*/

.News			{ float: left; width: 250px; height: 200px; padding: 30px; }
.News h2 	{ font-size: 20px; margin-bottom: 2px; text-align: center; }
.News h3 	{
	font-size: 13px;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 5px;
	color: #999;
	text-align: center;
	border-bottom: 4px solid #999;
	}

/*
/		TWITTER
--------------------------------------------------------------------------------------------------------*/

ul.twitterfeed li {
	background: #e9e9e9 url('../images/other/twitter_bottom.gif') no-repeat left bottom;
	padding: 10px;
	padding-bottom: 40px;
	margin: 0;
	}
	a.twitterlink { color: #CCC; font-size: 50%; letter-spacing: 0; vertical-align: top; margin-left: 5px; }
	a.twitterlink:hover { color: #126BBF;  }

	.TwitterUpdating {
		position: absolute;
		top: 5px;
		right: 40px;
	}
	
	
/*
/		    BLOG
--------------------------------------------------------------------------------------------------------*/


.BlogColLeft {
    width: 15%;
    float: left;
    padding-top: 20px;
    }
    
.BlogColMid {
    width: 60%;
    padding-right: 7%;
    float: left;
    }
    .BlogColMid h2 span { display: block; }
	.BlogColMid ul { padding: 10px 0px}
    
.BlogColRight {
    width: 18%;
    float:left;
    padding-top: 20px;
    text-align: center;
    }
    .BlogColRight img  {
    }
    
.BlogPostPreview, h2.BlogPostTitle, .BlogPanel {
    margin: 20px 0;
    }
    .BlogPanel input.BlogButton {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 96px;
    }
    
.BlogPDateWhole, .TrackbackPanel {
    margin-bottom: 20px;
    }
    .TrackbackURL { display: none; }
    
ul.blog { margin-bottom: 15px; }
ul.blog li { height: 40px; }
ul.blog li span { display: block; }