*{margin: 0px; padding: 0px; border: 0px;} .clear{clear:both}

@font-face 
{
    font-family: Museo500-regular;
    src: url(/_fonts/museo500-regular.eot);
    src: url(/_fonts/museo500-regular.otf) format("opentype");
}

a:active
{
	outline: none;
}

a:focus
{
	outline: none;
}

/*---------------------------------------
            Facebook
---------------------------------------*/
.facebook
{
	float: right;
	width: 300px;
	overflow: hidden;
}

/*---------------------------------------
            SlideShow
---------------------------------------*/
#slideShow
{
    padding: 10px;
    background-color: #151A1E;
    overflow: hidden;
    position: relative;
}

#slideShow img
{
	width: 520px;
	height: 330px;
}
/*---------------------------------------
            Header
---------------------------------------*/
#header
{
    width: 960px;
    margin: 0px auto 50px auto;
    height: 60px;
}

#header .links
{
    float: right;
}

#header .links ul
{
    padding: 0px;
    margin-top: 40px;
    overflow: hidden;
    display: block;
}

#header .links li
{
    margin-left: 25px;
    padding:0px;
    float:left;
    list-style:none;
}

#header .links a
{
    color: #898989;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 18px;
    text-decoration: none;
    display: block;
    line-height: 100%;
}

#header .links a:hover
{
    color: #FFF;
    border-color: #898989;
}

#header .logo
{
    float: left;
}

#header .logo img
{
    border: 0px;
}

/*---------------------------------------
            Newsletter
---------------------------------------*/

#newsletter
{
    height: 75px;
    margin: 0px auto;
    padding: 30px 0px 30px 0px;
    background-image:url(/_img/background_newsletter.jpg);
}

#newsletter .content
{
    width: 960px;
    margin: 0px;
    margin-left:auto; margin-right:auto;

}

#newsletter .left
{
    width: 280px;
}

#newsletter .left p
{
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#newsletter .left h2
{
    color: #B22835;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#newsletter .left .inputBox
{
    width: 215px;
    height: 20px;

    padding: 5px 10px;
    margin-top: 10px;

    font-size: 12px;
    line-height:100%;

    float: left;

    border: solid 1px #C9C9C9;
    color: #888888;
}

#newsletter .left .button
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/_img/newsletter_button.png);
    background-color: transparent;
}

#newsletter .left .button:hover
{
    background-position: bottom;
    cursor: pointer;
}

#newsletter .right
{
    float: right;
    margin-top: -15px;
}

#newsletter .right h2
{
    color: #77776B;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 20px;
    font-weight: normal;
}

#newsletter .right p
{
    color: #B22835;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 14px;
    margin-left: 40px;
    text-shadow: 0px 1px 1px #FFF;
}

/*---------------------------------------
                Services
---------------------------------------*/

#services
{
    width: 300px;
    float: left;
}

#services .rule
{
    height: 1px;
    margin: 10px 0px 10px 0px;
    background-color: #CCCCCC;
}

#services ul
{
    list-style: none;
    overflow: hidden;
    display: block;
}

#services li
{
    margin-bottom: 20px;
}

#services a
{
    text-decoration: none;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 16px;
    padding-left: 40px;
    height: 30px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
}

#services .buttonText
{
	line-height: 1.5em;
}

#services a:hover
{
    color: #B02930;
    background-position: bottom left;
    background-repeat: no-repeat;
}


#services .ecommerce
{
   background-image: url(/_img/ecommerce_button.png);
   background-position: top left;
}

#services .opencart
{
   background-image: url(/_img/opencart_welford_icon.png);
   background-position: top left;
}

#services .applications
{
   background-image: url(/_img/web_application_button.png);
   background-position: top left;
}

#services .search
{
   background-image: url(/_img/search_button.png);
   background-position: top left;
}

#services .design
{
   background-image: url(/_img/design_button.png);
   background-position: top left;
}

#services .cms
{
   background-image: url(/_img/cms_button.png);
   background-position: top left;
}

/*---------------------------------------
            Home
---------------------------------------*/

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

.home .top
{
    padding-top: 50px;
    background: #FFF url(/_img/background.jpg) top;
}

.home .top .content
{
    height: 400px;
    width: 960px;
    margin: 0px auto;
}

.home .top .content h1
{
    color: #FFF;
    font-size: 70px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

.home .top .content .text
{
    color: #888888;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
}

.home .top .content .text a
{
	color: #A2A2A2;
	text-decoration: none;
}

.home .top .content .text a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.home .top .content .left
{
    width: 350px;
    float: left;
}

.home .top .content .right
{
    float: right;
}

.home .bottom
{
    background-color: #FFF;
    margin: 0px auto 0px auto;
    padding-top: 30px;
}

.home .bottom .content
{
    width: 960px;
    height: 335px;
    margin: 0px auto;

}

.home .bottom .content .left
{
    width: 300px;
    margin-right: 30px;
    margin-top: 0px;
    float: left;
}

.home .bottom .content .left a
{
    text-decoration: none;
    color: #ff6600;
}

.home .bottom .content .left a:hover
{
    text-decoration: underline;
}

.home .bottom .content .center
{
    width: 300px;
    margin-right: 30px;
    float: left;
}

.home .bottom .content .right
{
    width: 300px;
    float: left;
}

.home .bottom h2
{
    font-size: 16px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

.home .bottom .redText
{
    color: #B22835;
    font-size: 22px;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

.home .bottom .text
{
    font-size: 14px;
    color: #A2A2A2;
    line-height: 150%;
}

.home .bottom .rule
{
    height: 1px;
    margin: 10px 0px 10px 0px;
    background-color: #CCCCCC;
}

.home .bottom ul
{
    list-style: none;
    overflow: hidden;
    display: block;
}

.home .bottom li
{
    font-size: 20px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

.home .bottom .newsText h2
{
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
    font-family:  Arial, serif;
}

.home .twitter
{
    overflow: hidden;
    width: 300px;
    min-height: 70px;
}

.home .twitter span
{
    font-weight: normal;
    font-size: 14px;
    font-family:  Arial, serif;
}

.home .twitter li
{
    margin-bottom: 20px;
    list-style: none;
}

.home .twitter a
{
    color: #FF6600;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
    font-family:  Arial, serif;
}

.home .twitter a:hover
{
    text-decoration: underline;
}

.home .twitter p {
    margin-bottom:1em;
}

/*---------------------------------------
            About page
---------------------------------------*/

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

#about .top
{
    padding-top: 50px;
    padding-bottom: 20px;
    background: #FFF url(/_img/background.jpg) top;
}

#about .top .content
{
    width: 960px;
    margin: 0px auto;
}

#about .top .content h2
{
    color: #FFF;
    font-size: 30px;
    width: 800px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#about .top .content p
{
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    line-height: 150%;
    margin-bottom: 30px;
}

#about .bottom
{
    background-color: #FFF;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

#about .bottom .content
{
    width: 960px;
    margin: 0px auto;

}

#about .bottom .content .left
{
    width: 600px;
    margin: 0px 40px 0px 20px;
    float: left;
}

#about .bottom h2
{
    font-size: 16px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#about .bottom .redText
{
    color: #B22835;
    font-size: 22px;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#about .bottom .text
{
    font-size: 14px;
    color: #A2A2A2;
    line-height: 150%;
}

#about .bottom .rule
{
    height: 1px;
    margin: 10px 0px 10px 0px;
    background-color: #CCCCCC;
}

#about .bottom ul
{
    list-style: none;
    overflow: hidden;
    display: block;
}

#about .bottom li
{
    font-size: 20px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

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

#portfolio
{
    margin: 0px auto;
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url(/_img/background.jpg) top;
}

#portfolio .content
{
    width: 960px;
    margin: 20px auto 0px auto;
}

#portfolio .content .top
{

}

#portfolio .content .top h1
{
    color: #FFF;
    font-size: 70px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#portfolio .content .top .text p
{
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    line-height: 150%;
    margin-bottom: 30px;
}

#portfolio .content .examplesRow
{
    margin-bottom: 50px;
}

#portfolio .content .examples
{
    margin-top: 60px;
    margin-left: -30px;
}

#portfolio .content .example
{
    width: 300px;
    margin-left: 30px;
    margin-bottom: 55px;
    float: left;
}

#portfolio .content .example .imageHolder
{
    width: 280px;
    height: 180px;
    padding: 10px;
    margin-bottom: 	20px;
    background-color: #151A1E;
    overflow: hidden;
}

#portfolio .content .example .imageHolder:hover
{
background-color: #FF9900;
}

#portfolio .content .example h2
{
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
}

#portfolio .content .example p
{
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    text-align: center;
}

#portfolio .content .moreButton
{
    float: right;
    margin-bottom: 30px;
}

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

#portfolioItem
{
    margin: 0px auto;
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url(/_img/background.jpg) top;
}

#portfolioItem .content
{
    width: 960px;
    margin: 20px auto 0px auto;
}

#portfolioItem .topText
{
    color: #FFF;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 150%;
    padding-bottom: 65px;
}

#portfolioItem .topText p 
{
	color:#fff;
	font-size: 0.75em;
}

#portfolioItem .topText p span
{
	color:#FF6600;
}

#portfolioItem h2
{
    color: #FF6600;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    width: 250px;
}

#portfolioItem .description
{
    float: right;
    background-image: url(/_img/news_background.png);
    padding: 30px 20px;
}

#portfolioItem .description .descText
{
    width: 250px;
    font-size: 12px;
    line-height: 170%;
    color: #ACACAC;
}

#portfolioItem .description .descText a
{
    color: #fff;
	border-bottom:1px dotted #ACACAC;
	text-decoration:none;
}

#portfolioItem .description ul
{
    margin-top:1em; 
	padding-left:1em;
	color:#FF6600;
}

#portfolioItem .description .button
{
    margin-top: 30px;
    margin-left: 37px;
}

#portfolioItem .screenshots
{
    float: left;
    width: 640px;
    padding: 10px 10px 0px 10px;
    background-image: url(/_img/news_background.png);
    margin-bottom: 30px;
}

#portfolioItem .screenshots img
{
    padding-bottom: 10px;
}

/*---------------------------------------
         Service Actual Page
---------------------------------------*/

#service
{
    margin: 0px auto;
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url(/_img/background.jpg) top;
}

#service .content
{
    width: 960px;
    margin: 20px auto 0px auto;
}


#service .description h2
{
    color: #FF6600;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    width: 250px;
}

#service .description
{
    float: right;
    background-image: url(/_img/news_background.png);
    padding: 30px 20px;
    margin-bottom: 30px;
}

#service .description .descText
{
    width: 250px;
    font-size: 12px;
    line-height: 170%;
    color: #ACACAC;
}

#service .description .descText a
{
    color: #fff;
    border-bottom:1px dotted #ACACAC;
    text-decoration:none;
}

#service .description ul
{
    margin-top:1em;
    padding-left:1em;
    color:#FF6600;
}

#service .description .button
{
    margin-top: 30px;
    margin-left: 0px;
}

#service .text
{
    float: left;
    width: 610px;
    font-size: 12px;
    padding: 20px 20px 20px 20px;
    background-image: url(/_img/news_background.png);
    margin-bottom: 30px;
}

#service .text h1, h2, h3
{
    color: #FFF;
}

#service .text h2, h3
{
    margin: 10px 0px;
}

#service .text h1
{
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#service .text ul
{
    margin-top:1em;
    padding-left:1em;
    line-height: 150%;
    color: #A2A2A2;
    font-size: 14px;
}

#service .text img
{
    max-width: 590px;
    padding: 10px;
    margin: 10px 0px;
    background-color: #fff;
}

#service .text a
{
    text-decoration: none;
    color: #FFF;
}
/*---------------------------------------
            ourServices page
---------------------------------------*/

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

#ourServices .top
{
    padding-top: 50px;
    padding-bottom: 20px;
    background: #FFF url(/_img/background.jpg) top;
}

#ourServices .top .content
{
    width: 960px;
    margin: 0px auto;
}

#ourServices .top .content h2
{
    color: #FFF;
    font-size: 30px;
    width: 800px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#ourServices .top .content .text p
{
    font-weight: normal;
    color: #FFF;
    font-size: 30px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    line-height: 150%;
    margin-bottom: 30px;
}

#ourServices .bottom
{
    background-color: #FFF;
    width: 960px;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

#ourServices .bottom .content
{
    width: 960px;
    margin-left: 10px;
}

#ourServices .bottom .content .column
{
    width: 240px;
    margin-top: 20px;
    float: left;
}

#ourServices .bottom .content .column .service
{
    width: 200px;
    min-height: 200px;
    float: left;
}

#ourServices .bottom .content .column .vRule
{
    float: right;
    width: 1px;
    background-color: #cccccc;
    height: 360px;
    margin-top: -195px;
    margin-right: 20px;
    margin-left: 19px;
    margin-right: 20px;
}

#ourServices .bottom h2
{
    font-size: 16px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#ourServices .bottom p
{
    font-size: 12px;
    color: #A2A2A2;
    line-height: 150%;
    margin-bottom: 20px;
}

#ourServices .bottom .rule
{
    height: 1px;
    margin: 10px 0px 10px 0px;
    background-color: #CCCCCC;
}

#ourServices .bottom ul
{
    list-style: none;
    overflow: hidden;
    display: block;
}

#ourServices .bottom li
{
    font-size: 20px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#ourServices .bottom a
{
    text-decoration: none;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 20px;
    height: 30px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
}

#ourServices .buttonText
{
    margin-top: 7px;
	line-height: 1.5em;
}

#ourServices a:hover
{
    color: #B02930;
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* Services Buttons - name of the button css class should be the same as the seo slug*/

#ourServices .ecommerce
{
   background-image: url(/_img/ecommerce_button.png);
   background-position: top left;
}

#ourServices .smart-phone-apps
{
   background-image: url(/_img/phone-button.gif);
   background-position: top left;
}

#ourServices .applications
{
   background-image: url(/_img/web_application_button.png);
   background-position: top left;
}

#ourServices .search-engine-optimisation
{
   background-image: url(/_img/search_button.png);
   background-position: top left;
}

#ourServices .web-design
{
   background-image: url(/_img/design_button.png);
   background-position: top left;
}

#ourServices .website-analytics
{
   background-image: url(/_img/analytics_button.png);
   background-position: top left;
}

#ourServices .content-management-system
{
   background-image: url(/_img/cms_button.png);
   background-position: top left;
}

#ourServices .hosting
{
   background-image: url(/_img/hosting_button.png);
   background-position: top left;
}

#ourServices .pay-per-click
{
   background-image: url(/_img/ppc_button.png);
   background-position: top left;
}

#ourServices .streaming-web-video
{
   background-image: url(/_img/streaming_button.png);
   background-position: top left;
}

#ourServices .ebay-integration
{
   background-image: url(/_img/ebay_button.jpg);
   background-position: top left;
}

#ourServices .newsletter
{
   background-image: url(/_img/newsletter_button.png);
   background-position: top left;
}
/*---------------------------------------
       Generic Page
---------------------------------------*/

#generic
{
    margin: 0px auto;
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url(/_img/background.jpg) top;
}

#generic .content
{
    width: 960px;
    margin: 20px auto 0px auto;
}

#generic .content .top
{
    padding-bottom: 30px;
}

#generic .content .top h1
{
    color: #FFF;
    font-size: 70px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#generic .content .top h2
{
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
}

#generic .content .top h3
{
    color: #FF6600;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#generic .content .top .text
{
    color: #888888;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
}

#generic .content .top .text ul
{
    margin-left: 15px;
}

#generic .content .top .text li
{
    line-height: 200%;
    color: #FFF;
}

#generic .content .top .text p
{
    line-height: 150%;
    margin-bottom: 20px;
}

#generic .content .top .text h1
{
    color: #FFF;
    font-size: 40px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#generic .content .top .text a
{
    color: #FF6600;
}

/*---------------------------------------
           News Page
---------------------------------------*/

#news
{
    margin: 0px auto;
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url(/_img/background.jpg) top;
}

#news .content
{
    width: 960px;
    margin: 20px auto 0px auto;
    padding-bottom: 30px;
}

#news .content .topText p
{
    font-weight: normal;
    color: #FFF;
    font-size: 30px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    line-height: 150%;
    margin-bottom: 30px;
    height: 100px;
}

#news .content .postContainer
{
    width: 640px;
    padding: 30px;
	margin-bottom: 20px;
    background-image: url(/_img/news_background.png);
}

#news .posts
{
	float: left;
}

#news .post
{
    margin-top: -50px;
}

#news .postDate
{
    margin-left: -100px;
    height: 50px;
    background-image: url(/_img/tag.png);
    background-repeat: no-repeat;
}

#news .tag
{
	background-image: url(/_img/news_background.png);
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 14px;
	float: left;
}

#news .tag:hover
{
	background-image: none;
	background-color: #FF6600;
}

#news .postDate .day
{
    margin-left: 35px;
    color: #FFF;
    font-size: 22px;
    line-height: 100%;
    padding-top: 5px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    text-shadow: 0px -1px 1px #444444;
}

#news .postDate .month
{
    margin-left: 35px;
    color: #FFF;
    line-height: 100%;
    font-size: 19px;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#news .content .rule
{
    height: 1px;
    margin: 0px 0px 30px 0px;
    background-color: #525659;	
}

#news .content h2
{
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
}

#news .content a
{
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

#news .content .readMore
{
	font-size: 14px;
	float: right;
	padding: 10px;
	background-color: #FF6600;
}

#news .content .readMore:hover
{
	background-color: #FF9900;
}

#news .content .info
{
	color: #A2A2A2;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

#news .content .text
{
    color: #A2A2A2;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 30px;
}

#news .content .text p
{
    line-height: 150%;
    margin-bottom: 20px;
}

#news .content .text h1
{
    color: #FFF;
    font-size: 40px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#news .content .text ul
{
   line-height: 150%;
   font-size: 14px;
}

#news .content .text li
{
    margin-left: 15px;
}

#news .content .archives
{
    margin-left: 30px;
	margin-bottom: 20px;
    float: left;
	overflow: hidden;
	width: 230px;
}

#news .content .archives h2
{
    font-family: Museo500-regular, Georgia, Arial, serif;
    color: #FF6600;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}

#news .content .archives a
{
    color: #FFF;
    font-size: 14px;
    line-height: 200%;
}

#news .twitter p
{
	margin-bottom: 20px;
	font-size: 14px;
}

/*---------------------------------------
             Contact Page
---------------------------------------*/

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

#contact a
{
    text-decoration: none;
    color: #ff6600;
}

#contact .top
{
    padding-top: 50px;
    padding-bottom: 20px;
    background: #FFF url(/_img/background.jpg) top;
}

#contact .top .content
{
    width: 960px;
    margin: 0px auto;
}

#contact .top .content p
{
    color: #FFF;
    font-size: 30px;
    font-family: Museo500-regular, Georgia, Arial, serif;
    font-weight: normal;
}

#contact .bottom
{
    background-color: #FFF;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

#contact .bottom .rule
{
    height: 1px;
    margin: 10px 0px 40px 0px;
    background-color: #CCCCCC;
}

#contact .bottom h2
{
    font-size: 16px;
    color: #A2A2A2;
    font-family: Museo500-regular, Georgia, Arial, serif;
}

#contact .bottom .content
{
    width: 960px;
    margin: 0px auto;
}

#contact .bottom .content .left
{
    width: 460px;
    margin: 0px 0px 0px 20px;
    float: left;
}

#contact .bottom .content .right
{
    width: 460px;
    margin: 0px 0px 0px 20px;
    float: left;
}

#contact .bottom .text, p
{
    font-size: 14px;
    color: #A2A2A2;
    line-height: 150%;
}

#contact .bottom .right .inputBox
{
    width: 430px;
    height: 20px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    border: solid 1px #BFBFBF;

    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 16px;
    line-height: 100%;
    color: #969696;
}

#contact .bottom .right .textArea
{
    width: 430px;
    height: 155px;
    padding: 10px 15px 20px 15px;
    margin-bottom: 10px;
    border: solid 1px #BFBFBF;

    font-family: Museo500-regular, Georgia, Arial, serif;
    font-size: 16px;
    line-height: 100%;
    color: #969696;
}

#contact .bottom .right .inputButton
{
    background-image: url(/_img/send_button.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 75px;
    height: 30px;
    float: right;
    overflow: hidden;
}

#contact .bottom .right .inputButton:hover
{
    background-position: bottom;
    cursor: pointer;
}

#map_canvas
{
	margin:1em 0;
	height:200px;
	width:460px;
}

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

#footer
{
    margin: 0px auto;
    background-color: #FFF;
   
}

#footer .content
{
    width: 900px;
    height: 60px;
    margin:0 auto;
/*    margin: 20px 0 0px 350px;*/
}
/*#footer .content
{
    width: 960px;
    height: 60px;
    margin: 20px auto 0px auto;
}*/

#footer .content a
{
    text-decoration: none;
    color: #888888;
    font-size: 12px;
}

#footer ul
{
width:600px; margin:0 auto;
}

#footer li
{
    float: left;
    display: block;
    overflow: hidden;

    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    font-size: 12px;
}
