
/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

body
{
	font-family:Arial, Helvetica, sans-serif;	
}

.float-left
{
float:left;	
}

.float-right
{
	float:right;	
}
.float-middle
{
background-color:#d5d7b5;
margin-left:250px;
}
.clear
{
	clear:both;	
}

#left{
width:250px;  
float:left;  
}

#left p{
font-size:12px;
}

#right{
width:231px;
float:right; 
}

.content{
margin:0px;
margin-left:255px;
margin-right:235px;
}
.content h1 {
margin:0px;
} 
h1 {
	color:#000;
	font-size:18px;	
	margin:0 0 10px;
}
.content p {
margin:0px;
padding:5px;
}

#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}


#price
{
    font-size: 15px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
	background: url('../images/pattern.png');
}
#price thead tr
{
	background: url('../images/pattern-head.png');
}
#price th
{
	font-size: 15px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #b52600;
}
#price td
{

	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 2px;
	font-weight:bold;
	border-top: 1px solid transparent;
}
#price tbody tr:hover td
{
	background: #fff;
}
.rightmenu {
float:right;
margin:15px 0px 10px 0px;
}

.rightmenu div img {
float:right;
margin:5px 0px 0px 0px;
}	
/*-----------------------------------------------------------------------
Containers
------------------------------------------------------------------------*/

.wrapper
{
	margin:0 auto;	
}

#frame-header
{
	background:url(../images/header.jpg) repeat-x;
}

#frame-action
{
	background:#fff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	padding:5px 0 0;
	height:75px;	
}

#frame-splash
{
	
	height:453px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#frame-portfolio
{
	padding:40px 0;	
}

#frame-blog
{
	padding:5px 5px 5px;	
}

#frame-introduction
{
	background:#212121 url(../images/background-subpage-splash.jpg) no-repeat center; 
	height:400px;
}

#frame-content
{
	padding:30px 0 20px;	
}

#frame-footer
{
	margin:20px;	
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

p a,
li a
{
	color:#000000;
	text-decoration:underline;	
}

/*-----------------------------------------------------------------------
Buttons
------------------------------------------------------------------------*/

.button-green
{
	width:250px;	
}

.button-green a
{
	background:url(../images/button-green.png) no-repeat;
	color:#ffffff;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:44px;
	text-align:center;
	text-decoration:none;
	width:250px;
}

.phone-wrap{
width:100%;
}

.phone{
	width:700px;
	margin:0 auto;
    text-align:center;
}
.phone span{
font-size:1em;
padding-left:1px;
padding-right:10px;
color:#000;
float:right;
}
.phone span strong{
padding-right:5px;
padding-top:15px;
color:#b52600;
font-size:1.60em;

}


/*-----------------------------------------------------------------------
Bullets
------------------------------------------------------------------------*/

.bullet
{
	margin:20px 0;	
}

.bullet li
{
	background:url(../images/bullet-arrow.gif) 0 6px no-repeat;
    color: #858181;
	font-size: 12px;
    line-height: 20px;
	padding:5px 0 5px 20px !important;	
}

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

/*--Main-- Navigation---------------------------------------------------*/

#navigation-main li
{
	color:#ffffff;
	height:10px;
	float:right;
	font-size:13px;
	font-weight:bold;
	line-height:10px;
	margin:20px 0 0 5px;
	
}

#navigation-main li a
{
border:2px solid #959595;
	color:#fff;
	background:#b52600;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 7px;
	text-align:center;
	text-decoration:none;
}

#navigation-main li.active a,
#navigation-main li a:hover
{
text-decoration:underline;
cursor:pointer;
	
}


#contact-nav li
{
	color:#ffffff;
	height:10px;
	float:right;
	font-size:13px;
	font-weight:bold;
	line-height:10px;
	margin:45px 50px 0 5px;
	
}

#contact-nav li a
{
border:2px solid #959595;
	color:#fff;
	background:#009EE2;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 7px;
	text-align:center;
	text-decoration:none;
}

#contact-nav li.active a,
#contact-nav li a:hover
{
text-decoration:underline;
cursor:pointer;
}
.top-menu {position:relative; width: 100%; text-align: left; height: 15px; }
.top-menu ul { padding-right:20px; text-align: right;}
.top-menu ul li {padding:3px 15px;position:relative;text-transform:uppercase; display: inline-block;}
.top-menu ul li a {padding-right:20px;color:#000; border:1px solid #000;background:#ccc;
	display:block;
	height:20px;
	padding:0 10px;
	text-align:center;
	text-decoration:none;}
/*--Footer Navigation---------------------------------------------------*/

#navigation-footer li
{
	float:left;
	margin:3px 0 0;
}

#navigation-footer li span
{
	margin:0 5px;	
}

/*-----------------------------------------------------------------------
Logo
------------------------------------------------------------------------*/

#logo-main
{
	margin-left:0px;
	position:relative;	
}

/*-----------------------------------------------------------------------
Homepage
------------------------------------------------------------------------*/

/*--Action--------------------------------------------------------------*/

#frame-action h1
{
	color:#000;
	float:left;
	font-size:20px;
	font-style:italic;	
	font-weight:normal;
	width:790px;
}

#frame-action .button-green
{
	margin:5px 0 0;	
}

/*--Splash--------------------------------------------------------------*/

#welcome
{
    background: none repeat scroll 0 0 #62A1C8;
    height: 203px;
    left: 50%;
    margin: 83px 0 0 -300px;
    padding: 35px;
    position: absolute;
    width: 530px;
    z-index: 2;
}

#welcome h1
{
	color:#ffffff;
	font-size:30px;
	margin:0 0 15px;	
}

#welcome p
{
	color:#d9effd;
	font-size:18px;
	line-height:24px;
	margin:0 0 20px;	
}

#welcome p strong
{
	color:#ffffff;	
}

#close-welcome
{
	background:url(../images/button-close.png);
	cursor:pointer;
	height:30px;
	right:-10px;
	position:absolute;
	top:-10px;
	width:30px;
	z-index:3;
}

#close-welcome:hover
{
	background-position:bottom;	
}

#frame-splash li .splash-image
{
	height:151px;
	overflow:hidden;
	position:relative;
	width:239px;	
}

#frame-splash li .splash-image img
{
	position:absolute;
	top:-151px;
}

#frame-splash li .splash-image img.active
{
	top:0;
}

#frame-splash input
{
	display:none;	
}

/*--Content------------------------------------------------------------*/

#frame-content .column
{
	float:left;
	margin:0 20px 0 10px;
	text-align:justify;
}

#frame-content .end
{
	margin:0;	
}

#frame-content h2
{
	color:#b52600;
	font-size:18px;	
	margin:0 0 5px;
}

#frame-content p
{
	color:#000000;
	font-size:12px;
	line-height:18px;
	margin:0 0 15px;
}

#frame-content p a:hover
{
	text-decoration:none;	
}

/*--Footer--------------------------------------------------------------*/

#frame-footer .wrapper
{
	border-top:1px solid #dddddd;
	color:#909090;
	font-size:10px;
	line-height:18px;
	padding:20px 0 0;
}

#frame-footer .wrapper a
{
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#frame-footer .wrapper a:hover
{
	text-decoration:none;
}

/*-----------------------------------------------------------------------
Subpage
------------------------------------------------------------------------*/

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

#frame-introduction .wrapper
{
	padding:63px 0 0;	
}

#frame-introduction .left-column
{
	float:left;
	width:620px;	
}

#frame-introduction .right-column
{
	float:right;
	width:310px;	
}

#frame-introduction h1
{
	color:#ffffff;
	font-size:40px;
	font-weight:normal;
	margin:0 0 10px;
}

#frame-introduction h2
{
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 15px;
}

#frame-introduction h3
{
	color:#ffffff;
	font-size:16px;
	margin:59px 0 10px;
}

#frame-introduction p
{
	color:#c3c3c3;
	font-size:14px;
	line-height:20px;
	margin:0 0 15px;
}

#frame-content .left-column
{
	float:left;
	width:620px;
}

#frame-content .right-column
{
	float:right;
	width:310px;	
}

/*--About Us------------------------------------------------------------*/

#office-photos ul
{
	padding:10px 0 0;
	width:307px;
}

#office-photos li
{
	float:left;
	height:58px;
	overflow:hidden;
	position:relative;
	margin:0 0 4px 3px;	
	width:59px;
}

#office-photos li.first
{
	margin:0 0 4px;	
}

#office-photos li:hover img
{
	position:absolute;
	top:-58px;
}

#frame-content .staff-member
{
	float:left;
	margin:0 20px 0 0;
	width:224px;	
}

#frame-content .end
{
	margin:0;
}

#frame-content .staff-member p strong
{
	color:#62a1c8;
	display:block;
	font-size:14px;
	padding:10px 0 0;
}

#frame-content .staff-member p em
{
	color:#333333;
}

#frame-content .staff-member p
{
	margin:0 0 10px;	
}

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

#frame-portfolio h1,
#frame-blog h1
{
	color:#000000;
	font-size:18px;
	font-weight:normal;
	padding:0 0 5px;
}

#frame-portfolio h2,
#frame-blog h2
{
	color:#222;
	font-size:13px;
	font-style:italic;
	font-weight:normal;	
}

#frame-portfolio h3,
#frame-blog h3
{
	border-bottom:1px solid #cecece;
	color:#000;
	font-size:17px;
	padding:0 0 7px;
}

#frame-portfolio p,
#frame-blog p
{
	color:#000000;
	font-size:12px;
	line-height:20px;
	margin:2px 0 5px;	
}

#portfolio
{
	border-top:0px solid #e1e1e1;
	margin:5px 0 0;
	padding:5px 0 0;	
}

#categories
{
	width:200px;
	margin-left:20px;
}

#categories li
{

	border-bottom:1px solid #e1e1e1;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:10px;
	padding:10px 0;
}

#categories li.end
{
	border:none;	
}

#categories li a
{
	color:#000000;	
	text-decoration:none;	
}

#categories li.current a
{
	color:#62A1C8;	
}

#categories li a:hover
{
	color:#62A1C8;

}



#leftmenu
{width:200px; margin-left:20px;}
#leftmenu p
{color:#b52600;	text-decoration:none;}

#leftmenu li
{border-bottom:1px solid #e1e1e1;color:#000000;font-size:14px;font-weight:bold;line-height:10px;padding:10px 0;}

#leftmenu li.end
{border:none;}

#leftmenu li a
{color:#000000;	text-decoration:none;}

#leftmenu li.current a
{color:#b52600;	}

#leftmenu li a:hover
{color:#b52600;}

#folio-items
{
	width:660px;	
}

#blog-items
{
	width:650px;	
}

#blog-items li
{
	padding:0 0 30px;
}

#blog-items .article-image
{
	width:121px;
}

#blog-items .article-excerpt
{
	width:520px;
}

#blog-items .article-excerpt h2,
#frame-blog .article-content h2
{
	color:#62a1c8;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

#blog-items .back-links
{
	padding:20px 0 30px;	
}

#blog-items .back-links li
{
	color:#858181;
	float:left;
	font-size:12px;	
	padding:0;
}

#blog-items .back-links li a
{
	text-decoration:none;	
}

#blog-items .back-links li a:hover
{
	text-decoration:underline;	
}

#blog-items .back-links span
{
	margin:0 3px;	
}

#frame-blog .article-content h2
{
	margin:0 0 10px;	
	padding:0;
}

#frame-blog .article-content h3
{
	border:none;
	color:#555555;
	font-size:14px;
	margin:20px 0 10px;
	padding:0;
}

#blog-items .article-excerpt p,
#frame-blog .article-content p
{
	font-size:12px;
	margin:5px 0 0;
	line-height:20px;	
}

#blog-items .article-excerpt p.date
{
	color:#5f5959;
	font-size:11px;
	margin:5px 0 0;	
}

#blog-items .article-excerpt p.more-link
{
	margin:15px 0 0;	
}

#folio-items li
{
	float:left;
	height:132px;
	margin:0 0 10px 10px;
	overflow:hidden;
	position:relative;
	width:210px;	
}

#folio-items li:hover img
{
	position:absolute;
	top:-132px;
}

/*--Why choose me?------------------------------------------------------*/

#benefits li
{
	background:url(../images/bullet-tick.gif) 0 10px no-repeat;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	padding:0 0 0 30px;	
}

#features li
{
	float:left;
	margin-top:10px;
	width:238px;	
}

#features li h4
{
	color:#666666;
	font-size:12px;
	margin:0;
	padding:0;
}

.icon-design{background:url(../images/icon-design.gif) no-repeat; padding:0 0 0 52px;}
.icon-branding{background:url(../images/icon-branding.gif) no-repeat; margin:0 0 0 40px; padding:0 0 0 52px;}
.icon-development{background:url(../images/icon-development.gif) no-repeat; padding:0 0 0 52px;}
.icon-print{background:url(../images/icon-print.gif) no-repeat; margin:0 0 0 40px; padding:0 0 0 52px;}

.testimonial-container
{
	background:#b52600;
	border:2px solid #959595;
	padding:5px 20px 0px;
	position:relative;
}
.testimonial-container p{font-size:14px;font-style:normal;}
.testimonial-container h1{font-size:22px;color:#fff;}

.quotation-left
{
	background: url(../images/icon-quote-left.png) no-repeat;
	height:25px;
	position:absolute;
	left:-1px;
	top:1px;
	width:27px;	
}

.quotation-right
{
	background: url(../images/icon-quote-right.png) no-repeat;
	bottom:-10px;
	height:25px;
	position:absolute;
	right:0px;
	width:27px;	
}


#frame-content .testimonial-container p
{
	color:#62a1c8;
}

#frame-content .testimonial-container cite
{
	color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

#frame-content .testimonial-container cite em
{
	display:block;
	font-size:12px;
	font-weight:normal;	
}

/*--Contact Us---------------------------------------------------------*/

#map iframe
{
	border:1px solid #cdcbcb;
	margin:0 0 20px;
}

#details dl, a
{
	color:#b52600;;
	font-size:15px;
	line-height:20px;
}

#details dt
{
	clear:both;
	font-weight:normal;
	float:left;

}

#details dd
{
	float:right;
	width:150px;	
}

#details .address
{
	margin:15px 0 0;	
}

/*-----------------------------------------------------------------------
Forms
------------------------------------------------------------------------*/

/*--Contact Form--------------------------------------------------------*/

#contact-form .float-left,
#contact-form .float-right
{
	width:290px;
}

#contact-form label
{
	color:#c3c3c3;
	display:block;
	font-size:12px;
	padding:0 0 5px;
}

#contact-form label span
{
	color:#ffffff;
}

#contact-form input
{
	background:url(../images/background-input-sprite.gif) 0 0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:23px;
	margin:0 0 13px;
	padding:10px;
	width:270px;
}

#contact-form textarea
{
	background:url(../images/background-input-sprite.gif) bottom;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:98px;
	overflow:hidden;
	padding:10px;
	resize:none;
	width:270px;
}

#contact-form button
{
	background:url(../images/button-green.png) no-repeat;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-size:18px;
	font-weight:bold;
	float:right;
	height:44px;
	margin:33px 0 0;
	text-align:center;
	text-decoration:none;
	width:152px;
}

#contact-form button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

#contact-form button:hover
{
	background-position:0 -44px;	
}

#frame-introduction h2#contact-message
{
	font-size:16px;
	margin:15px 0 0;	
}

#contact-message .contact-success,
#contact-message .contact-error
{
	display:none;
}

#note h4
{
	color:#ffffff;
	font-size:14px;
	margin:73px 0 0;
}

#note p
{
	color:#c3c3c3;
	line-height:20px;	
}

#note p a
{
	color:#ffffff;
}

#note p a:hover
{
	text-decoration:none;	
}
