

/*
// ---------------------------------------------------------------------------
//: MAIN
// ---------------------------------------------------------------------------
*/
	#page_left {
		background:url(../themes/bluesky/page_left.jpg);
	}
	#page_right {
		background:url(../themes/bluesky/page_right.jpg);
	}
	#header_left {
		float:left;
		width:390px;
		height:89px;
		padding:0px;
		background:url(../themes/bluesky/header_left.gif);
	}
	#header_right {
		float:left;
		width:610px;
		height:89px;
		padding:0px;
		background:url(../themes/bluesky/header_right.gif);
	}

/*
// ---------------------------------------------------------------------------
//: MENU
// ---------------------------------------------------------------------------
*/
	#menu {
		width:1000px;
		height:50px;
		padding:0;
	}
	#menu_left {
		width:390px;
		height:50px;
		background:url(../themes/bluesky/menu_left.gif);
	}
	#menu_spacer1 {
		width:20px;
		height:50px;
		background:url(../themes/bluesky/menu_spacer1.gif);
	}
	#menu_spacer2 {
		width:20px;
		height:50px;
		background:url(../themes/bluesky/menu_spacer2.gif);
	}
	#menu_spacer3 {
		width:20px;
		height:50px;
		background:url(../themes/bluesky/menu_spacer3.gif);
	}
	#menu_home {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/bluesky/menu_home.gif);
	}
	#menu_home.on {
		background:url(../themes/bluesky/menu_home_on.gif);
	}
	#menu_projects {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/bluesky/menu_projects.gif);
	}
	#menu_projects.on {
		background:url(../themes/bluesky/menu_projects_on.gif);
	}
	#menu_journal {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/bluesky/menu_journal.gif);
	}
	#menu_journal.on {
		background:url(../themes/bluesky/menu_journal_on.gif);
	}
	#menu_inspiration {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/bluesky/menu_inspiration.gif);
	}
	#menu_inspiration.on {
		background:url(../themes/bluesky/menu_inspiration_on.gif);
	}
	#menu_right {
		width:70px;
		height:50px;
		background:url(../themes/bluesky/menu_right.gif);
	}

/*
// ---------------------------------------------------------------------------
//: SIDEBAR
// ---------------------------------------------------------------------------
*/
	#sidebar_left {
		float:left;
		width:50px;
		height:300px;
		background:url(../themes/bluesky/sidebar_left.gif);
	}
	#sidebar {
		float:left;
		width:260px;
		height:300px;
		margin:0;
		padding:0;
		overflow-hidden;
		background:url(../themes/bluesky/sidebar.gif);
	}
	#sidebar h1 {
		color:#303b41;
		font-size:12px;
		font-weight: bold;
		background:#e3e2d9;
	}
	#sidebar h1 a {
		color:#303b41;
	}
	#sidebar li {
		float:left;
		padding:2px 5px;
		background-color:transparent;
		color:#303b41;
	}
	#sidebar li a {
		color:#303b41;
		text-decoration:none;
	}
	#sidebar li a:hover {
		color:#df3b35;
	}
	#sidebar li.selected a {
		color:#df3b35;
		font-weight: bold;
	}
	#sidebar .Menu {
	}
	#sidebar .Menu ul {
		margin-top:20px;
		margin-left:40px;
	}
	#sidebar .Menu li {
		width:180px;
		height:41px;
		margin:0;
		padding:0;
	}
	#sidebar .Menu a {
		float:left;
		display:block;
		padding:0;
		/*
		color:#303b41;
		font-weight: bold;
		font-size:14px;
		width:240px;
		*/
	}
	#sidebar .Menu li.selected {
		width:260px;
		background:white;
	/*	border-bottom:2px solid #303b41;  */
	}
	#sidebar .Menu a span {
		display:none;
	}
	#ARAF208D17D2_menu a {
		width:180px;
		height:41px;
		background:url(../themes/bluesky/sidebar_menu_1.gif);
	}
	#ARAF208D17D2_menu a.selected {
		width:220px;
		background:url(../themes/bluesky/sidebar_menu_1_on.gif);
	}
	#ARAFD7F90081_menu a {
		width:180px;
		height:41px;
		background:url(../themes/bluesky/sidebar_menu_2.gif);
	}
	#ARAFD7F90081_menu a.selected {
		width:220px;
		background:url(../themes/bluesky/sidebar_menu_2_on.gif);
	}
	#ARAFF8623E7B_menu a {
		width:180px;
		height:41px;
		background:url(../themes/bluesky/sidebar_menu_3.gif);
	}
	#ARAFF8623E7B_menu a.selected {
		width:220px;
		background:url(../themes/bluesky/sidebar_menu_3_on.gif);
	}
	#ARAF29230A03_menu a {
		width:180px;
		height:41px;
		background:url(../themes/bluesky/sidebar_menu_4.gif);
	}
	#ARAF29230A03_menu a.selected {
		width:220px;
		background:url(../themes/bluesky/sidebar_menu_4_on.gif);
	}
	#ARAFC113FB6B_menu a {
		width:180px;
		height:41px;
		background:url(../themes/bluesky/sidebar_menu_5.gif);
	}
	#ARAFC113FB6B_menu a.selected {
		width:220px;
		background:url(../themes/bluesky/sidebar_menu_5_on.gif);
	}

/*
// ---------------------------------------------------------------------------
//: CONTENT
// ---------------------------------------------------------------------------
*/
	#content {
		float:left;
		width:580px;
		height:280px;
		padding:20px;
		padding-bottom:0;
		overflow:hidden;
		font-size:14px;
		line-height:20px;
		background:url(../themes/bluesky/content.gif);
	}
	#content_right {
		float:left;
		width:70px;
		height:300px;
		background:url(../themes/bluesky/content_right.gif);
	}
	#content ul {
		float:left;
		clear:both;
	}
	.introduction {
		font-size:22px;
		font-weight:bold;
		color:#303b41;
		line-height:30px;
		margin:0;
		padding:0;
		margin-top:-5px;
		display:block;
	}
	p {
		font-size:14px;
		line-height:20px;
	}

	#content li {
		float:left;
		clear:both;
		padding-left:16px;
		margin-top:5px;
		background:url(../../core/icons/bullet_red.png) no-repeat 0px -1px;
		font-size:12px;
		line-height:16px;
	}


/*
// ---------------------------------------------------------------------------
//: Carousel
// ---------------------------------------------------------------------------
*/
	.Carousel {
		float:left;
		width:580px;
		height:280px;
		overflow:hidden;
		position:relative;
		left:0;
		top:0;
	}
	.CarouselPlate {
		float:left;
		width:580px;
		height:6000px;
		overflow:hidden;
		position:relative;
		left:0;
		top:0;
	}
	.CarouselSlide {
		clear:both;
		float:left;
		width:620px;
		height:300px;
		padding-right:40px;
		overflow:hidden;
		position:relative;
		left:0;
		top:0;
	}
	.Carousel .ArticleBody {
		float:left;
		width:580px;
		height:260px;
		overflow:hidden;
	}
	.CarouselPrev,
	.CarouselNext {
		text-decoration:none;
		display:block;
		text-align:center;
		background:none;
		width:27px;
		height:15px;
		margin:auto;
		margin-top:3px;
	}

	.CarouselNext {
		background:url(../themes/bluesky/carouselNext.gif) no-repeat;
	}
	a:hover.CarouselNext {
		background:url(../themes/bluesky/carouselNextOn.gif) no-repeat;
	}
	.CarouselPrev {
		float:left;
	}

	.CarouselControls {
		clear:both;
		float:left;
		width:100%;
	}


/*
// ---------------------------------------------------------------------------
//: WELCOME
// ---------------------------------------------------------------------------
*/
	#content #ARAF208D17D2.Article {
		background:url(../images/cover1.jpg) no-repeat;
	}
	#content #ARAF208D17D2.Article  p {
		margin-top:20px;
		width:270px;
		float:left;
	}
	#content #ARAF208D17D2.Article  .goal {
		float:left;
		clear:left;
		margin-top:20px;
		font-size:14px;
		font-weight:bold;
		line-height:20px;
	}

/*
// ---------------------------------------------------------------------------
//: SERVICES
// ---------------------------------------------------------------------------
*/
	#Services {
		clear:both;
		float:left;
		margin-top:5px;
	}
	#Services ul {
		margin:0;
		padding:0;
	}
	#ServicesDesign {
		float:left;
		width:170px;
		margin-right:20px;
	}
	#ServicesDesign ul {
		width:170px;
	}
	#ServicesDesign li {
		width:150px;
	}
	#ServicesProgramming {
		float:left;
		width:170px;
		margin-right:20px;
	}
	#ServicesProgramming ul {
		width:170px;
	}
	#ServicesProgramming li {
		width:150px;
	}
	#ServicesWebsites {
		float:left;
		width:200px;
	}
	#ServicesWebsites ul {
		width:200px;
	}
	#ServicesWebsites li {
		width:180px;
	}

/*
// ---------------------------------------------------------------------------
//: EXPERTISE
// ---------------------------------------------------------------------------
*/
	#Expertise {
		clear:both;
		float:left;
		margin-top:4px;
	}
	#ExpertiseBullets {
		clear:both;
		margin-top:5px;
		width:410px;
	}
	#ExpertiseBullets ul {
		width:410px;
	}
	#ExpertiseBullets li {
		width:390px;
	}
	#ExpertiseBullets li {
		line-height:12px;
	}
	#ExpertiseBullets .boxinTable {
	}
	#ARAFF8623E7B.Article {
		background:url(../images/cover3.jpg) no-repeat;
	}
/*
// ---------------------------------------------------------------------------
//: BACKGROUND
// ---------------------------------------------------------------------------
*/
	#Background {
		float:left;
		width:100%;
		margin-top:10px;
	}
	#BackgroundImage {
		width:170px;
		height:230px;
		float:right;
		display:block;
		margin-top:-50px;
	}
	#BackgroundText {
		float:left;
		width:400px;
	}
	#content #ARAF29230A03.Article {
		background:url(../images/cover2.jpg) no-repeat;
	}

/*
// ---------------------------------------------------------------------------
//: AESTHETIC
// ---------------------------------------------------------------------------
*/
	#Aesthetic {
		float:left;
		margin-top:8px;
	}
	#Aesthetic li {
		line-height:12px;
	}
	#Aesthetic span {
		clear:none;
		font-size:14px;
		line-height:25px;
	}
	#AestheticPoints {
		clear:none;
		float:right;
		margin-left:20px;
		width:220px;
	}
	#AestheticPoints ul {
		width:220px;
	}
	#AestheticPoints li {
		width:200px;
	}
	#AestheticQuote {
		float:left;
		clear:both;
		padding:10px;
		margin-top:5px;
		width:560px;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		color:#303b41;
		font-style:normal;
	}
	#AestheticQuoteSymbol {
		float:left;
		position:relative;
		left:-5px;
		top:-5px;
		width:30px;
		height:20px;
		margin-right:3px;
		background:url(../images/quotation.gif) no-repeat;
	}
	#AestheticAuthor {
		font-size:14px;
		font-weight:normal;
	}
	#Aesthetic td {
		vertical-align:top;
	}
/*
// ---------------------------------------------------------------------------
//: CONTACT
// ---------------------------------------------------------------------------
*/
	#contact {
		margin-left:40px;
		margin-top:33px;
		width:180px;
		height:41px;
	}
	#contact a {
		display:block;
		text-decoration:none;
		width:180px;
		height:41px;
		margin:auto;
		background:url(../themes/bluesky/contact.jpg);
	}
	#contact a:hover {
		background:url(../themes/bluesky/contact_over.gif);
	}
	#contact a:active {
		background:url(../themes/bluesky/contact_over.gif);
	}

	#ContactPage {
		padding:0;
		margin-top:15px;
		margin-bottom:10px;
	}
	#ContactForm {
		margin:0;
	}
	#ContactFormError {
		height:20px;
		font-size:12px;
		color:#df3b35;
	}
	#ContactForm .row {
		height:26px;
	}
	#ContactForm .label {
		width:60px;
		font-size:12px;
		vertical-align:middle;
	}
	#ContactForm .field {
		vertical-align:middle;
	}


/*
// ---------------------------------------------------------------------------
//: BOTTOM
// ---------------------------------------------------------------------------
*/
	#bottom {
		clear:both;
		float:left;
		width:1000px;
		height:253px;
		padding:0;
		margin:0;
		background:url(../themes/bluesky/bottom.jpg);
	}
	#bottom {
		color:#303b41;
	}
	#bottom h1 {
		font-size:14px;
	}
	#bottom h1,
	#bottom .ArticleSummary h1 a,
	#bottom a {
		color:#fefefe;
	}
	#bottom div.body {
		height:72px;
	}
	#bottom div.continue {
		clear:both;
		float:right;
		width:16px;
		height:16px;
	}
	#bottom a.continue {
		top:0px;
	}
	#bottom_heading {
		margin-top:45px;
		margin-left:70px;
		float:left;
		color:#fefefe;
		font-weight: bold;
		font-size:12px;
	}
	#pane1 {
		float:left;
		width:250px;
		height:65px;
		margin-left:88px;
		margin-top:29px;
	}
	#pane2 {
		float:left;
		width:250px;
		height:65px;
		margin-left:41px;
		margin-top:29px;
	}
	#pane3 {
		float:left;
		width:250px;
		height:65px;
		margin-left:41px;
		margin-top:29px;
	}
	#bottom_short {
		height:47px;
		width:886px;
		padding:0px 20px;
		background:url(../../images/bottom_short.gif);
	}

/*
// ---------------------------------------------------------------------------
//: FOOTER
// ---------------------------------------------------------------------------
*/
	#footer {
		width:846px;
		/*height:16px;*/
		margin:10px auto;
		font-size: 10px;
		text-align:left;
		color: #09395c;
		overflow-y:hidden;
		overflow-x:hidden;
	}
	#bottom #footer {
		margin-top:40px;
	}
	#bottom_short #footer {
		margin-top:20px;
	}
	#footer a {
		color: #5d6b73;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer a.selected {
		text-decoration:underline;
	}
	#footermenu {
		width:100%;
		float:left;
		font-size:12px;
		color: #5d6b73;
	}
	#footermenu li {
		float:left;
		padding-right:30px;
		list-style-type:none;
		overflow-y:hidden;
	}
	#footermenu li a {
		text-decoration:none;
		color: #5d6b73;
	}
	#footermenu li a:hover {
		color: #09395c;
	}
	#footermenu ul {
		float:left;
	}
	#copyright {
		float:right;
		color: #5d6b73;
	}
	#footerlinks {
		float:left;
		width:100%;
		margin-top:10px;
		text-align:right;
	}
