body {
	font-family: Verdana; /*website font family*/
	background-color: #000000; /*website background color*/
	color: #999a9a; /*website default text color*/
	background-image:url(images/body-background.jpg);
	
}

a:link {
	color: #999a9a; /*color of our hyperlinks*/
	text-decoration:none
}
a:visited {
	color:#09F; /*color of visited hyperlinks*/
	text-decoration:none
}
a:hover {
	color:#06F; /*color of the hyperlink when hovered over*/
	text-decoration:none
}
a:active {
	color: #0096FF; /*color of our active links*/
	text-decoration:none;
	text-align: center;
}

p {
	font-size: 12px; /*sets default paragraph text size*/
	line-height: 18px; /*sets default paragraph line height*/
	text-align: left; /*justifys our paragraphs*/
}



h1 {
	color: #727372; /*color of our H1 tag*/
	font-size: 1.2em; /*sets H1 font size*/
	font-weight: normal; /*sets H1 font weight to normal*/
}

h2 {
	color: #FFFFFF; /*color of our H2 tag*/
	font-size: 1em; /*sets H2 font size*/
	font-weight: normal; /*sets H2 font weight to normal*/
	text-align:center;
}

h3 {
	color: #727372; /*color of our H3 tag*/
	font-size: 0.9em; /*sets H3 font size*/
	font-weight: normal; /*sets H3 font weight to normal*/
}

h4 {
	color: #727372; /*color of our H4 tag*/
	text-transform: uppercase; /*sets all H4 tags to uppcase*/
	font-size: 0.8em; /*sets H4 font size*/
	font-weight: normal; /*sets H4 font weight to normal*/
}

h5 {
	background-color:#141414;
	height:20px;
	color:#CCC;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	font-size:0.8em;
	text-align: left;
}

img {
	border:none; /*removes borders from images*/
}

.float-left {
	float:left; /*class for float left*/
}

.float-right {
	float:right; /*class for float right*/
}

/* ----------MAIN CONTAINER STYLES---------- */

#container {
	width: 900px; /*width of our container*/
	margin-top: 0px; /*sets top margin to 0*/
	margin-right: auto; /*sets right margin to auto which centers our website*/
	margin-left: auto; /*sets left margin to auto which centers our website*/
}

/* ----------HEADER STYLES---------- */

#header {
	padding-bottom:25px;

	background-repeat: no-repeat; /*sets our background to no repeat*/
	width: 900px; /*gives our header a width of 900px*/
}

#top-elements {
	width: 900px; /*sets our top elements width to 900px*/
	padding-top: 0px; /*gives our top elements a padding of 20px*/
}

/* ----------LOGO STYLES---------- */

#logo {

	text-align: center;

}

/* ----------NAVIGATION STYLES---------- */

#nav-bar {
	background-image:url(images/box-background.jpg);
	margin-top:15px;
	height: 55px; /*gives our navigation a height of 29px*/
	padding-top: 10px; /*gives our navigation top padding*/
	margin-bottom: 40px; /*gives our navigation a bottom margin*/
	border: 1px solid #2c2b2b; /*adds a 1 px colored border*/
	

}

.navlinks ul {
	
}

.navlinks li {
	display: inline; /*displays our navigation links inline*/
	padding-left: 20px; /*gives our navigation list items left padding*/
}

.navlinks li a {
	text-decoration: none; /*removes bottom line from nav links*/
	font-size: 14px; /*sets navigation font size*/
	color: #CCC; /*sets navigation link color*/
	padding-bottom: 2px; /*gives our navigation links bottom padding*/
}

.navlinks li a:hover {
	border-bottom-width: medium; /*gives links a medium thickness bottom border*/
	border-bottom-style: solid; /*makes the bottom border line solid*/
	border-bottom-color: #06F; /*sets the color of the border*/
	font-size: 14px;
}

.navlinks li.current a{
	border-bottom-width: medium; /*gives links a medium thickness bottom border*/
	border-bottom-style: solid; /*makes the bottom border line solid*/
	border-bottom-color:#06F; /*sets the color of the border*/
	text-align: center;
}



/* ----------CONTENT LEFT STYLES---------- */

#content-left {
	float: left; /*floats left*/
	width: 600px; /*adds a fixed width*/
	padding-bottom: 40px; /*adds bottom padding*/
}

.box {
	float: left; /*floats left*/
	width: 598px; /*adds a fixed width*/
	border: 1px solid #2c2b2b; /*adds a 1 px colored border*/
	margin-bottom: 15px; /*adds a bottom margin*/
	width: 598px; /*adds a fixed width*/
}

.box-inside {
	background-image:url(images/box-background.jpg);
	border: 1px solid #030303; /*adds a 1px colored border*/
	width: 576px; /*adds a fix width */
	padding: 10px; /*adds padding all the way around*/
	text-align: center;
}

.index-inside {
	background-image:url(images/box-background.jpg);
	border: 1px solid #030303; /*adds a 1px colored border*/
	width: 576px; /*adds a fix width */
	padding: 10px; /*adds padding all the way around*/
	text-align: center;
}
.index-inside p {
	padding: 10px; /*adds padding all the way around*/
	text-align: center;
}

.portfolio-inside {
	background-image:url(images/box-background.jpg);
	border: 1px solid #030303; /*adds a 1px colored border*/
	float: left; /*floats left*/
	width: 877px; /*adds a fix width */
	padding: 10px; /*adds padding all the way around*/
}
.portfoliobox {
	float: left; /*floats left*/
	width: 899px; /*adds a fixed width*/
	border: 1px solid #2c2b2b; /*adds a 1 px colored border*/
	margin-bottom: 15px; /*adds a bottom margin*/
	width: 899px; /*adds a fixed width*/
}

.prices-inside {
	background-image:url(images/box-background.jpg);
	border: 1px solid #030303; /*adds a 1px colored border*/
	float: left; /*floats left*/
	width: 877px; /*adds a fix width */
	padding: 10px; /*adds padding all the way around*/
	color: #666;
}
.pricesbox {
	float: left; /*floats left*/
	width: 899px; /*adds a fixed width*/
	border: 1px solid #2c2b2b; /*adds a 1 px colored border*/
	margin-bottom: 15px; /*adds a bottom margin*/
	width: 899px; /*adds a fixed width*/
}

.box-inside p {
	padding-top: 10px; /*adds top padding*/
	color: #999a9a;
	font-size: 12px;
}

.boxtitle1 {
	color: #FFFFFF; /*text color*/
	font-family: Arial;
	font-size: 1.1em; /*sets font size*/
	font-weight: normal; /*sets font weight*/
	background-position: right; /*positions background right*/
	background-image: url(images/divider.png); /*adds our divider image*/
	background-repeat: repeat-x; /*repeats our divider image horizontally*/
	background-position: bottom; /*positions divider at the bottom*/
	padding-bottom: 10px; /*adds bottom padding*/

	
}

.boxtitle2 {
	color: #aaaaaa; /*sets font color*/
	text-transform: uppercase; /*transforms text to uppercase*/
	font-size: 0.7em; /*sets font size*/
}

/* ----------CONTENT RIGHT (sidebar) STYLES---------- */

#content-right {
	float: right; /*floats right*/
	width: 280px; /*sets a fixed width*/
	margin-left: 0px; /*adds a left margin*/
	padding-bottom: 40px; /*adds bottom padding*/
}

.sidebar {
	float: left; /*floats left*/
	width: 288px; /*adds a fixed width*/
	border: 1px solid #2c2b2b; /*adds a 1 px colored border*/
	margin-bottom: 15px; /*adds a bottom margin*/
	float: left; /*floats left*/
}

.sidebar-inside {
	background-image:url(images/box-background.jpg);
	border: 1px solid #030303; /*adds a 1px colored border*/
	float: left; /*floats left*/
	width: 266px; /*sets a fixed width*/
	padding: 10px; /*adds padding all the way around*/
}

.sidebar-inside p {
	padding-top: 10px; /*adds top padding*/
	text-align: center;
}


.sidebar-title1 {
	background-repeat: no-repeat; /*stops background from repeating*/
	background-position: right; /*positions background right*/
	    background-image: url(images/divider.png); /*Adds the divider below */
	background-repeat: repeat-x; /*repeats divider imaage horizontally*/
	background-position: bottom; /*positions background bottom*/
	padding-bottom: 10px; /*adds bottom padding*/
}

.sidebar-title2 {
	color: #aaaaaa; /*sets text color*/
	text-transform: uppercase; /*transforms text to uppercase*/
	font-size: 0.7em; /*sets font size*/
    background-image: url(images/divider.png); /*Adds the divider below */
	background-repeat: repeat-x; /*repeats divider imaage horizontally*/
	background-position: bottom; /*positions background bottom*/
	padding-bottom: 10px; /*adds bottom padding*/
}

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

#footer {
	clear: both; /*clears both floats*/
	text-align: center;
	background-image:url(images/box-background.jpg);
}


#footer-content p {
	text-align: center; /*aligns text center*/
}

/* ----------SERVICE'S PAGE STYLES---------- */

.services {
	float: left;
	border: 1px solid #121212;
	margin-bottom: 15px;
	float: left;
	width: 898px;
}

.services-inside {
	background-color: #0c0c0c;
	border: 1px solid #030303;
	float: left;
	width: 876px;
	padding: 10px;
}

.services-inside p {
	padding-top: 10px;
}

.service-list li{
	padding-left: 10px;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-left: 40px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.service-img {
	padding: 5px;
	background-color: #000000;
	border: 1px solid #383838;
	margin-left: 6px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* ----------PRODUCT'S PAGE STYLES---------- */

.imgfloat-left {
	float:left;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #383838;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 6px;
}

.imgfloat-right {
	float:right;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #383838;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 6px;
}

/* ----------TESTIMONIAL'S PAGE STYLES---------- */

.testimonial {
	float: left;
	width: 498px;
	border: 1px solid #121212;
	margin-bottom: 15px;
	float: left;
	width: 898px;
	margin-right: 25px;
	background-color: #0c0c0c;
}

.testimonial-inside {
	background-color: #0c0c0c;
	border: 1px solid #030303;
	float: left;
	width: 876px;
	padding: 10px;
}

.testimonial-inside p {
	padding-top: 10px;
}

.rating {
	float: left;
	height: 18px;
	width: 876px;
	margin-top: 10px;
}

.rating img{
	float: right;
}

/* ----------CONTACT PAGE STYLES---------- */

.textfield {
	background-color: #000000;
	border: 1px solid #383838;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CCCCCC;
	font-style: italic;
}

.textbox {
	background-color: #000000;
	border: 1px solid #383838;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	color: #CCCCCC;
}

.form-button {
	background-color: #000000;
	border: 1px solid #383838;
	padding: 4px;
	color: #CCCCCC;
	margin-right: 5px;
	font-size: 0.8em;
}

#contact {
	margin-top: 10px;
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footername {
	color:#09F
}

.divider {
    background-image: url(images/divider.png); /*Adds the divider below */
	background-repeat: repeat-x; /*repeats divider imaage horizontally*/
	background-position: bottom; /*positions background bottom*/
}


	
	
/* @group -work */
    #work_wrap {
        width: 600px;
        font-size: 0.74em;
        padding: 20px 0 0 20px;
        line-height: 1.6em;
        float: left;
    }
    #work_l {
        float: left;
        width: 335px;
    }
    #work_r {
        float: right;
        width: 200px;
    }   
    #work_wrap a { padding: 2px; }
    #work_wrap a.selected {
        background: #ffec6b;
        color: #3c3c3c;
    }
    h4#do_things, h4#these_clients {
        height: 16px;   
        text-indent: -9000px;
        margin: 0;
    }   
    h4#do_things {  }
    h4#these_clients { }   
    #work_paper {
        width: 229px;
        height: 168px;

        float: right;
        margin: -18px 15px 0 0;
        font-size: 0.74em;
    }
    #work_paper p {
        padding: 20px 25px 0;
        margin: 0;
        line-height: 1.7em;
    }
    #work_groups { 
        padding: 25px 20px 0; 

    }
    #work_groups li { 
        float: left; 
        padding-bottom: 25px;
        position: relative;
        line-height: normal;
    }
    #work_groups li a {
        display: block;
        width: 176px;
        height: 176px;
        background: url(images/bg_work.jpg) 0 0 no-repeat;
        padding: 16px 16px 0 18px;
        text-align: center;
        color: #000000;
        font-weight: normal;
    }
    #work_groups li a.chec {font-size:13px;}
    #work_groups li a img { margin-bottom: 6px;}
    #work_groups li a:hover, #work_groups li.selected a:hover {
	text-decoration: none;
	background:url(images/bg_work.jpg) 0 -192px no-repeat;
	color: #000000;
    }
    #work_groups li.selected a { background: url(images/bg_work.jpg) 0 -384px no-repeat; }
    /* @end */  
	
	
	
.dotted { border-bottom:dotted 1px; }
